Uses of Interface
org.metaabm.act.ADiffuse

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

Uses of ADiffuse in org.metaabm.act
 

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

Uses of ADiffuse in org.metaabm.act.impl
 

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

Methods in org.metaabm.act.impl that return ADiffuse
 ADiffuse MetaABMActFactoryImpl.createADiffuse()
           
 

Uses of ADiffuse in org.metaabm.act.util
 

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