|
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.OrbitalTemplate
A template for the construction of represenation-specific orbitals. Note that this class is not immutable; values returned may differ from those returned by previous or subsequent method invocations.
| Method Summary | |
int |
getSpin1()
Returns the directionality of spin1. |
int |
getSpin2()
Returns the directionality of spin2. |
boolean |
isEmpty()
Returns true if neither spin in this OrbitalTemplate
has been set. |
boolean |
isFull()
Returns true if both spin1 and spin2 have been set. |
boolean |
isHalfFull()
Returns true if only spin1 has been set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getSpin1()
public int getSpin2()
public boolean isEmpty()
true if neither spin in this OrbitalTemplate
has been set.
true if neither spin in this OrbitalTemplate
has been setpublic boolean isHalfFull()
true if only spin1 has been set.
true if only spin1 has been setpublic boolean isFull()
true if both spin1 and spin2 have been set.
true if both spin1 and spin2 have been set
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||