|
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
And xsi:type in the
boolguard 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 |
clearBooleanExp1()
Clear the booleanExp1 from this And. |
void |
clearBooleanExp2()
Clear the booleanExp2 from this And. |
IBooleanExp |
getBooleanExp1()
Get the booleanExp1 from this And. |
IBooleanExp |
getBooleanExp2()
Get the booleanExp2 from this And. |
boolean |
hasBooleanExp1(IBooleanExp booleanExp1ToCheck)
Determine if this And has the given booleanExp1 |
boolean |
hasBooleanExp2(IBooleanExp booleanExp2ToCheck)
Determine if this And has the given booleanExp2 |
boolean |
isEquivalent(IAnd AndToCheck)
Determine if another And is equivalent to this one, ignoring ID's. |
void |
setBooleanExp1(IBooleanExp value)
Set the booleanExp1 for this And. |
void |
setBooleanExp2(IBooleanExp value)
Set the booleanExp2 for this And. |
| 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 setBooleanExp1(IBooleanExp value)
value - new booleanExp1public void clearBooleanExp1()
public IBooleanExp getBooleanExp1()
public boolean hasBooleanExp1(IBooleanExp booleanExp1ToCheck)
booleanExp1ToCheck - booleanExp1 to compare
true if the booleanExp1s are equivalent,
false otherwisepublic void setBooleanExp2(IBooleanExp value)
value - new booleanExp2public void clearBooleanExp2()
public IBooleanExp getBooleanExp2()
public boolean hasBooleanExp2(IBooleanExp booleanExp2ToCheck)
booleanExp2ToCheck - booleanExp2 to compare
true if the booleanExp2s are equivalent,
false otherwisepublic boolean isEquivalent(IAnd AndToCheck)
AndToCheck - And to compare to this one.
true if all the child elements of this
And 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 | |||||||||