public interface Node
Modifier and Type | Method and Description |
---|---|
BS |
findAtomsLike(java.lang.String substring) |
int |
getAtomicAndIsotopeNumber() |
java.lang.String |
getAtomName() |
int |
getAtomSite() |
java.lang.String |
getAtomType() |
int |
getBondedAtomIndex(int j) |
int |
getCovalentBondCount() |
int |
getCovalentHydrogenCount() |
Edge[] |
getEdges() |
int |
getElementNumber() |
int |
getFormalCharge() |
int |
getImplicitHydrogenCount() |
int |
getIndex() |
int |
getIsotopeNumber() |
int |
getModelIndex() |
int |
getValence() |
void |
set(float x,
float y,
float z) |
int getAtomicAndIsotopeNumber()
java.lang.String getAtomName()
int getAtomSite()
int getBondedAtomIndex(int j)
int getCovalentBondCount()
int getCovalentHydrogenCount()
Edge[] getEdges()
int getElementNumber()
int getFormalCharge()
int getIndex()
int getIsotopeNumber()
int getValence()
void set(float x, float y, float z)
BS findAtomsLike(java.lang.String substring)
java.lang.String getAtomType()
int getModelIndex()
int getImplicitHydrogenCount()