ffe.net
Class TinkerSystem
java.lang.Object
ffe.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
|
Constructor Summary |
TinkerSystem(int a,
int k)
Constructor that allocates space for a TINKER system |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
TinkerSystem
public TinkerSystem(int a,
int k)
- Constructor that allocates space for a TINKER system
- Parameters:
a - The number of atomsk - The number of keywords
toString
public java.lang.String toString()
print
public void print()