A
- public class ConnectionTableDigraph<A> extends AbstractDigraph<A>
Constructor and Description |
---|
ConnectionTableDigraph(Ligand<A> root,
DescriptorManager<A> manager,
ConnectionTable<A> table) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<A> |
getConnected(A atom) |
int |
getDepth(A first,
A second) |
int |
getOrder(A first,
A second) |
build, dispose, getArcs, getLigands, getLigands, getParentArc, getProximal, getRoot, reroot
public ConnectionTableDigraph(Ligand<A> root, DescriptorManager<A> manager, ConnectionTable<A> table)
root
- manager
- table
- public int getOrder(A first, A second)
getOrder
in class AbstractDigraph<A>
first
- second
- public int getDepth(A first, A second)
getDepth
in class AbstractDigraph<A>
first
- second
- public java.util.Collection<A> getConnected(A atom)
getConnected
in class AbstractDigraph<A>
atom
-