Uses of Class
pid.LabelType

Packages that use LabelType
pid   
 

Uses of LabelType in pid
 

Fields in pid with type parameters of type LabelType
private  java.util.ArrayList<LabelType> Ontology.labelTypes
           
 

Methods in pid that return LabelType
 LabelType Ontology.getLabelType(int id)
          From the id of the labelType, returns the object.
 LabelType Ontology.getLabelType(java.lang.String name)
          From the name of the LabelType (aka small internal ontology, e.g: "function" or "edge-type") return the object.
 

Methods in pid that return types with arguments of type LabelType
 java.util.ArrayList<LabelType> Ontology.getLabelTypes()
           
 

Method parameters in pid with type arguments of type LabelType
 void Ontology.setLabelTypes(java.util.ArrayList<LabelType> labelTypes)