meshi.energy.simpleEnergyTerms.plane
Class PlaneParameters
java.lang.Object
meshi.energy.simpleEnergyTerms.plane.PlaneParameters
- All Implemented Interfaces:
- java.lang.Comparable, Parameters
public class PlaneParameters
- extends java.lang.Object
- implements Parameters, java.lang.Comparable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TRANS
public static final int TRANS
- See Also:
- Constant Field Values
CIS
public static final int CIS
- See Also:
- Constant Field Values
CIS_TRANS
public static final int CIS_TRANS
- See Also:
- Constant Field Values
force
public final double force
force2
public final double force2
trans
public int trans
type1
public final AtomType type1
type2
public final AtomType type2
type3
public final AtomType type3
type4
public final AtomType type4
temp
static java.lang.String temp
PlaneParameters
public PlaneParameters()
PlaneParameters
public PlaneParameters(AtomType type1,
AtomType type2,
AtomType type3,
AtomType type4)
PlaneParameters
public PlaneParameters(java.lang.String line)
PlaneParameters
private PlaneParameters(java.util.StringTokenizer line)
PlaneParameters
public PlaneParameters(AtomType type1,
AtomType type2,
AtomType type3,
AtomType type4,
double force,
int trans)
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
compareTo in interface java.lang.Comparable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
create
public Parameters create(java.util.StringTokenizer line)
isA
public Filter isA()