|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
A representation of the model object ' AAccessor'. |
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'. |
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 |
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
|
Fields in org.metaabm.act.impl with type parameters of type AAct | |
---|---|
protected org.eclipse.emf.common.util.EList<AAct> |
AGroupImpl.members
The cached value of the ' Members ' containment reference list. |
protected org.eclipse.emf.common.util.EList<AAct> |
AActImpl.sources
The cached value of the ' Sources ' reference list. |
protected org.eclipse.emf.common.util.EList<AAct> |
AActImpl.targets
The cached value of the ' Targets ' reference list. |
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 | |
---|---|
protected java.util.Collection<AAct> |
AActImpl.computeAllSources(java.util.Collection<AAct> priorSources)
|
protected java.util.Collection<AAct> |
AActImpl.computeAllTargets()
|
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()
|
Method parameters in org.metaabm.act.impl with type arguments of type AAct | |
---|---|
protected java.util.Collection<AAct> |
AActImpl.computeAllSources(java.util.Collection<AAct> priorSources)
|
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)
|
protected static java.util.Collection<ASelect> |
AActItemProvider.getSourceSelects(AAct source)
|
protected static void |
AActItemProvider.reassignSelects(org.eclipse.emf.edit.domain.EditingDomain domain,
org.eclipse.emf.common.command.CompoundCommand cmd,
AAct newSource,
AAct value)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |