Uses of Interface
org.metaabm.SStateValue

Packages that use SStateValue
org.metaabm   
org.metaabm.commands   
org.metaabm.impl   
org.metaabm.util   
org.metaabm.validation   
 

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)
           
 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
           
 

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)