|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.Polymer
public abstract class Polymer
The Polymer class represent molecules that are repeating many times.
| Constructor Summary | |
|---|---|
Polymer(Molecule repeatingPart)
Creates a new Polymer object. |
|
| Method Summary | |
|---|---|
abstract Molecule |
getMolecule(int polymerisationDegree)
DOCUMENT ME! |
Molecule |
getRepeatingPart()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Polymer(Molecule repeatingPart)
repeatingPart - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!| Method Detail |
|---|
public Molecule getRepeatingPart()
public abstract Molecule getMolecule(int polymerisationDegree)
polymerisationDegree - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||