Uses of Class
pid.PTMTerm

Packages that use PTMTerm
pid   
 

Uses of PTMTerm in pid
 

Fields in pid with type parameters of type PTMTerm
private  java.util.ArrayList<PTMTerm> PTMExpression.ptmTerms
           
 

Methods in pid that return types with arguments of type PTMTerm
 java.util.ArrayList<PTMTerm> PTMExpression.getPtmTerms()
           
 

Method parameters in pid with type arguments of type PTMTerm
 void PTMExpression.setPtmTerms(java.util.ArrayList<PTMTerm> ptmTerms)