ffe.net
Class TinkerSystem

java.lang.Object
  extended byffe.net.TinkerSystem
All Implemented Interfaces:
java.io.Serializable

public class TinkerSystem
extends java.lang.Object
implements java.io.Serializable

The TinkerSystem class is a serializable wrapper that specifies a TINKER system.

See Also:
Serialized Form

Field Summary
 int[] atomic
           
 double[] charge
           
 int[][] connectivity
           
 double[][] coordinates
           
 java.lang.String file
           
 java.lang.String forcefield
           
 java.lang.String[] keywords
           
 double[] mass
           
 java.lang.String[] name
           
 int numatoms
           
 int numkeys
           
 boolean read
           
 java.lang.String[] story
           
 int[] types
           
 
Constructor Summary
TinkerSystem(int a, int k)
          Constructor that allocates space for a TINKER system
 
Method Summary
 void print()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

read

public boolean read

numatoms

public int numatoms

numkeys

public int numkeys

file

public java.lang.String file

forcefield

public java.lang.String forcefield

keywords

public java.lang.String[] keywords

coordinates

public double[][] coordinates

connectivity

public int[][] connectivity

types

public int[] types

name

public java.lang.String[] name

story

public java.lang.String[] story

charge

public double[] charge

mass

public double[] mass

atomic

public int[] atomic
Constructor Detail

TinkerSystem

public TinkerSystem(int a,
                    int k)
Constructor that allocates space for a TINKER system

Parameters:
a - The number of atoms
k - The number of keywords
Method Detail

toString

public java.lang.String toString()

print

public void print()