|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastex.Improper
public class Improper
A class for storing information about an improper torsion torsion.
| Method Summary | |
|---|---|
static Improper |
create()
A method that will create a new Improper. |
Atom |
getAtom(int index)
Get the specified atom. |
Atom |
getFirstAtom()
Return the first atom in a improper. |
Atom |
getFourthAtom()
Return the fourth atom in a improper. |
double |
getIdealImproperAngle()
Get the ideal improper angle. |
Atom |
getSecondAtom()
Return the second atom in a improper. |
Atom |
getThirdAtom()
Return the third atom in a improper. |
void |
setFirstAtom(Atom atom)
Set the first atom in the improper. |
void |
setFourthAtom(Atom atom)
Set the fourth atom in the improper. |
void |
setIdealImproperAngle(double d)
Set the ideal improper angle. |
void |
setSecondAtom(Atom atom)
Set the second atom in the improper. |
void |
setThirdAtom(Atom atom)
Set the third atom in the improper. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Improper create()
public void setFirstAtom(Atom atom)
public void setSecondAtom(Atom atom)
public void setThirdAtom(Atom atom)
public void setFourthAtom(Atom atom)
public Atom getFirstAtom()
public Atom getSecondAtom()
public Atom getThirdAtom()
public Atom getFourthAtom()
public Atom getAtom(int index)
public void setIdealImproperAngle(double d)
public double getIdealImproperAngle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||