|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for accessing objects of the
InterfaceEndPoint xsi:type in the
pladiff namespace.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Method Summary | |
void |
clearConnectingElementDescription()
Clear the connectingElementDescription from this InterfaceEndPoint. |
void |
clearInterfaceDescription()
Clear the interfaceDescription from this InterfaceEndPoint. |
IDescription |
getConnectingElementDescription()
Get the connectingElementDescription from this InterfaceEndPoint. |
IDescription |
getInterfaceDescription()
Get the interfaceDescription from this InterfaceEndPoint. |
boolean |
hasConnectingElementDescription(IDescription connectingElementDescriptionToCheck)
Determine if this InterfaceEndPoint has the given connectingElementDescription |
boolean |
hasInterfaceDescription(IDescription interfaceDescriptionToCheck)
Determine if this InterfaceEndPoint has the given interfaceDescription |
boolean |
isEquivalent(IInterfaceEndPoint InterfaceEndPointToCheck)
Determine if another InterfaceEndPoint is equivalent to this one, ignoring ID's. |
void |
setConnectingElementDescription(IDescription value)
Set the connectingElementDescription for this InterfaceEndPoint. |
void |
setInterfaceDescription(IDescription value)
Set the interfaceDescription for this InterfaceEndPoint. |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
cloneElement, getInstanceMetadata, getTypeMetadata, getXArch, setXArch |
| Field Detail |
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public void setInterfaceDescription(IDescription value)
value - new interfaceDescriptionpublic void clearInterfaceDescription()
public IDescription getInterfaceDescription()
public boolean hasInterfaceDescription(IDescription interfaceDescriptionToCheck)
interfaceDescriptionToCheck - interfaceDescription to compare
true if the interfaceDescriptions are equivalent,
false otherwisepublic void setConnectingElementDescription(IDescription value)
value - new connectingElementDescriptionpublic void clearConnectingElementDescription()
public IDescription getConnectingElementDescription()
public boolean hasConnectingElementDescription(IDescription connectingElementDescriptionToCheck)
connectingElementDescriptionToCheck - connectingElementDescription to compare
true if the connectingElementDescriptions are equivalent,
false otherwisepublic boolean isEquivalent(IInterfaceEndPoint InterfaceEndPointToCheck)
InterfaceEndPointToCheck - InterfaceEndPoint to compare to this one.
true if all the child elements of this
InterfaceEndPoint are equivalent, false otherwise.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||