org.eclipse.stp.core.sca
Interface ComponentWireHandle

All Superinterfaces:
SCAObject

public interface ComponentWireHandle
extends SCAObject

This interface describes WireTarget and WireSource elements that are derived from a Component. A client can cast to this interface for a WireTarget or a WireSource if they return true for the isComponentOwned() API.

This interface is not intended to be implemented by clients.

Since:
1.0
See Also:
WireTarget.isComponentOwned(), WireSource.isComponentOwned()

Method Summary
 Component getOwningComponent()
          Return the Component that owns this WireSource or WireTarget
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Method Detail

getOwningComponent

Component getOwningComponent()
Return the Component that owns this WireSource or WireTarget

Returns:
Component