Uses of Interface
org.metaabm.act.ACommand

Packages that use ACommand
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.util   
 

Uses of ACommand in org.metaabm.act
 

Subinterfaces of ACommand in org.metaabm.act
 interface ACause
          A representation of the model object ' ACause'.
 interface AConnect
           
 interface ADie
           
 interface ADisconnect
           
 interface ALeave
           
 interface AMove
           
 interface ANetwork
           
 interface AReplace
           
 interface ASet
           
 interface ATransform
           
 

Uses of ACommand in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement ACommand
 class ACauseImpl
          An implementation of the model object ' ACause'.
 class ACommandImpl
           
 class AConnectImpl
           
 class ADieImpl
           
 class ADisconnectImpl
           
 class ALeaveImpl
           
 class AMoveImpl
           
 class ANetworkImpl
           
 class AReplaceImpl
           
 class ASetImpl
           
 class ATransformImpl
           
 

Uses of ACommand in org.metaabm.act.util
 

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