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
           
 interface SStyle3D
           
 interface SStyleShape
           
 

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
           
 class SStyle3DImpl
           
 class SStyleImpl
           
 class SStyleShapeImpl
           
 

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)