|
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.instance.LinkInstanceImpl
edu.uci.isr.xarch.types.PrescribedLinkInstanceImpl
DOM-Based implementation of the IPrescribedLinkInstance interface.
| Field Summary | |
static String |
STRUCTURE_ELT_NAME
Tag name for structures in this object. |
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
| Fields inherited from class edu.uci.isr.xarch.instance.LinkInstanceImpl |
DESCRIPTION_ELT_NAME, elt, ID_ATTR_NAME, POINT_ELT_NAME, xArch |
| Fields inherited from interface edu.uci.isr.xarch.types.IPrescribedLinkInstance |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
PrescribedLinkInstanceImpl(Element elt)
|
|
| Method Summary | |
void |
clearStructure()
Clear the structure from this PrescribedLinkInstance. |
IXArchElement |
cloneElement(int depth)
|
XArchInstanceMetadata |
getInstanceMetadata()
Gets metadata describing the instance of this element. |
protected static SequenceOrder |
getSequenceOrder()
|
IXMLLink |
getStructure()
Get the structure from this PrescribedLinkInstance. |
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
boolean |
hasStructure(IXMLLink value)
Determine if this PrescribedLinkInstance has the given structure |
boolean |
isEquivalent(IPrescribedLinkInstance c)
Determine if another PrescribedLinkInstance is equivalent to this one, ignoring ID's. |
void |
setStructure(IXMLLink value)
Set the structure for this PrescribedLinkInstance. |
| Methods inherited from class edu.uci.isr.xarch.instance.LinkInstanceImpl |
addPoint, addPoints, clearDescription, clearId, clearPoints, equals, getAllPoints, getDescription, getDOMNode, getId, getXArch, hasAllPoints, hasDescription, hashCode, hasId, hasPoint, hasPoints, isEqual, isEquivalent, removePoint, removePoints, setDescription, setDOMNode, setId, 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.instance.ILinkInstance |
addPoint, addPoints, clearDescription, clearId, clearPoints, getAllPoints, getDescription, getId, hasAllPoints, hasDescription, hasId, hasPoint, hasPoints, isEqual, isEquivalent, removePoint, removePoints, setDescription, setId |
| 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 STRUCTURE_ELT_NAME
| Constructor Detail |
public PrescribedLinkInstanceImpl(Element elt)
| Method Detail |
protected static SequenceOrder getSequenceOrder()
public IXArchElement cloneElement(int depth)
cloneElement in interface IXArchElementcloneElement in class LinkInstanceImplpublic XArchTypeMetadata getTypeMetadata()
IXArchElementxsi:type of this element.
getTypeMetadata in interface IXArchElementgetTypeMetadata in class LinkInstanceImplpublic XArchInstanceMetadata getInstanceMetadata()
IXArchElement
getInstanceMetadata in interface IXArchElementgetInstanceMetadata in class LinkInstanceImplpublic void setStructure(IXMLLink value)
IPrescribedLinkInstance
setStructure in interface IPrescribedLinkInstancevalue - new structurepublic void clearStructure()
IPrescribedLinkInstance
clearStructure in interface IPrescribedLinkInstancepublic IXMLLink getStructure()
IPrescribedLinkInstance
getStructure in interface IPrescribedLinkInstancepublic boolean hasStructure(IXMLLink value)
IPrescribedLinkInstance
hasStructure in interface IPrescribedLinkInstancevalue - structure to compare
true if the structures are equivalent,
false otherwisepublic boolean isEquivalent(IPrescribedLinkInstance c)
IPrescribedLinkInstance
isEquivalent in interface IPrescribedLinkInstancec - PrescribedLinkInstance to compare to this one.
true if all the child elements of this
PrescribedLinkInstance 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 | |||||||||