|
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.tronanalysis.TestImpl
DOM-Based implementation of the ITest interface.
| Field Summary | |
static String |
DESCRIPTION_ELT_NAME
Tag name for descriptions in this object. |
protected Element |
elt
|
static String |
ENABLED_ATTR_NAME
Tag name for enableds in this object. |
static String |
ID_ATTR_NAME
Tag name for ids in this object. |
protected IXArch |
xArch
|
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
| Fields inherited from interface edu.uci.isr.xarch.tronanalysis.ITest |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
TestImpl(Element elt)
|
|
| Method Summary | |
void |
clearDescription()
Clear the description from this Test. |
void |
clearEnabled()
Removes the enabled attribute from this object. |
void |
clearId()
Removes the id attribute from this object. |
IXArchElement |
cloneElement(int depth)
|
boolean |
equals(Object o)
|
IDescription |
getDescription()
Get the description from this Test. |
Node |
getDOMNode()
Gets the DOM node on which this implementation is based. |
String |
getEnabled()
Gets the value of the enabled attribute on this object. |
String |
getId()
Gets the value of the id attribute on this object. |
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 |
hasDescription(IDescription value)
Determine if this Test has the given description |
boolean |
hasEnabled(String enabled)
Determines if this object's enabled attribute has the given value. |
int |
hashCode()
|
boolean |
hasId(String id)
Determines if this object's id attribute has the given value. |
boolean |
isEqual(ITest TestToCheck)
Determine if another Test has the same id as this one. |
boolean |
isEquivalent(ITest c)
Determine if another Test is equivalent to this one, ignoring ID's. |
void |
setDescription(IDescription value)
Set the description for this Test. |
void |
setDOMNode(Node node)
Sets the DOM node on which this implementation is based. |
void |
setEnabled(String enabled)
Set the enabled attribute on this object. |
void |
setId(String id)
Set the id attribute on this object. |
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 ID_ATTR_NAME
public static final String ENABLED_ATTR_NAME
public static final String DESCRIPTION_ELT_NAME
protected Element elt
| Constructor Detail |
public TestImpl(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 setId(String id)
setId in interface ITestid - attribute value.public void clearId()
clearId in interface ITestpublic String getId()
getId in interface ITestnull if that
attribute is not set.public boolean hasId(String id)
hasId in interface ITestid - value to test.
true if the values match, false otherwise.
Matching is done by string-matching.public void setEnabled(String enabled)
setEnabled in interface ITestenabled - attribute value.public void clearEnabled()
clearEnabled in interface ITestpublic String getEnabled()
getEnabled in interface ITestnull if that
attribute is not set.public boolean hasEnabled(String enabled)
hasEnabled in interface ITestenabled - value to test.
true if the values match, false otherwise.
Matching is done by string-matching.public void setDescription(IDescription value)
ITest
setDescription in interface ITestvalue - new descriptionpublic void clearDescription()
ITest
clearDescription in interface ITestpublic IDescription getDescription()
ITest
getDescription in interface ITestpublic boolean hasDescription(IDescription value)
ITest
hasDescription in interface ITestvalue - description to compare
true if the descriptions are equivalent,
false otherwisepublic boolean isEqual(ITest TestToCheck)
ITest
isEqual in interface ITestTestToCheck - Test to compare with this
one.public boolean isEquivalent(ITest c)
ITest
isEquivalent in interface ITestc - Test to compare to this one.
true if all the child elements of this
Test 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 | |||||||||