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
          A representation of the model object ' AConnect'.
 interface ADie
          A representation of the model object ' ADie'.
 interface ADisconnect
          A representation of the model object ' ADisconnect'.
 interface ALeave
          A representation of the model object ' ALeave'.
 interface AMove
          A representation of the model object ' AMove'.
 interface ANetwork
          A representation of the model object ' ANetwork'.
 interface AReplace
          A representation of the model object ' AReplace'.
 interface ASet
          A representation of the model object ' ASet'.
 interface ATransform
          A representation of the model object ' 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'.