Uses of Interface
org.metaabm.SStateValue

Packages that use SStateValue
org.eclipse.amp.amf.testing.aTest   
org.eclipse.amp.amf.testing.aTest.impl   
org.metaabm   
org.metaabm.commands   
org.metaabm.impl   
org.metaabm.util   
org.metaabm.validation   
 

Uses of SStateValue in org.eclipse.amp.amf.testing.aTest
 

Methods in org.eclipse.amp.amf.testing.aTest that return SStateValue
 SStateValue Constraint.getQualifier()
          Returns the value of the 'Qualifier' reference.
 

Methods in org.eclipse.amp.amf.testing.aTest with parameters of type SStateValue
 void Constraint.setQualifier(SStateValue value)
          Sets the value of the 'Qualifier' reference.
 

Uses of SStateValue in org.eclipse.amp.amf.testing.aTest.impl
 

Fields in org.eclipse.amp.amf.testing.aTest.impl declared as SStateValue
protected  SStateValue ConstraintImpl.qualifier
          The cached value of the 'Qualifier' reference.
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return SStateValue
 SStateValue ConstraintImpl.basicGetQualifier()
           
 SStateValue ConstraintImpl.getQualifier()
           
 

Methods in org.eclipse.amp.amf.testing.aTest.impl with parameters of type SStateValue
 void ConstraintImpl.setQualifier(SStateValue newQualifier)
           
 

Uses of SStateValue in org.metaabm
 

Methods in org.metaabm that return SStateValue
 SStateValue MetaABMFactory.createSStateValue()
          Returns a new object of class 'SState Value'.
 SStateValue SState.getDefaultOption()
          Returns the value of the 'Default Option' reference.
 

Methods in org.metaabm that return types with arguments of type SStateValue
 org.eclipse.emf.common.util.EList<SStateValue> SState.getOptions()
          Returns the value of the 'Options' containment reference list.
 

Methods in org.metaabm with parameters of type SStateValue
 void SState.setDefaultOption(SStateValue value)
          Sets the value of the 'Default Option' reference.
 

Uses of SStateValue in org.metaabm.commands
 

Method parameters in org.metaabm.commands with type arguments of type SStateValue
 void MultiValueCommand.addAttribute(AMultiValue multiValue, java.util.Collection<SStateValue> processedOptions, int paramIndex)
           
protected  void MultiValueCommand.addAttributes(java.util.List<AInput> inputs, java.util.Collection<SStateValue> processedOptions)
           
 void MultiValueCommand.addAttributesCross(java.util.List<AInput> inputs, java.util.Collection<SState> states, java.util.Collection<SStateValue> optionsPath)
           
 void MultiValueCommand.addAttributesSingle(java.util.List<AInput> inputs, java.util.Collection<SState> states, java.util.Collection<SStateValue> optionsPath)
           
 

Uses of SStateValue in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SStateValue
 class SStateValueImpl
          An implementation of the model object ' SState Value'.
 

Fields in org.metaabm.impl declared as SStateValue
protected  SStateValue SStateImpl.defaultOption
          The cached value of the 'Default Option' reference.
 

Fields in org.metaabm.impl with type parameters of type SStateValue
protected  org.eclipse.emf.common.util.EList<SStateValue> SStateImpl.options
          The cached value of the 'Options' containment reference list.
 

Methods in org.metaabm.impl that return SStateValue
 SStateValue SStateImpl.basicGetDefaultOption()
           
 SStateValue MetaABMFactoryImpl.createSStateValue()
           
 SStateValue SStateImpl.getDefaultOption()
           
 

Methods in org.metaabm.impl that return types with arguments of type SStateValue
 org.eclipse.emf.common.util.EList<SStateValue> SStateImpl.getOptions()
           
 

Methods in org.metaabm.impl with parameters of type SStateValue
 void SStateImpl.setDefaultOption(SStateValue newDefaultOption)
           
 

Uses of SStateValue in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type SStateValue
 T MetaABMSwitch.caseSStateValue(SStateValue object)
          Returns the result of interpreting the object as an instance of 'SState Value'.
 

Uses of SStateValue in org.metaabm.validation
 

Methods in org.metaabm.validation with parameters of type SStateValue
 boolean SStateValidator.validateDefault(SStateValue value)
           
 boolean SStateValidator.validateDefaultOption(SStateValue value)
           
 

Method parameters in org.metaabm.validation with type arguments of type SStateValue
 boolean SStateValidator.validateChoices(org.eclipse.emf.common.util.EList<SStateValue> value)
           
 boolean SStateValidator.validateOptions(org.eclipse.emf.common.util.EList<SStateValue> value)