|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--no.uio.labmed.molecule.AtomicBondings
Object for storing a list of bonds: either those that a given atom participates in, or bonds in a given compound. Note that bonds are between Atomic instances, hence the name.
Field Summary | |
java.util.ArrayList |
bondings
|
Constructor Summary | |
AtomicBondings()
|
Method Summary | |
void |
add(Bond bond)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.ArrayList bondings
Constructor Detail |
public AtomicBondings()
Method Detail |
public void add(Bond bond)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |