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

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

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

Subinterfaces of Reference in org.eclipse.stp.core.sca
 interface ModuleReference
          A representation of the model object 'Module Reference'.
 

Methods in org.eclipse.stp.core.sca that return Reference
 Reference SCAFactory.createReference()
          Returns a new object of class 'Reference'.
 Reference ReferenceValue.getReference()
          The following method could require the resolution of the ComponentType of the containing Component.
 Reference ComponentType.getReference(java.lang.String referenceName)
          Return a Reference with a name matching name.
 

Methods in org.eclipse.stp.core.sca with parameters of type Reference
 java.util.List Component.getReferenceValues(Reference reference)
           
 WireSource Component.getWireSource(Reference reference)
           
 void ReferenceValue.setReference(Reference reference)
           
 void Component.setReferenceValue(Reference reference, WireTarget target)
          Create a new ReferenceValue that uses the reference as the source and the passed target to configure the target value.
 

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

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