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

Packages that use WireTarget
org.eclipse.stp.core.sca The SCA Model API 
 

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

Subinterfaces of WireTarget in org.eclipse.stp.core.sca
 interface ExternalService
          A representation of the model object 'External Service'.
 

Methods in org.eclipse.stp.core.sca that return WireTarget
 WireTarget Component.getSingleWireTarget()
           
 WireTarget ReferenceValue.getTarget()
          The WireTarget can be one of either Service or ExternalService.
 WireTarget Component.getWireTarget(Service service)
           
 WireTarget Component.getWireTarget(java.lang.String serviceName)
           
 WireTarget Composite.resolveWireTarget(java.lang.String targetURI)
          Use this API to resolve target URIs to a WireTarget within the composite.
 

Methods in org.eclipse.stp.core.sca with parameters of type WireTarget
 void WireSource.createWireToTarget(WireTarget wireTarget)
          This method is used as a convenience to create a wire to the WireTarget that is passed.
 boolean WireSource.deleteWireToTarget(WireTarget wireTarget)
          This method is used as a convenience to delete a wire to the WireTarget that is passed.
 java.util.List Composite.getAllMatchingSources(WireTarget wireTarget)
           
 java.util.Collection Composite.getAllWiredSources(WireTarget wireTarget)
          Return a list of all WireSource elements within this Composite which are wired to the passed wireTarget.
 java.util.Collection Component.getWireSourcesWiredToTarget(WireTarget wireTarget)
          Return a collection of WireSource elements that have a wire to the passed wireTarget.
 boolean EntryPoint.hasWireToTarget(WireTarget wireTarget)
          Return true if this EntryPoint has a wire to the passed wireTarget.
 boolean WireSource.matches(WireTarget wireTarget)
          NOT IMPLEMENTED.
 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.
 void ReferenceValue.setTarget(WireTarget wireTarget)
          Set the target URI using the given wireTarget.
 boolean ReferenceValue.targets(WireTarget wireTarget)
          Return true if this ReferenceValue targets the passed WireTarget;