A
- public interface ConnectionProvider<A>
Modifier and Type | Method and Description |
---|---|
void |
build() |
void |
dispose()
Clear the digraph ready for GC
|
java.util.List<Arc<A>> |
getArcs(Ligand<A> ligand) |
java.util.List<Ligand<A>> |
getLigands(A atom) |
java.util.List<Ligand<A>> |
getLigands(Ligand<A> ligand) |
Arc<A> |
getParentArc(Ligand<A> ligand) |
void |
reroot(Ligand<A> ligand) |