|
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
Position xsi:type in the
menage 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 |
clearX()
Remove the x attribute from this Position. |
void |
clearY()
Remove the y attribute from this Position. |
String |
getX()
Get the x attribute from this Position. |
String |
getY()
Get the y attribute from this Position. |
boolean |
hasX(String x)
Determine if the x attribute on this Position has the given value. |
boolean |
hasY(String y)
Determine if the y attribute on this Position has the given value. |
boolean |
isEquivalent(IPosition PositionToCheck)
Determine if another Position is equivalent to this one, ignoring ID's. |
void |
setX(String x)
Set the x attribute on this Position. |
void |
setY(String y)
Set the y attribute on this Position. |
| 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 setX(String x)
x - x
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearX()
public String getX()
public boolean hasX(String x)
x - Attribute value to compare
true if they match; false
otherwise.public void setY(String y)
y - y
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearY()
public String getY()
public boolean hasY(String y)
y - Attribute value to compare
true if they match; false
otherwise.public boolean isEquivalent(IPosition PositionToCheck)
PositionToCheck - Position to compare to this one.
true if all the child elements of this
Position 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 | |||||||||