Uses of Interface
org.metaabm.SValueLayer

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

Uses of SValueLayer in org.metaabm
 

Methods in org.metaabm that return SValueLayer
 SValueLayer MetaABMFactory.createSValueLayer()
          Returns a new object of class 'SValue Layer'.
 

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

Uses of SValueLayer in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SValueLayer
 class SValueLayerImpl
           
 

Methods in org.metaabm.impl that return SValueLayer
 SValueLayer MetaABMFactoryImpl.createSValueLayer()
           
 

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

Uses of SValueLayer in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type SValueLayer
 T MetaABMSwitch.caseSValueLayer(SValueLayer object)
          Returns the result of interpreting the object as an instance of 'SValue Layer'.
 

Uses of SValueLayer in org.metaabm.validation
 

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