meshi.energy.simpleEnergyTerms.outOfPlane
Class OutOfPlaneParameters

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

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


Nested Class Summary
private  class OutOfPlaneParameters.isA
           
 
Field Summary
 double force
           
 double force2
           
 double target
           
 AtomType type1
           
 AtomType type2
           
 AtomType type3
           
 AtomType type4
           
 
Constructor Summary
  OutOfPlaneParameters()
           
  OutOfPlaneParameters(AtomType type1, AtomType type2, AtomType type3, AtomType type4)
           
  OutOfPlaneParameters(AtomType type1, AtomType type2, AtomType type3, AtomType type4, double target, double force)
           
  OutOfPlaneParameters(java.lang.String line)
           
private OutOfPlaneParameters(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

target

public final double target

force

public final double force

force2

public final double force2

type1

public final AtomType type1

type2

public final AtomType type2

type3

public final AtomType type3

type4

public final AtomType type4
Constructor Detail

OutOfPlaneParameters

public OutOfPlaneParameters()

OutOfPlaneParameters

public OutOfPlaneParameters(AtomType type1,
                            AtomType type2,
                            AtomType type3,
                            AtomType type4)

OutOfPlaneParameters

public OutOfPlaneParameters(java.lang.String line)

OutOfPlaneParameters

private OutOfPlaneParameters(java.util.StringTokenizer line)

OutOfPlaneParameters

public OutOfPlaneParameters(AtomType type1,
                            AtomType type2,
                            AtomType type3,
                            AtomType type4,
                            double target,
                            double force)
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()