|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
simple Spanning tree, independent of Molecule (contains pointer into that). based on CMLDocument
| Fields inherited from interface uk.co.demon.ursus.dom.PMRDocument |
PACKAGENAME |
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE,
CDATA_SECTION_NODE,
COMMENT_NODE,
DOCUMENT_FRAGMENT_NODE,
DOCUMENT_NODE,
DOCUMENT_TYPE_NODE,
ELEMENT_NODE,
ENTITY_NODE,
ENTITY_REFERENCE_NODE,
NOTATION_NODE,
PROCESSING_INSTRUCTION_NODE,
TEXT_NODE |
| Method Summary | |
STElement |
addAtom(STElement parent,
Atom atom)
create new STElement (contains atom) and add to parent |
void |
addChainSet(ChainSet chain)
|
void |
addLink(Bond bond)
|
void |
calculateTopology()
|
AtomSet |
getAcyclicAtomSet()
get atoms in acyclic bonds |
BondSet |
getAcyclicBondSet()
get bonds not in rings |
AtomSet |
getAtomSet()
get all atoms |
BondSet |
getBondSet()
get all bonds |
AtomSet |
getCyclicAtomSet()
get atoms only in rings |
BondSet |
getCyclicBondSet()
get bonds in rings |
java.util.Vector |
getLinkVector()
|
Molecule |
getMolecule()
|
AtomSet |
getNonRingAtomSet()
get atoms not in rings |
java.util.Vector |
getRingNucleusVector()
|
java.lang.String |
toSMILES()
|
| Methods inherited from interface org.w3c.dom.Document |
createAttribute,
createAttributeNS,
createCDATASection,
createComment,
createDocumentFragment,
createElement,
createElementNS,
createEntityReference,
createProcessingInstruction,
createTextNode,
getDoctype,
getDocumentElement,
getElementById,
getElementsByTagName,
getElementsByTagNameNS,
getImplementation,
importNode |
| Methods inherited from interface org.w3c.dom.Node |
appendChild,
cloneNode,
getAttributes,
getChildNodes,
getFirstChild,
getLastChild,
getLocalName,
getNamespaceURI,
getNextSibling,
getNodeName,
getNodeType,
getNodeValue,
getOwnerDocument,
getParentNode,
getPrefix,
getPreviousSibling,
hasChildNodes,
insertBefore,
normalize,
removeChild,
replaceChild,
setNodeValue,
setPrefix,
supports |
| Method Detail |
public STElement addAtom(STElement parent,
Atom atom)
public void addLink(Bond bond)
public Molecule getMolecule()
public java.lang.String toSMILES()
throws CMLException
public java.util.Vector getLinkVector()
public BondSet getBondSet()
public BondSet getCyclicBondSet()
public BondSet getAcyclicBondSet()
public AtomSet getAtomSet()
public AtomSet getNonRingAtomSet()
public AtomSet getCyclicAtomSet()
public AtomSet getAcyclicAtomSet()
public java.util.Vector getRingNucleusVector()
throws CMLException
public void calculateTopology()
throws CMLException
public void addChainSet(ChainSet chain)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||