|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmeshi.molecularElements.atoms.AtomCore
public class AtomCore
A shortcut into the atom's guts.
| Field Summary | |
|---|---|
Atom |
atom
|
int |
number
|
protected AtomStatus |
status
|
protected AtomType |
type
|
protected double[] |
x
|
protected double[] |
y
|
protected double[] |
z
|
| Constructor Summary | |
|---|---|
protected |
AtomCore(Atom atom,
AtomType type,
AtomStatus status,
int number,
double x,
double y,
double z)
|
| Method Summary | |
|---|---|
void |
addForce(double fx,
double fy,
double fz)
|
AtomStatus |
status()
|
java.lang.String |
toString()
|
AtomType |
type()
|
double |
x()
|
double |
y()
|
double |
z()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AtomStatus status
protected double[] x
protected double[] y
protected double[] z
protected AtomType type
public final Atom atom
public final int number
| Constructor Detail |
|---|
protected AtomCore(Atom atom,
AtomType type,
AtomStatus status,
int number,
double x,
double y,
double z)
| Method Detail |
|---|
public final AtomStatus status()
public final void addForce(double fx,
double fy,
double fz)
public final double x()
public final double y()
public final double z()
public final AtomType type()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||