|
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
Not 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 |
clearBooleanExp()
Clear the booleanExp from this Not. |
IBooleanExp |
getBooleanExp()
Get the booleanExp from this Not. |
boolean |
hasBooleanExp(IBooleanExp booleanExpToCheck)
Determine if this Not has the given booleanExp |
boolean |
isEquivalent(INot NotToCheck)
Determine if another Not is equivalent to this one, ignoring ID's. |
void |
setBooleanExp(IBooleanExp value)
Set the booleanExp for this Not. |
| 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 setBooleanExp(IBooleanExp value)
value - new booleanExppublic void clearBooleanExp()
public IBooleanExp getBooleanExp()
public boolean hasBooleanExp(IBooleanExp booleanExpToCheck)
booleanExpToCheck - booleanExp to compare
true if the booleanExps are equivalent,
false otherwisepublic boolean isEquivalent(INot NotToCheck)
NotToCheck - Not to compare to this one.
true if all the child elements of this
Not 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 | |||||||||