Uses of Class
pid.Pathway

Packages that use Pathway
pid   
 

Uses of Pathway in pid
 

Fields in pid with type parameters of type Pathway
private  java.util.ArrayList<Pathway> Model.pathways
           
 

Methods in pid that return Pathway
 Pathway Model.getPathway(int id)
           
 

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

Method parameters in pid with type arguments of type Pathway
 void Model.setPathways(java.util.ArrayList<Pathway> pathways)