Uses of Interface
org.metaabm.SStyle

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

Uses of SStyle in org.metaabm
 

Subinterfaces of SStyle in org.metaabm
 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 types with arguments of type SStyle
 org.eclipse.emf.common.util.EList<SStyle> SAgent.getStyles()
          Returns the value of the 'Styles' containment reference list.
 

Uses of SStyle in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SStyle
 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'.
 

Fields in org.metaabm.impl with type parameters of type SStyle
protected  org.eclipse.emf.common.util.EList<SStyle> SAgentImpl.styles
          The cached value of the 'Styles' containment reference list.
 

Methods in org.metaabm.impl that return types with arguments of type SStyle
 org.eclipse.emf.common.util.EList<SStyle> SAgentImpl.getStyles()
           
 

Uses of SStyle in org.metaabm.util
 

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

Uses of SStyle in org.metaabm.validation
 

Method parameters in org.metaabm.validation with type arguments of type SStyle
 boolean SAgentValidator.validateStyles(org.eclipse.emf.common.util.EList<SStyle> value)