Uses of Interface
org.metaabm.SAttributed

Packages that use SAttributed
org.metaabm   
org.metaabm.impl   
org.metaabm.util   
org.metaabm.validation   
 

Uses of SAttributed in org.metaabm
 

Subinterfaces of SAttributed in org.metaabm
 interface SActable
           
 interface SAgent
           
 interface SContext
           
 interface SContinuousSpace
           
 interface SGeography
           
 interface SGrid
           
 interface SNDimensional
           
 interface SNetwork
           
 interface SProjection
           
 interface SStyle
           
 interface SStyle2D
           
 interface SStyle3D
           
 interface SStyleShape
           
 

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
           
 class SAgentImpl
           
 class SAttributedImpl
           
 class SContextImpl
           
 class SContinuousSpaceImpl
           
 class SGeographyImpl
           
 class SGridImpl
           
 class SNDimensionalImpl
           
 class SNetworkImpl
           
 class SProjectionImpl
           
 class SStyle2DImpl
           
 class SStyle3DImpl
           
 class SStyleImpl
           
 class SStyleShapeImpl
           
 

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)