|
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
PrescribedLinkInstance xsi:type in the
types namespace. Extends and
inherits the properties of the
LinkInstance 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 |
clearStructure()
Clear the structure from this PrescribedLinkInstance. |
IXMLLink |
getStructure()
Get the structure from this PrescribedLinkInstance. |
boolean |
hasStructure(IXMLLink structureToCheck)
Determine if this PrescribedLinkInstance has the given structure |
boolean |
isEquivalent(IPrescribedLinkInstance PrescribedLinkInstanceToCheck)
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 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 |
cloneElement, getInstanceMetadata, getTypeMetadata, getXArch, setXArch |
| Field Detail |
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public void setStructure(IXMLLink value)
value - new structurepublic void clearStructure()
public IXMLLink getStructure()
public boolean hasStructure(IXMLLink structureToCheck)
structureToCheck - structure to compare
true if the structures are equivalent,
false otherwisepublic boolean isEquivalent(IPrescribedLinkInstance PrescribedLinkInstanceToCheck)
PrescribedLinkInstanceToCheck - 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 | |||||||||