public class RootSystem
extends java.lang.Object
Constructor and Description |
---|
RootSystem() |
Modifier and Type | Method and Description |
---|---|
void |
addLeaf(org.openscience.cdk.interfaces.IAtom leaf) |
void |
addRoot(org.openscience.cdk.interfaces.IAtom root) |
void |
addRootsFromBond(org.openscience.cdk.interfaces.IBond bond) |
java.util.List<org.openscience.cdk.interfaces.IAtom> |
getLeaves() |
java.util.List<org.openscience.cdk.interfaces.IAtom> |
getRoots() |
RootSystem |
merge(RootSystem otherRootSystem) |
java.lang.String |
toString() |
public void addRoot(org.openscience.cdk.interfaces.IAtom root)
root
- public void addRootsFromBond(org.openscience.cdk.interfaces.IBond bond)
bond
- public void addLeaf(org.openscience.cdk.interfaces.IAtom leaf)
leaf
- public java.util.List<org.openscience.cdk.interfaces.IAtom> getRoots()
public java.util.List<org.openscience.cdk.interfaces.IAtom> getLeaves()
public RootSystem merge(RootSystem otherRootSystem)
otherRootSystem
- public java.lang.String toString()
toString
in class java.lang.Object