Uses of Class
pacworld.PacAgentRep

Packages that use PacAgentRep
pacworld   
 

Uses of PacAgentRep in pacworld
 

Methods in pacworld that return PacAgentRep
 PacAgentRep Package.getAgent()
          Return the agent that is holding the package.
 

Methods in pacworld that return types with arguments of type PacAgentRep
 java.util.Collection<PacAgentRep> PackageState.getAgentReps()
           
 

Methods in pacworld with parameters of type PacAgentRep
 void Package.setAgent(PacAgentRep agt)