Uses of Interface
org.metaabm.SState

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

Uses of SState in org.metaabm
 

Methods in org.metaabm that return SState
 SState MetaABMFactory.createSState()
          Returns a new object of class 'SState'.
 SState SStateValue.getSet()
          Returns the value of the 'Set' container reference.
 

Methods in org.metaabm with parameters of type SState
 void SStateValue.setSet(SState value)
          Sets the value of the 'Set' container reference.
 

Uses of SState in org.metaabm.commands
 

Method parameters in org.metaabm.commands with type arguments of type SState
 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 SState in org.metaabm.impl
 

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

Methods in org.metaabm.impl that return SState
 SState MetaABMFactoryImpl.createSState()
           
 SState SStateValueImpl.getSet()
           
 

Methods in org.metaabm.impl with parameters of type SState
 org.eclipse.emf.common.notify.NotificationChain SStateValueImpl.basicSetSet(SState newSet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SStateValueImpl.setSet(SState newSet)
           
 

Uses of SState in org.metaabm.util
 

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

Uses of SState in org.metaabm.validation
 

Methods in org.metaabm.validation with parameters of type SState
 boolean SStateValueValidator.validateSet(SState value)