Package | Description |
---|---|
org.catacomb.druid.util.examples | |
org.catacomb.druid.util.tree | |
org.catacomb.interlish.structure |
Modifier and Type | Class and Description |
---|---|
class |
TreeItem |
Modifier and Type | Method and Description |
---|---|
void |
TreeItem.addRelationship(Related tgt,
java.lang.String rel) |
Modifier and Type | Field and Description |
---|---|
Related |
RelationNode.peer |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.HashMap<Related,RelationNode> |
RelationNode.childPeerHM |
(package private) java.util.HashMap<Related,RelationNode> |
RelationTree.peers |
Modifier and Type | Method and Description |
---|---|
Related |
RelationNode.getPeer() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Related> |
Trawler.trawlChildren(SingleParent sp) |
Modifier and Type | Method and Description |
---|---|
static void |
Trawler.addIfNew(java.util.HashSet<Related> hset,
Related rel) |
void |
RelationTree.childRemoved(Related parent,
Related child) |
java.lang.Object[] |
RelationTree.getPathTo(Related child) |
void |
RelationTree.newBranch(Related parent,
Related child) |
private void |
RelationTree.newItem(Related parent,
Related child) |
static java.util.Collection |
Trawler.trawl(Related rel) |
Modifier and Type | Method and Description |
---|---|
private java.util.ArrayList<RelationNode> |
RelationTree.addAll(java.util.ArrayList<Related> coll) |
static void |
Trawler.addAll(java.util.ArrayList<Related> arl,
SingleParent sp) |
static void |
Trawler.addIfNew(java.util.HashSet<Related> hset,
Related rel) |
void |
RelationTree.init(java.util.ArrayList<Related> coll) |
void |
RelationNode.resolve(java.util.HashMap<Related,RelationNode> peers,
java.util.HashSet<java.lang.String> relationTypes) |
Constructor and Description |
---|
RelationNode(java.lang.Object parent,
Related pr) |
Constructor and Description |
---|
RelationTree(java.util.ArrayList<Related> coll) |
Modifier and Type | Interface and Description |
---|---|
interface |
SingleParent |
Modifier and Type | Field and Description |
---|---|
(package private) Related |
Relationship.target |
Modifier and Type | Method and Description |
---|---|
Related |
Relationship.getTarget() |
Constructor and Description |
---|
Relationship(Related tgt,
java.lang.String typ) |
Copyright © 2013. All Rights Reserved.