|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASelect | |
---|---|
org.metaabm.act | |
org.metaabm.act.impl | |
org.metaabm.act.provider | |
org.metaabm.act.util | |
org.metaabm.act.validation |
Uses of ASelect in org.metaabm.act |
---|
Subinterfaces of ASelect in org.metaabm.act | |
---|---|
interface |
ABuild
A representation of the model object ' ABuild'. |
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 |
ADiffuse
A representation of the model object ' ADiffuse'. |
interface |
AInitialize
A representation of the model object ' AInitialize'. |
interface |
ALoadAgents
A representation of the model object 'ALoad Agents'. |
interface |
ALoadShapedAgents
A representation of the model object 'ALoad Shaped Agents'. |
interface |
APerform
A representation of the model object ' APerform'. |
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 |
AWatch
A representation of the model object ' AWatch'. |
Methods in org.metaabm.act that return ASelect | |
---|---|
ASelect |
MetaABMActFactory.createASelect()
Returns a new object of class 'ASelect'. |
ASelect |
ATransform.getDestination()
Returns the value of the 'Destination' reference. |
ASelect |
AAct.getRootSelected()
Returns the value of the 'Root Selected' reference. |
ASelect |
AAct.getSelected()
Returns the value of the 'Selected' reference. |
ASelect |
AInput.getSelected()
Returns the value of the 'Selected' reference. |
Methods in org.metaabm.act with parameters of type ASelect | |
---|---|
void |
ATransform.setDestination(ASelect value)
Sets the value of the ' Destination ' reference. |
void |
AAct.setSelected(ASelect value)
Sets the value of the ' Selected ' reference. |
void |
AInput.setSelected(ASelect value)
Sets the value of the ' Selected ' reference. |
Uses of ASelect in org.metaabm.act.impl |
---|
Classes in org.metaabm.act.impl that implement ASelect | |
---|---|
class |
ABuildImpl
|
class |
ACreateAgentsImpl
|
class |
ACreateShapedAgentsImpl
|
class |
ADeriveImpl
An implementation of the model object 'ADerive'. |
class |
ADiffuseImpl
An implementation of the model object ' ADiffuse'. |
class |
AInitializeImpl
|
class |
ALoadAgentsImpl
|
class |
ALoadShapedAgentsImpl
|
class |
APerformImpl
An implementation of the model object ' APerform'. |
class |
ARuleImpl
|
class |
AScheduleImpl
|
class |
ASelectImpl
|
class |
AWatchImpl
|
Fields in org.metaabm.act.impl declared as ASelect | |
---|---|
protected ASelect |
ATransformImpl.destination
The cached value of the ' Destination ' reference. |
protected ASelect |
AInputImpl.selected
The cached value of the ' Selected ' reference. |
protected ASelect |
AActImpl.selected
The cached value of the ' Selected ' reference. |
Methods in org.metaabm.act.impl that return ASelect | |
---|---|
ASelect |
ATransformImpl.basicGetDestination()
|
ASelect |
AActImpl.basicGetRootSelected()
|
ASelect |
AInputImpl.basicGetSelected()
|
ASelect |
AActImpl.basicGetSelected()
|
ASelect |
MetaABMActFactoryImpl.createASelect()
|
ASelect |
ATransformImpl.getDestination()
|
ASelect |
AActImpl.getRootSelected()
|
ASelect |
AInputImpl.getSelected()
|
ASelect |
AActImpl.getSelected()
|
Methods in org.metaabm.act.impl with parameters of type ASelect | |
---|---|
void |
ATransformImpl.setDestination(ASelect newDestination)
|
void |
AInputImpl.setSelected(ASelect newSelected)
|
void |
AActImpl.setSelected(ASelect newSelected)
|
Uses of ASelect in org.metaabm.act.provider |
---|
Methods in org.metaabm.act.provider that return types with arguments of type ASelect | |
---|---|
protected static java.util.Collection<ASelect> |
AActItemProvider.getSourceSelects(AAct source)
|
Uses of ASelect in org.metaabm.act.util |
---|
Methods in org.metaabm.act.util with parameters of type ASelect | |
---|---|
T |
MetaABMActSwitch.caseASelect(ASelect object)
Returns the result of interpreting the object as an instance of 'ASelect'. |
Uses of ASelect in org.metaabm.act.validation |
---|
Methods in org.metaabm.act.validation with parameters of type ASelect | |
---|---|
boolean |
ATransformValidator.validateDestination(ASelect value)
|
boolean |
AActValidator.validateRootSelected(ASelect value)
|
boolean |
AInputValidator.validateSelected(ASelect value)
|
boolean |
AActValidator.validateSelected(ASelect value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |