|
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
Point xsi:type in the
instance 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 |
clearAnchorOnInterface()
Clear the anchorOnInterface from this Point. |
IXMLLink |
getAnchorOnInterface()
Get the anchorOnInterface from this Point. |
boolean |
hasAnchorOnInterface(IXMLLink anchorOnInterfaceToCheck)
Determine if this Point has the given anchorOnInterface |
boolean |
isEquivalent(IPoint PointToCheck)
Determine if another Point is equivalent to this one, ignoring ID's. |
void |
setAnchorOnInterface(IXMLLink value)
Set the anchorOnInterface for this Point. |
| 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 setAnchorOnInterface(IXMLLink value)
value - new anchorOnInterfacepublic void clearAnchorOnInterface()
public IXMLLink getAnchorOnInterface()
public boolean hasAnchorOnInterface(IXMLLink anchorOnInterfaceToCheck)
anchorOnInterfaceToCheck - anchorOnInterface to compare
true if the anchorOnInterfaces are equivalent,
false otherwisepublic boolean isEquivalent(IPoint PointToCheck)
PointToCheck - Point to compare to this one.
true if all the child elements of this
Point 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 | |||||||||