meshi.energy.simpleEnergyTerms.plane
Class PlaneParameters

java.lang.Object
  extended by meshi.energy.simpleEnergyTerms.plane.PlaneParameters
All Implemented Interfaces:
java.lang.Comparable, Parameters

public class PlaneParameters
extends java.lang.Object
implements Parameters, java.lang.Comparable


Nested Class Summary
private  class PlaneParameters.isA
           
 
Field Summary
static int CIS
           
static int CIS_TRANS
           
 double force
           
 double force2
           
(package private) static java.lang.String temp
           
 int trans
           
static int TRANS
           
 AtomType type1
           
 AtomType type2
           
 AtomType type3
           
 AtomType type4
           
 
Constructor Summary
  PlaneParameters()
           
  PlaneParameters(AtomType type1, AtomType type2, AtomType type3, AtomType type4)
           
  PlaneParameters(AtomType type1, AtomType type2, AtomType type3, AtomType type4, double force, int trans)
           
  PlaneParameters(java.lang.String line)
           
private PlaneParameters(java.util.StringTokenizer line)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 Parameters create(java.util.StringTokenizer line)
           
 Filter isA()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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()