Uses of Interface
org.eclipse.stp.core.sca.ReferenceValuesSet

Packages that use ReferenceValuesSet
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
 

Uses of ReferenceValuesSet in org.eclipse.stp.core.sca
 

Methods in org.eclipse.stp.core.sca that return ReferenceValuesSet
 ReferenceValuesSet SCAFactory.createReferenceValuesSet()
          Returns a new object of class 'Reference Values Set'.
 ReferenceValuesSet ReferenceValue.getReferenceValueSet()
          Returns the value of the 'Reference Value Set' container reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type ReferenceValuesSet
 void ReferenceValue.setReferenceValueSet(ReferenceValuesSet value)
          Sets the value of the 'Reference Value Set' container reference.
 

Uses of ReferenceValuesSet in org.eclipse.stp.core.sca.util
 

Methods in org.eclipse.stp.core.sca.util with parameters of type ReferenceValuesSet
 java.lang.Object SCASwitch.caseReferenceValuesSet(ReferenceValuesSet object)
          Returns the result of interpretting the object as an instance of 'Reference Values Set'.
 boolean SCAValidator.validateReferenceValuesSet(ReferenceValuesSet referenceValuesSet, DiagnosticChain diagnostics, java.util.Map context)