Uses of Interface
org.metaabm.act.ACause

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

Uses of ACause in org.metaabm.act
 

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

Uses of ACause in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement ACause
 class ACauseImpl
          An implementation of the model object ' ACause'.
 

Methods in org.metaabm.act.impl that return ACause
 ACause MetaABMActFactoryImpl.createACause()
           
 

Uses of ACause in org.metaabm.act.util
 

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