Uses of Interface
org.metaabm.act.AAct

Packages that use AAct
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.provider   
org.metaabm.act.util   
org.metaabm.act.validation   
org.metaabm.impl   
 

Uses of AAct in org.metaabm.act
 

Subinterfaces of AAct in org.metaabm.act
 interface AAccessor
           
 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
           
 

Methods in org.metaabm.act that return AAct
 AAct AGroup.findMember(java.lang.String id)
           
 

Methods in org.metaabm.act that return types with arguments of type AAct
 org.eclipse.emf.common.util.EList<AAct> AAct.getAllSources()
          Returns the value of the 'All Sources' reference list.
 org.eclipse.emf.common.util.EList<AAct> AAct.getAllTargets()
          Returns the value of the 'All Targets' reference list.
 org.eclipse.emf.common.util.EList<AAct> AGroup.getMembers()
          Returns the value of the 'Members' containment reference list.
 org.eclipse.emf.common.util.EList<AAct> AGroup.getRoots()
          Returns the value of the 'Roots' reference list.
 org.eclipse.emf.common.util.EList<AAct> AAct.getSources()
          Returns the value of the 'Sources' reference list.
 org.eclipse.emf.common.util.EList<AAct> AAct.getTargets()
          Returns the value of the 'Targets' reference list.
 

Uses of AAct in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement AAct
 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
           
 

Methods in org.metaabm.act.impl that return AAct
 AAct AGroupImpl.findMember(java.lang.String id)
          Returns the agent with the supplied usage name.
 

Methods in org.metaabm.act.impl that return types with arguments of type AAct
 org.eclipse.emf.common.util.EList<AAct> AActImpl.getAllSources()
           
 org.eclipse.emf.common.util.EList<AAct> AActImpl.getAllTargets()
           
 org.eclipse.emf.common.util.EList<AAct> AGroupImpl.getMembers()
           
 org.eclipse.emf.common.util.EList<AAct> AGroupImpl.getRoots()
           
 org.eclipse.emf.common.util.EList<AAct> AActImpl.getSources()
           
 org.eclipse.emf.common.util.EList<AAct> AActImpl.getTargets()
           
 

Uses of AAct in org.metaabm.act.provider
 

Methods in org.metaabm.act.provider that return types with arguments of type AAct
 java.util.List<AAct> AActItemProvider.getParents(java.lang.Object object)
           
 

Methods in org.metaabm.act.provider with parameters of type AAct
static org.eclipse.emf.common.command.CompoundCommand AActItemProvider.createActDragCommand(org.eclipse.emf.edit.domain.EditingDomain domain, int eventID, AAct sourceAct, AAct targetAct)
           
 

Method parameters in org.metaabm.act.provider with type arguments of type AAct
 void AActItemProvider.addTargets(org.eclipse.emf.common.util.EList<AAct> sources, org.eclipse.emf.common.util.EList<AAct> result)
           
 void AActItemProvider.addTargets(org.eclipse.emf.common.util.EList<AAct> sources, org.eclipse.emf.common.util.EList<AAct> result)
           
 

Uses of AAct in org.metaabm.act.util
 

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

Uses of AAct in org.metaabm.act.validation
 

Method parameters in org.metaabm.act.validation with type arguments of type AAct
 boolean AActValidator.validateAllSources(org.eclipse.emf.common.util.EList<AAct> value)
           
 boolean AActValidator.validateAllTargets(org.eclipse.emf.common.util.EList<AAct> value)
           
 boolean AGroupValidator.validateMembers(org.eclipse.emf.common.util.EList<AAct> value)
           
 boolean AGroupValidator.validateRoots(org.eclipse.emf.common.util.EList<AAct> value)
           
 boolean AActValidator.validateSources(org.eclipse.emf.common.util.EList<AAct> value)
           
 boolean AActValidator.validateTargets(org.eclipse.emf.common.util.EList<AAct> value)
           
 

Uses of AAct in org.metaabm.impl
 

Methods in org.metaabm.impl with parameters of type AAct
 boolean SStateValueImpl.accesses(AAct act)