Uses of Class
pid.Interaction

Packages that use Interaction
pid   
 

Uses of Interaction in pid
 

Fields in pid with type parameters of type Interaction
private  java.util.ArrayList<Interaction> Model.interactions
           
 

Methods in pid that return Interaction
 Interaction Model.getInteraction(java.lang.String id)
           
 

Methods in pid that return types with arguments of type Interaction
 java.util.ArrayList<Interaction> Model.getInteractions()
           
 

Method parameters in pid with type arguments of type Interaction
 void Model.setInteractions(java.util.ArrayList<Interaction> interactions)