Uses of Interface
org.metaabm.act.ACreateAgents

Packages that use ACreateAgents
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.util   
org.metaabm.commands   
 

Uses of ACreateAgents in org.metaabm.act
 

Subinterfaces of ACreateAgents in org.metaabm.act
 interface ACreateShapedAgents
          A representation of the model object 'ACreate Shaped Agents'.
 interface ALoadAgents
          A representation of the model object 'ALoad Agents'.
 interface ALoadShapedAgents
          A representation of the model object 'ALoad Shaped Agents'.
 

Methods in org.metaabm.act that return ACreateAgents
 ACreateAgents MetaABMActFactory.createACreateAgents()
          Returns a new object of class 'ACreate Agents'.
 

Uses of ACreateAgents in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement ACreateAgents
 class ACreateAgentsImpl
           
 class ACreateShapedAgentsImpl
           
 class ALoadAgentsImpl
           
 class ALoadShapedAgentsImpl
           
 

Methods in org.metaabm.act.impl that return ACreateAgents
 ACreateAgents MetaABMActFactoryImpl.createACreateAgents()
           
 

Uses of ACreateAgents in org.metaabm.act.util
 

Methods in org.metaabm.act.util with parameters of type ACreateAgents
 T MetaABMActSwitch.caseACreateAgents(ACreateAgents object)
          Returns the result of interpreting the object as an instance of 'ACreate Agents'.
 

Uses of ACreateAgents in org.metaabm.commands
 

Methods in org.metaabm.commands that return ACreateAgents
static ACreateAgents AddAgentsActsCommand.findCreatorFor(SAgent agent)
           
static ACreateAgents AddAgentsActsCommand.findCreatorOf(SContext context, SAgent agent)