|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.octet.builder.AbstractRepresentationBuilder.HalfPlaneTemplate
A template for the construction of represenation-specific half planes. Note that this class is not immutable; values returned may differ from those returned by previous or subsequent method invocations.
| Method Summary | |
int |
countAtoms()
Returns the number of Atoms shared by this HalfPlaneTemplate. |
Atom |
getAtom(int index)
Returns the Atom located at index. |
java.util.List |
getAtoms()
Returns an unmodifiable List containing the Atoms shared by this
HalfPlaneTemplate. |
int |
getPosition(Atom atom)
Returns the position of atom within this HalfPlaneTemplate. |
int[] |
getPositions()
Returns an array containing the positions of each Atom shared by this HalfPlaneTemplate
. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int countAtoms()
Atoms shared by this HalfPlaneTemplate.
Atoms shared by this HalfPlaneTemplatepublic Atom getAtom(int index)
Atom located at index.
index - the index to query
Atom located at indexpublic java.util.List getAtoms()
List containing the Atoms shared by this
HalfPlaneTemplate.
List containing the Atoms shared by this
HalfPlaneTemplatepublic int[] getPositions()
HalfPlaneTemplate
. The ordering and size of this array reflect the ordering and size of the set of
Atoms shared by this HalfPlaneTemplate. The returned array may be modified without
modifying the state of this HalfPlaneTemplate.
public int getPosition(Atom atom)
atom within this HalfPlaneTemplate.
atom - the Atom to query
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||