Uses of Class
pid.Label

Packages that use Label
pid   
 

Uses of Label in pid
 

Subclasses of Label in pid
 class ActivityStateLabel
          Label containing the info about the activity state
 class FunctionLabel
           
 class LocationLabel
          Information about the location of the molecule.
 

Fields in pid with type parameters of type Label
private  java.util.ArrayList<Label> FamilyMember.labels
           
private  java.util.ArrayList<Label> ComplexComponent.labels
           
private  java.util.ArrayList<Label> InteractionComponent.labels
           
 

Methods in pid that return types with arguments of type Label
 java.util.ArrayList<Label> FamilyMember.getLabels()
           
 java.util.ArrayList<Label> ComplexComponent.getLabels()
           
 java.util.ArrayList<Label> InteractionComponent.getLabels()
           
 

Method parameters in pid with type arguments of type Label
 void FamilyMember.setLabels(java.util.ArrayList<Label> labels)
           
 void ComplexComponent.setLabels(java.util.ArrayList<Label> labels)
           
 void InteractionComponent.setLabels(java.util.ArrayList<Label> labels)