|
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.boolguard.AndImpl
DOM-Based implementation of the IAnd interface.
| Field Summary | |
static String |
BOOLEAN_EXP1_ELT_NAME
Tag name for booleanExp1s in this object. |
static String |
BOOLEAN_EXP2_ELT_NAME
Tag name for booleanExp2s in this object. |
protected Element |
elt
|
protected IXArch |
xArch
|
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
| Fields inherited from interface edu.uci.isr.xarch.boolguard.IAnd |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
AndImpl(Element elt)
|
|
| Method Summary | |
void |
clearBooleanExp1()
Clear the booleanExp1 from this And. |
void |
clearBooleanExp2()
Clear the booleanExp2 from this And. |
IXArchElement |
cloneElement(int depth)
|
boolean |
equals(Object o)
|
IBooleanExp |
getBooleanExp1()
Get the booleanExp1 from this And. |
IBooleanExp |
getBooleanExp2()
Get the booleanExp2 from this And. |
Node |
getDOMNode()
Gets the DOM node on which this implementation is based. |
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. |
IXArch |
getXArch()
|
boolean |
hasBooleanExp1(IBooleanExp value)
Determine if this And has the given booleanExp1 |
boolean |
hasBooleanExp2(IBooleanExp value)
Determine if this And has the given booleanExp2 |
int |
hashCode()
|
boolean |
isEquivalent(IAnd c)
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. |
void |
setDOMNode(Node node)
Sets the DOM node on which this implementation is based. |
void |
setXArch(IXArch xArch)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String XSD_TYPE_NSURI
public static final String XSD_TYPE_NAME
protected IXArch xArch
public static final String BOOLEAN_EXP1_ELT_NAME
public static final String BOOLEAN_EXP2_ELT_NAME
protected Element elt
| Constructor Detail |
public AndImpl(Element elt)
| Method Detail |
public Node getDOMNode()
DOMBased
getDOMNode in interface DOMBasedpublic void setDOMNode(Node node)
DOMBased
setDOMNode in interface DOMBasednode - DOM nodeprotected static SequenceOrder getSequenceOrder()
public void setXArch(IXArch xArch)
setXArch in interface IXArchElementpublic IXArch getXArch()
getXArch in interface IXArchElementpublic IXArchElement cloneElement(int depth)
cloneElement in interface IXArchElementpublic boolean equals(Object o)
public int hashCode()
public XArchTypeMetadata getTypeMetadata()
IXArchElementxsi:type of this element.
getTypeMetadata in interface IXArchElementxsi:type of this element.public XArchInstanceMetadata getInstanceMetadata()
IXArchElement
getInstanceMetadata in interface IXArchElementpublic void setBooleanExp1(IBooleanExp value)
IAnd
setBooleanExp1 in interface IAndvalue - new booleanExp1public void clearBooleanExp1()
IAnd
clearBooleanExp1 in interface IAndpublic IBooleanExp getBooleanExp1()
IAnd
getBooleanExp1 in interface IAndpublic boolean hasBooleanExp1(IBooleanExp value)
IAnd
hasBooleanExp1 in interface IAndvalue - booleanExp1 to compare
true if the booleanExp1s are equivalent,
false otherwisepublic void setBooleanExp2(IBooleanExp value)
IAnd
setBooleanExp2 in interface IAndvalue - new booleanExp2public void clearBooleanExp2()
IAnd
clearBooleanExp2 in interface IAndpublic IBooleanExp getBooleanExp2()
IAnd
getBooleanExp2 in interface IAndpublic boolean hasBooleanExp2(IBooleanExp value)
IAnd
hasBooleanExp2 in interface IAndvalue - booleanExp2 to compare
true if the booleanExp2s are equivalent,
false otherwisepublic boolean isEquivalent(IAnd c)
IAnd
isEquivalent in interface IAndc - 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 | |||||||||