Uses of Interface
org.metaabm.act.AMove

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

Uses of AMove in org.metaabm.act
 

Methods in org.metaabm.act that return AMove
 AMove MetaABMActFactory.createAMove()
          Returns a new object of class 'AMove'.
 

Uses of AMove in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement AMove
 class AMoveImpl
           
 

Methods in org.metaabm.act.impl that return AMove
 AMove MetaABMActFactoryImpl.createAMove()
           
 

Uses of AMove in org.metaabm.act.util
 

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