Uses of Interface
org.metaabm.IAct

Packages that use IAct
org.metaabm   
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.util   
org.metaabm.impl   
org.metaabm.util   
org.metaabm.validation   
 

Uses of IAct in org.metaabm
 

Methods in org.metaabm that return IAct
 IAct SActable.getRootActivity()
          Returns the value of the 'Root Activity' containment reference.
 

Methods in org.metaabm with parameters of type IAct
 void SActable.setRootActivity(IAct value)
          Sets the value of the 'Root Activity' containment reference.
 

Uses of IAct in org.metaabm.act
 

Subinterfaces of IAct in org.metaabm.act
 interface AAccessor
          A representation of the model object ' AAccessor'.
 interface AAct
          A representation of the model object ' AAct'.
 interface AAll
          A representation of the model object ' AAll'.
 interface AAny
          A representation of the model object ' AAny'.
 interface ABuild
          A representation of the model object ' ABuild'.
 interface ABuildGeography
          A representation of the model object 'ABuild Geography'.
 interface ABuildGrid
          A representation of the model object ' ABuild Grid'.
 interface ABuildNetwork
          A representation of the model object ' ABuild Network'.
 interface ABuildProjection
          A representation of the model object ' ABuild Projection'.
 interface ABuildSpace
          A representation of the model object ' ABuild Space'.
 interface ACause
          A representation of the model object ' ACause'.
 interface ACommand
          A representation of the model object ' ACommand'.
 interface AConnect
          A representation of the model object ' AConnect'.
 interface AControl
          A representation of the model object ' AControl'.
 interface ACreateAgents
          A representation of the model object ' ACreate Agents'.
 interface ACreateShapedAgents
          A representation of the model object 'ACreate Shaped Agents'.
 interface ADerive
          A representation of the model object 'ADerive'.
 interface ADie
          A representation of the model object ' ADie'.
 interface ADiffuse
          A representation of the model object ' ADiffuse'.
 interface ADisconnect
          A representation of the model object ' ADisconnect'.
 interface AEvaluate
          A representation of the model object ' AEvaluate'.
 interface AGroup
          A representation of the model object ' AGroup'.
 interface AInitialize
          A representation of the model object ' AInitialize'.
 interface ALeave
          A representation of the model object ' ALeave'.
 interface ALoadAgents
          A representation of the model object 'ALoad Agents'.
 interface ALoadShapedAgents
          A representation of the model object 'ALoad Shaped Agents'.
 interface ALogic
          A representation of the model object ' ALogic'.
 interface AMethod
          A representation of the model object ' AMethod'.
 interface AMove
          A representation of the model object ' AMove'.
 interface ANetwork
          A representation of the model object ' ANetwork'.
 interface ANone
          A representation of the model object ' ANone'.
 interface AOrdering
          A representation of the model object ' AOrdering'.
 interface APerform
          A representation of the model object ' APerform'.
 interface AQuery
          A representation of the model object ' AQuery'.
 interface AReplace
          A representation of the model object ' AReplace'.
 interface ARoot
          A representation of the model object ' ARoot'.
 interface ARule
          A representation of the model object ' ARule'.
 interface ASchedule
          A representation of the model object ' ASchedule'.
 interface ASelect
          A representation of the model object ' ASelect'.
 interface ASet
          A representation of the model object ' ASet'.
 interface ASink
          A representation of the model object ' ASink'.
 interface ATest
          A representation of the model object ' ATest'.
 interface ATransform
          A representation of the model object ' ATransform'.
 interface AWatch
          A representation of the model object ' AWatch'.
 

Uses of IAct in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement IAct
 class AAccessorImpl
           
 class AActImpl
           
 class AAllImpl
           
 class AAnyImpl
           
 class ABuildGeographyImpl
           
 class ABuildGridImpl
           
 class ABuildImpl
           
 class ABuildNetworkImpl
           
 class ABuildProjectionImpl
           
 class ABuildSpaceImpl
           
 class ACauseImpl
          An implementation of the model object ' ACause'.
 class ACommandImpl
           
 class AConnectImpl
           
 class ACreateAgentsImpl
           
 class ACreateShapedAgentsImpl
           
 class ADeriveImpl
          An implementation of the model object 'ADerive'.
 class ADieImpl
           
 class ADiffuseImpl
          An implementation of the model object ' ADiffuse'.
 class ADisconnectImpl
           
 class AEvaluateImpl
           
 class AGroupImpl
           
 class AInitializeImpl
           
 class ALeaveImpl
           
 class ALoadAgentsImpl
           
 class ALoadShapedAgentsImpl
           
 class ALogicImpl
          An implementation of the model object ' ALogic'.
 class AMethodImpl
           
 class AMoveImpl
           
 class ANetworkImpl
           
 class ANoneImpl
           
 class APerformImpl
          An implementation of the model object ' APerform'.
 class AQueryImpl
           
 class AReplaceImpl
           
 class ARuleImpl
           
 class AScheduleImpl
           
 class ASelectImpl
           
 class ASetImpl
           
 class ASinkImpl
           
 class ATransformImpl
           
 class AWatchImpl
           
 

Uses of IAct in org.metaabm.act.util
 

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

Uses of IAct in org.metaabm.impl
 

Fields in org.metaabm.impl declared as IAct
protected  IAct SActableImpl.rootActivity
          The cached value of the 'Root Activity' containment reference.
 

Methods in org.metaabm.impl that return IAct
 IAct SActableImpl.getRootActivity()
           
 

Methods in org.metaabm.impl with parameters of type IAct
 org.eclipse.emf.common.notify.NotificationChain SActableImpl.basicSetRootActivity(IAct newRootActivity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SActableImpl.setRootActivity(IAct newRootActivity)
           
 

Uses of IAct in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type IAct
 T MetaABMSwitch.caseIAct(IAct object)
          Returns the result of interpreting the object as an instance of 'IAct'.
 

Uses of IAct in org.metaabm.validation
 

Methods in org.metaabm.validation with parameters of type IAct
 boolean SActableValidator.validateRootActivity(IAct value)