public interface SimpleNode
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAtomName() |
int |
getBondCount()
Get the total number of bonds, including hydrogen bonds.
|
int |
getCovalentBondCount()
Get the total number of covalent bonds, thus not including hydrogen bonds.
|
SimpleEdge[] |
getEdges()
Get the bond array, including hydrogen bonds.
|
int |
getElementNumber() |
int |
getFormalCharge() |
int |
getIndex() |
int |
getIsotopeNumber() |
float |
getMass() |
int |
getValence() |
javajs.util.P3 |
getXYZ() |
void |
setCIPChirality(int rs) |
void setCIPChirality(int rs)
int getIsotopeNumber()
java.lang.String getAtomName()
int getBondCount()
int getCovalentBondCount()
SimpleEdge[] getEdges()
int getElementNumber()
int getFormalCharge()
int getIndex()
float getMass()
int getValence()
javajs.util.P3 getXYZ()