Uses of Interface
org.metaabm.SProjection

Packages that use SProjection
org.metaabm   
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.validation   
org.metaabm.commands   
org.metaabm.impl   
org.metaabm.util   
org.metaabm.validation   
 

Uses of SProjection in org.metaabm
 

Subinterfaces of SProjection in org.metaabm
 interface SContinuousSpace
           
 interface SGeography
           
 interface SGrid
           
 interface SNDimensional
           
 interface SNetwork
           
 

Methods in org.metaabm that return SProjection
 SProjection SLocation.getProjection()
          Returns the value of the 'Projection' reference.
 

Methods in org.metaabm that return types with arguments of type SProjection
 org.eclipse.emf.common.util.EList<SProjection> SContext.getProjections()
          Returns the value of the 'Projections' containment reference list.
 

Methods in org.metaabm with parameters of type SProjection
 void SLocation.setProjection(SProjection value)
          Sets the value of the 'Projection' reference.
 

Uses of SProjection in org.metaabm.act
 

Methods in org.metaabm.act that return SProjection
 SProjection ABuildProjection.getProjection()
          Returns the value of the 'Projection' reference.
 SProjection ASelect.getSpace()
          Returns the value of the 'Space' reference.
 

Methods in org.metaabm.act with parameters of type SProjection
 void ABuildProjection.setProjection(SProjection value)
          Sets the value of the 'Projection' reference.
 void ASelect.setSpace(SProjection value)
          Sets the value of the 'Space' reference.
 

Uses of SProjection in org.metaabm.act.impl
 

Methods in org.metaabm.act.impl that return SProjection
 SProjection ABuildProjectionImpl.basicGetProjection()
           
 SProjection AWatchImpl.basicGetSpace()
           
 SProjection ASelectImpl.basicGetSpace()
           
 SProjection ABuildProjectionImpl.getProjection()
           
 SProjection AWatchImpl.getSpace()
           
 SProjection ASelectImpl.getSpace()
           
 

Methods in org.metaabm.act.impl with parameters of type SProjection
 void ABuildProjectionImpl.setProjection(SProjection newProjection)
           
 void AWatchImpl.setSpace(SProjection newSpace)
           
 void ASelectImpl.setSpace(SProjection newSpace)
           
 

Uses of SProjection in org.metaabm.act.validation
 

Methods in org.metaabm.act.validation with parameters of type SProjection
 boolean ABuildProjectionValidator.validateProjection(SProjection value)
           
 boolean ASelectValidator.validateSpace(SProjection value)
           
 

Uses of SProjection in org.metaabm.commands
 

Methods in org.metaabm.commands with parameters of type SProjection
static ABuildProjection AddSpacesActsCommand.findBuilderOf(SContext context, SProjection proj)
           
 

Constructors in org.metaabm.commands with parameters of type SProjection
AddAgentsActsLoaderCommand(org.eclipse.emf.edit.domain.EditingDomain domain, SContext parent, SProjection projection, java.net.URL url, java.util.Collection<?> agents)
           
AddLoadShapesAgentLoaderCommand(org.eclipse.emf.edit.domain.EditingDomain domain, SContext parent, SProjection projection, java.net.URL url, java.util.Collection<?> agents)
           
 

Uses of SProjection in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SProjection
 class SContinuousSpaceImpl
           
 class SGeographyImpl
           
 class SGridImpl
           
 class SNDimensionalImpl
           
 class SNetworkImpl
           
 class SProjectionImpl
           
 

Methods in org.metaabm.impl that return types with arguments of type SProjection
 org.eclipse.emf.common.util.EList<SProjection> SContextImpl.getProjections()
           
 

Uses of SProjection in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type SProjection
 T MetaABMSwitch.caseSProjection(SProjection object)
          Returns the result of interpreting the object as an instance of 'SProjection'.
 

Uses of SProjection in org.metaabm.validation
 

Method parameters in org.metaabm.validation with type arguments of type SProjection
 boolean SContextValidator.validateProjections(org.eclipse.emf.common.util.EList<SProjection> value)