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()
getOwningComponent
Component getOwningComponent()
- Return the Component that owns this WireSource or WireTarget
- Returns:
- Component