com.xmlmind.assembly
Class Relationship
java.lang.Object
com.xmlmind.assembly.Relationship
public final class Relationship
- extends java.lang.Object
Not part of the public, documented, API: representation of element
<relationship>.
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
public org.w3c.dom.Element source
type
public java.lang.String type
association
public java.lang.String association
instances
public Instance[] instances
Relationship
public Relationship()
Relationship
public Relationship(org.w3c.dom.Element source)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
contains
public boolean contains(Instance instance)
add
public void add(Instance instance)
indexOfInstance
public static int indexOfInstance(Instance[] instances,
Instance instance)