|
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
PrescribedInterfaceInstance xsi:type in the
types namespace. Extends and
inherits the properties of the
InterfaceInstance 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 PrescribedInterfaceInstance. |
IXMLLink |
getStructure()
Get the structure from this PrescribedInterfaceInstance. |
boolean |
hasStructure(IXMLLink structureToCheck)
Determine if this PrescribedInterfaceInstance has the given structure |
boolean |
isEquivalent(IPrescribedInterfaceInstance PrescribedInterfaceInstanceToCheck)
Determine if another PrescribedInterfaceInstance is equivalent to this one, ignoring ID's. |
void |
setStructure(IXMLLink value)
Set the structure for this PrescribedInterfaceInstance. |
| Methods inherited from interface edu.uci.isr.xarch.instance.IInterfaceInstance |
clearDescription, clearDirection, clearId, getDescription, getDirection, getId, hasDescription, hasDirection, hasId, isEqual, isEquivalent, setDescription, setDirection, 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(IPrescribedInterfaceInstance PrescribedInterfaceInstanceToCheck)
PrescribedInterfaceInstanceToCheck - PrescribedInterfaceInstance to compare to this one.
true if all the child elements of this
PrescribedInterfaceInstance 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 | |||||||||