|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAtom
| Method Summary | |
|---|---|
int |
getIndex()
Returns this IAtom's index, which is its place in the parent AtomGroup's list of child IAtoms. |
int |
getLeafIndex()
Returns the global index (within the Box) of this Atom. |
IMolecule |
getParentGroup()
Returns the parent AtomGruop of this IAtom. |
IVectorMutable |
getPosition()
Returns the position of the IAtom. |
IAtomType |
getType()
|
void |
setIndex(int index)
Informs the IAtom of its index, which is used to construct the address. |
void |
setLeafIndex(int newGlobalIndex)
Sets the atom's global index to the give value. |
void |
setParent(IMolecule newParent)
Informs the Atom that the given AtomGroup is its parent. |
| Method Detail |
|---|
int getIndex()
void setIndex(int index)
void setLeafIndex(int newGlobalIndex)
int getLeafIndex()
void setParent(IMolecule newParent)
IMolecule getParentGroup()
IAtomType getType()
IVectorMutable getPosition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||