Package | Description |
---|---|
uk.ac.ebi.centres | |
uk.ac.ebi.centres.graph | |
uk.ac.ebi.centres.ligand |
Modifier and Type | Method and Description |
---|---|
Arc<A> |
Ligand.getParentArc() |
Arc<A> |
ConnectionProvider.getParentArc(Ligand<A> ligand) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Arc<A>> |
Ligand.getArcs() |
java.util.List<Arc<A>> |
ConnectionProvider.getArcs(Ligand<A> ligand) |
Modifier and Type | Method and Description |
---|---|
Arc<A> |
AbstractDigraph.getParentArc(Ligand<A> ligand) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Arc<A>> |
AbstractDigraph.getArcs(Ligand<A> ligand) |
Modifier and Type | Method and Description |
---|---|
Arc<A> |
AbstractLigand.getParentArc() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Arc<A>> |
AbstractLigand.getArcs() |