Uses of Interface
org.metaabm.act.ASelect

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

Uses of ASelect in org.metaabm.act
 

Subinterfaces of ASelect in org.metaabm.act
 interface ABuild
           
 interface ACreateAgents
           
 interface ACreateShapedAgents
           
 interface ADiffuse
          A representation of the model object ' ADiffuse'.
 interface AInitialize
           
 interface ALoadAgents
           
 interface ALoadShapedAgents
           
 interface APerform
          A representation of the model object ' APerform'.
 interface ARoot
           
 interface ARule
           
 interface ASchedule
           
 interface 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 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
           
 

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.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)