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
           
 interface AAct
           
 interface AAll
           
 interface AAny
           
 interface ABuild
           
 interface ABuildGeography
           
 interface ABuildGrid
           
 interface ABuildNetwork
           
 interface ABuildProjection
           
 interface ABuildSpace
           
 interface ACause
          A representation of the model object ' ACause'.
 interface ACommand
           
 interface AConnect
           
 interface AControl
           
 interface ACreateAgents
           
 interface ACreateShapedAgents
           
 interface ADie
           
 interface ADiffuse
          A representation of the model object ' ADiffuse'.
 interface ADisconnect
           
 interface AEvaluate
           
 interface AGroup
           
 interface AInitialize
           
 interface ALeave
           
 interface ALoadAgents
           
 interface ALoadShapedAgents
           
 interface ALogic
           
 interface AMethod
           
 interface AMove
           
 interface ANetwork
           
 interface ANone
           
 interface AOrdering
          A representation of the model object ' AOrdering'.
 interface APerform
          A representation of the model object ' APerform'.
 interface AQuery
           
 interface AReplace
           
 interface ARoot
           
 interface ARule
           
 interface ASchedule
           
 interface ASelect
           
 interface ASet
           
 interface ASink
           
 interface ATest
          A representation of the model object ' ATest'.
 interface ATransform
           
 interface 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 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
 

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)