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

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

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

Methods in org.eclipse.stp.core.sca that return ReferenceValue
 ReferenceValue SCAFactory.createReferenceValue()
          Returns a new object of class 'Reference Value'.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type ReferenceValue
 java.lang.Object SCASwitch.caseReferenceValue(ReferenceValue object)
          Returns the result of interpretting the object as an instance of 'Reference Value'.
 boolean SCAValidator.validateReferenceValue(ReferenceValue referenceValue, DiagnosticChain diagnostics, java.util.Map context)