Uses of Interface
org.metaabm.act.ATransform

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

Uses of ATransform in org.metaabm.act
 

Subinterfaces of ATransform in org.metaabm.act
 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'.
 

Uses of ATransform in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement ATransform
 class AConnectImpl
           
 class ADieImpl
           
 class ADisconnectImpl
           
 class ALeaveImpl
           
 class AMoveImpl
           
 class ANetworkImpl
           
 class AReplaceImpl
           
 class ATransformImpl
           
 

Uses of ATransform in org.metaabm.act.util
 

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