|
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.pladiff.InterfaceEndPointImpl
DOM-Based implementation of the IInterfaceEndPoint interface.
| Field Summary | |
static String |
CONNECTING_ELEMENT_DESCRIPTION_ELT_NAME
Tag name for connectingElementDescriptions in this object. |
protected Element |
elt
|
static String |
INTERFACE_DESCRIPTION_ELT_NAME
Tag name for interfaceDescriptions in this object. |
protected IXArch |
xArch
|
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
| Fields inherited from interface edu.uci.isr.xarch.pladiff.IInterfaceEndPoint |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
InterfaceEndPointImpl(Element elt)
|
|
| Method Summary | |
void |
clearConnectingElementDescription()
Clear the connectingElementDescription from this InterfaceEndPoint. |
void |
clearInterfaceDescription()
Clear the interfaceDescription from this InterfaceEndPoint. |
IXArchElement |
cloneElement(int depth)
|
boolean |
equals(Object o)
|
IDescription |
getConnectingElementDescription()
Get the connectingElementDescription from this InterfaceEndPoint. |
Node |
getDOMNode()
Gets the DOM node on which this implementation is based. |
XArchInstanceMetadata |
getInstanceMetadata()
Gets metadata describing the instance of this element. |
IDescription |
getInterfaceDescription()
Get the interfaceDescription from this InterfaceEndPoint. |
protected static SequenceOrder |
getSequenceOrder()
|
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
IXArch |
getXArch()
|
boolean |
hasConnectingElementDescription(IDescription value)
Determine if this InterfaceEndPoint has the given connectingElementDescription |
int |
hashCode()
|
boolean |
hasInterfaceDescription(IDescription value)
Determine if this InterfaceEndPoint has the given interfaceDescription |
boolean |
isEquivalent(IInterfaceEndPoint c)
Determine if another InterfaceEndPoint is equivalent to this one, ignoring ID's. |
void |
setConnectingElementDescription(IDescription value)
Set the connectingElementDescription for this InterfaceEndPoint. |
void |
setDOMNode(Node node)
Sets the DOM node on which this implementation is based. |
void |
setInterfaceDescription(IDescription value)
Set the interfaceDescription for this InterfaceEndPoint. |
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 INTERFACE_DESCRIPTION_ELT_NAME
public static final String CONNECTING_ELEMENT_DESCRIPTION_ELT_NAME
protected Element elt
| Constructor Detail |
public InterfaceEndPointImpl(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 setInterfaceDescription(IDescription value)
IInterfaceEndPoint
setInterfaceDescription in interface IInterfaceEndPointvalue - new interfaceDescriptionpublic void clearInterfaceDescription()
IInterfaceEndPoint
clearInterfaceDescription in interface IInterfaceEndPointpublic IDescription getInterfaceDescription()
IInterfaceEndPoint
getInterfaceDescription in interface IInterfaceEndPointpublic boolean hasInterfaceDescription(IDescription value)
IInterfaceEndPoint
hasInterfaceDescription in interface IInterfaceEndPointvalue - interfaceDescription to compare
true if the interfaceDescriptions are equivalent,
false otherwisepublic void setConnectingElementDescription(IDescription value)
IInterfaceEndPoint
setConnectingElementDescription in interface IInterfaceEndPointvalue - new connectingElementDescriptionpublic void clearConnectingElementDescription()
IInterfaceEndPoint
clearConnectingElementDescription in interface IInterfaceEndPointpublic IDescription getConnectingElementDescription()
IInterfaceEndPoint
getConnectingElementDescription in interface IInterfaceEndPointpublic boolean hasConnectingElementDescription(IDescription value)
IInterfaceEndPoint
hasConnectingElementDescription in interface IInterfaceEndPointvalue - connectingElementDescription to compare
true if the connectingElementDescriptions are equivalent,
false otherwisepublic boolean isEquivalent(IInterfaceEndPoint c)
IInterfaceEndPoint
isEquivalent in interface IInterfaceEndPointc - InterfaceEndPoint to compare to this one.
true if all the child elements of this
InterfaceEndPoint 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 | |||||||||