Uses of Interface
org.metaabm.act.ARoot

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

Uses of ARoot in org.metaabm.act
 

Subinterfaces of ARoot in org.metaabm.act
 interface ABuild
          A representation of the model object ' ABuild'.
 interface ADerive
          A representation of the model object 'ADerive'.
 interface ADiffuse
          A representation of the model object ' ADiffuse'.
 interface AInitialize
          A representation of the model object ' AInitialize'.
 interface APerform
          A representation of the model object ' APerform'.
 interface ARule
          A representation of the model object ' ARule'.
 interface ASchedule
          A representation of the model object ' ASchedule'.
 interface AWatch
          A representation of the model object ' AWatch'.
 

Methods in org.metaabm.act that return ARoot
 ARoot ACause.getResult()
          Returns the value of the 'Result' reference.
 

Methods in org.metaabm.act with parameters of type ARoot
 void ACause.setResult(ARoot value)
          Sets the value of the 'Result' reference.
 

Uses of ARoot in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement ARoot
 class ABuildImpl
           
 class ADeriveImpl
          An implementation of the model object 'ADerive'.
 class ADiffuseImpl
          An implementation of the model object ' ADiffuse'.
 class AInitializeImpl
           
 class APerformImpl
          An implementation of the model object ' APerform'.
 class ARuleImpl
           
 class AScheduleImpl
           
 class AWatchImpl
           
 

Fields in org.metaabm.act.impl declared as ARoot
protected  ARoot ACauseImpl.result
          The cached value of the 'Result' reference.
 

Methods in org.metaabm.act.impl that return ARoot
 ARoot ACauseImpl.basicGetResult()
           
 ARoot ACauseImpl.getResult()
           
 

Methods in org.metaabm.act.impl with parameters of type ARoot
 void ACauseImpl.setResult(ARoot newResult)
           
 

Uses of ARoot in org.metaabm.act.util
 

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