|
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
BooleanGuard xsi:type in the
boolguard namespace. Extends and
inherits the properties of the
Guard xsi:type.
| 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 BooleanGuard. |
IBooleanExp |
getBooleanExp()
Get the booleanExp from this BooleanGuard. |
boolean |
hasBooleanExp(IBooleanExp booleanExpToCheck)
Determine if this BooleanGuard has the given booleanExp |
boolean |
isEquivalent(IBooleanGuard BooleanGuardToCheck)
Determine if another BooleanGuard is equivalent to this one, ignoring ID's. |
void |
setBooleanExp(IBooleanExp value)
Set the booleanExp for this BooleanGuard. |
| Methods inherited from interface edu.uci.isr.xarch.options.IGuard |
isEquivalent |
| 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(IBooleanGuard BooleanGuardToCheck)
BooleanGuardToCheck - BooleanGuard to compare to this one.
true if all the child elements of this
BooleanGuard 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 | |||||||||