Uses of Interface
org.metaabm.act.AAny

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

Uses of AAny in org.metaabm.act
 

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

Uses of AAny in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement AAny
 class AAnyImpl
           
 

Methods in org.metaabm.act.impl that return AAny
 AAny MetaABMActFactoryImpl.createAAny()
           
 

Uses of AAny in org.metaabm.act.util
 

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