Uses of Interface
org.metaabm.act.ALogic

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

Uses of ALogic in org.metaabm.act
 

Subinterfaces of ALogic in org.metaabm.act
 interface AAll
          A representation of the model object ' AAll'.
 interface AAny
          A representation of the model object ' AAny'.
 interface ANone
          A representation of the model object ' ANone'.
 

Uses of ALogic in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement ALogic
 class AAllImpl
           
 class AAnyImpl
           
 class ALogicImpl
          An implementation of the model object ' ALogic'.
 class ANoneImpl
           
 

Uses of ALogic in org.metaabm.act.util
 

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