|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.uci.isr.xarch.options.GuardImpl
edu.uci.isr.xarch.boolguard.BooleanGuardImpl
DOM-Based implementation of the IBooleanGuard interface.
| Field Summary | |
static String |
BOOLEAN_EXP_ELT_NAME
Tag name for booleanExps in this object. |
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
| Fields inherited from class edu.uci.isr.xarch.options.GuardImpl |
elt, xArch |
| Fields inherited from interface edu.uci.isr.xarch.boolguard.IBooleanGuard |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
BooleanGuardImpl(Element elt)
|
|
| Method Summary | |
void |
clearBooleanExp()
Clear the booleanExp from this BooleanGuard. |
IXArchElement |
cloneElement(int depth)
|
IBooleanExp |
getBooleanExp()
Get the booleanExp from this BooleanGuard. |
XArchInstanceMetadata |
getInstanceMetadata()
Gets metadata describing the instance of this element. |
protected static SequenceOrder |
getSequenceOrder()
|
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
boolean |
hasBooleanExp(IBooleanExp value)
Determine if this BooleanGuard has the given booleanExp |
boolean |
isEquivalent(IBooleanGuard c)
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 class edu.uci.isr.xarch.options.GuardImpl |
equals, getDOMNode, getXArch, hashCode, isEquivalent, setDOMNode, setXArch |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.uci.isr.xarch.options.IGuard |
isEquivalent |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
getXArch, setXArch |
| Methods inherited from interface edu.uci.isr.xarch.DOMBased |
getDOMNode, setDOMNode |
| Field Detail |
public static final String XSD_TYPE_NSURI
public static final String XSD_TYPE_NAME
public static final String BOOLEAN_EXP_ELT_NAME
| Constructor Detail |
public BooleanGuardImpl(Element elt)
| Method Detail |
protected static SequenceOrder getSequenceOrder()
public IXArchElement cloneElement(int depth)
cloneElement in interface IXArchElementcloneElement in class GuardImplpublic XArchTypeMetadata getTypeMetadata()
IXArchElementxsi:type of this element.
getTypeMetadata in interface IXArchElementgetTypeMetadata in class GuardImplpublic XArchInstanceMetadata getInstanceMetadata()
IXArchElement
getInstanceMetadata in interface IXArchElementgetInstanceMetadata in class GuardImplpublic void setBooleanExp(IBooleanExp value)
IBooleanGuard
setBooleanExp in interface IBooleanGuardvalue - new booleanExppublic void clearBooleanExp()
IBooleanGuard
clearBooleanExp in interface IBooleanGuardpublic IBooleanExp getBooleanExp()
IBooleanGuard
getBooleanExp in interface IBooleanGuardpublic boolean hasBooleanExp(IBooleanExp value)
IBooleanGuard
hasBooleanExp in interface IBooleanGuardvalue - booleanExp to compare
true if the booleanExps are equivalent,
false otherwisepublic boolean isEquivalent(IBooleanGuard c)
IBooleanGuard
isEquivalent in interface IBooleanGuardc - 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 | |||||||||