Package com.xmlmind.assembly
Class Relationship
- java.lang.Object
-
- com.xmlmind.assembly.Relationship
-
public final class Relationship extends Object
Not part of the public, documented, API: representation of element<relationship>
.
-
-
Constructor Summary
Constructors Constructor Description Relationship()
Relationship(Element source)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Instance instance)
boolean
contains(Instance instance)
boolean
equals(Object other)
static int
indexOfInstance(Instance[] instances, Instance instance)
-
-
-
Constructor Detail
-
Relationship
public Relationship()
-
Relationship
public Relationship(Element source)
-
-