Uses of Interface
org.metaabm.SAttributed

Packages that use SAttributed
org.eclipse.amp.amf.parameters.scoping   
org.eclipse.amp.amf.testing.scoping   
org.metaabm   
org.metaabm.impl   
org.metaabm.util   
org.metaabm.validation   
 

Uses of SAttributed in org.eclipse.amp.amf.parameters.scoping
 

Methods in org.eclipse.amp.amf.parameters.scoping with parameters of type SAttributed
protected  void AParScopeProvider.findAttributes(SAttributed attributed)
           
 

Uses of SAttributed in org.eclipse.amp.amf.testing.scoping
 

Methods in org.eclipse.amp.amf.testing.scoping with parameters of type SAttributed
protected  void ATestScopeProvider.findAttributes(SAttributed attributed, java.util.List<org.eclipse.xtext.resource.IEObjectDescription> allElems)
           
 

Uses of SAttributed in org.metaabm
 

Subinterfaces of SAttributed in org.metaabm
 interface SActable
          A representation of the model object ' SActable'.
 interface SAgent
          A representation of the model object ' SAgent'.
 interface SContext
          A representation of the model object ' SContext'.
 interface SContinuousSpace
          A representation of the model object ' SContinuous Space'.
 interface SGeography
          A representation of the model object ' SGeography'.
 interface SGrid
          A representation of the model object ' SGrid'.
 interface SNDimensional
          A representation of the model object ' SN Dimensional'.
 interface SNetwork
          A representation of the model object ' SNetwork'.
 interface SProjection
          A representation of the model object ' SProjection'.
 interface SStyle
          A representation of the model object ' SStyle'.
 interface SStyle2D
          A representation of the model object ' SStyle2 D'.
 interface SStyle3D
          A representation of the model object ' SStyle3 D'.
 interface SStyleShape
          A representation of the model object 'SStyle Shape'.
 

Methods in org.metaabm that return SAttributed
 SAttributed SAttribute.getOwner()
          Returns the value of the 'Owner' container reference.
 

Methods in org.metaabm with parameters of type SAttributed
 void SAttribute.setOwner(SAttributed value)
          Sets the value of the 'Owner' container reference.
 

Uses of SAttributed in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SAttributed
 class SActableImpl
          An implementation of the model object ' SActable'.
 class SAgentImpl
          An implementation of the model object ' SAgent'.
 class SAttributedImpl
          An implementation of the model object ' SAttributed'.
 class SContextImpl
          An implementation of the model object ' SContext'.
 class SContinuousSpaceImpl
          An implementation of the model object ' SContinuous Space'.
 class SGeographyImpl
          An implementation of the model object ' SGeography'.
 class SGridImpl
          An implementation of the model object ' SGrid'.
 class SNDimensionalImpl
          An implementation of the model object ' SN Dimensional'.
 class SNetworkImpl
          An implementation of the model object ' SNetwork'.
 class SProjectionImpl
          An implementation of the model object ' SProjection'.
 class SStyle2DImpl
          An implementation of the model object ' SStyle2 D'.
 class SStyle3DImpl
          An implementation of the model object ' SStyle3 D'.
 class SStyleImpl
          An implementation of the model object ' SStyle'.
 class SStyleShapeImpl
          An implementation of the model object 'SStyle Shape'.
 

Methods in org.metaabm.impl that return SAttributed
 SAttributed SAttributeImpl.getOwner()
           
 

Methods in org.metaabm.impl with parameters of type SAttributed
 org.eclipse.emf.common.notify.NotificationChain SAttributeImpl.basicSetOwner(SAttributed newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SAttributeImpl.setOwner(SAttributed newOwner)
           
 

Uses of SAttributed in org.metaabm.util
 

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

Uses of SAttributed in org.metaabm.validation
 

Methods in org.metaabm.validation with parameters of type SAttributed
 boolean SAttributeValidator.validateOwner(SAttributed value)