IMoleculeKinetic
, IMoleculeOriented
, IMoleculeOrientedKinetic
, IMoleculePositioned
Molecule
, MoleculeOriented
, MoleculeOrientedDynamic
public interface IMolecule
Modifier and Type | Method | Description |
---|---|---|
IAtomList |
getChildList() |
Returns the atoms in the molecule as an IAtomList.
|
int |
getIndex() |
Returns this IMolecule's index, which is its place in the list of
molecules of its ISpecies in its Box.
|
ISpecies |
getType() |
Returns the ISpecies of this IMolecule.
|
void |
setIndex(int index) |
Informs the IMolecule of its index.
|
int getIndex()
void setIndex(int index)
IAtomList getChildList()
ISpecies getType()