public interface IMapSignatureOwnerHolder
| Modifier and Type | Method and Description |
|---|---|
MapAttribute |
findComponentAttributeForSignatureAttribute(MapAttribute signatureAttr)
Find the signature owner component attribute corresponding to the specified IS or OS component attribute.
|
MapConnectorPoint |
findConnectorPointForSignature(IMapComponent signatureComp)
Find the RMC component connector point corresponding to the specified RM signature component.
|
MapAttribute |
findSignatureAttributeForComponentAttribute(MapAttribute attribute)
Find the IS/OS component attribute corresponding to the specified signature owner attribute.
|
SignatureComponentDelegate |
findSignatureComponent(java.util.List pResult,
MapConnectorPoint pPoint)
Finds the signature component for the connection point.
|
SignatureComponentDelegate |
findSignatureComponent(MapConnectorPoint pPoint)
Finds the signature for the connection point.
|
java.lang.String |
getGUID()
Get the global id for this component.
|
IMapSignatureOwner |
getSignatureOwner() |
boolean |
inputSignatureAttributeHasExpression(MapAttribute isAttr)
Return true if the specified input signature attribute has an associated expression.
|
IMapSignatureOwner getSignatureOwner() throws MapComponentException, AdapterException, PropertyException
MapComponentExceptionAdapterExceptionPropertyExceptionSignatureComponentDelegate findSignatureComponent(MapConnectorPoint pPoint)
null if not found.pPoint - the point for which we search a signaturenull if not foundSignatureComponentDelegate findSignatureComponent(java.util.List pResult, MapConnectorPoint pPoint)
pResult - the list of issues to be filled if any error is encounteredpPoint - the point for which we search a signaturenull if not foundMapAttribute findComponentAttributeForSignatureAttribute(MapAttribute signatureAttr) throws AdapterException, MappingException
outputSignatureAttr - AdapterExceptionMappingExceptionMapAttribute findSignatureAttributeForComponentAttribute(MapAttribute attribute) throws AdapterException, MappingException
outputSignatureAttr - AdapterExceptionMappingExceptionMapConnectorPoint findConnectorPointForSignature(IMapComponent signatureComp) throws AdapterException, MappingException
outputSignatureAttr - AdapterExceptionMappingExceptionjava.lang.String getGUID()
boolean inputSignatureAttributeHasExpression(MapAttribute isAttr) throws AdapterException, MappingException
AdapterExceptionMappingException