forcefield
Class InteractionParameters

java.lang.Object
  extended byforcefield.InteractionParameters

public class InteractionParameters
extends java.lang.Object

Purpose: InteractionParameters class
Description:
The InteractionParameters class contains the topology interaction parameters, stored as Hashtables for type look-up.

Since:
0.1
Version:
0.1, November 2002
Author:
Mika Kastenholz
See Also:
Particles, SimSystem

Field Summary
 java.util.ArrayList atomtypes
           
 java.util.Hashtable BondAngleType
          HashTable for BondAngleType look-up.
 java.util.Hashtable BondType
          HashTable for BondType look-up.
 java.util.Hashtable DihedralType
          HashTable for DihedralType look-up.
 java.util.Hashtable ImpDihedralType
          HashTable for ImpDihedralType look-up.
 java.util.Hashtable LJType
          HashTable for LJType look-up.
 java.lang.String topversion
           
 
Constructor Summary
InteractionParameters()
          The InteractionParameters class constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topversion

public java.lang.String topversion

atomtypes

public java.util.ArrayList atomtypes

BondType

public java.util.Hashtable BondType
HashTable for BondType look-up. Takes a BondType (String), returns the corresponding parameters.


BondAngleType

public java.util.Hashtable BondAngleType
HashTable for BondAngleType look-up. Takes a BondAngleType (String), returns the corresponding parameters.


ImpDihedralType

public java.util.Hashtable ImpDihedralType
HashTable for ImpDihedralType look-up. Takes an ImpDihedralType (String), returns the corresponding parameters.


DihedralType

public java.util.Hashtable DihedralType
HashTable for DihedralType look-up. Takes a DihedralType (String), returns the corresponding parameters.


LJType

public java.util.Hashtable LJType
HashTable for LJType look-up. Takes a LJType (String), returns the corresponding parameters.

Constructor Detail

InteractionParameters

public InteractionParameters()
The InteractionParameters class constructor.