Class SimulationDefinition

java.lang.Object
ffx.ui.commands.SimulationDefinition
All Implemented Interfaces:
Serializable

public class SimulationDefinition extends Object implements Serializable
The SimulationDefinition class is a serializable wrapper that specifies an FFX simulation.
Author:
Michael J. Schnieders
See Also:
  • Field Details

    • read

      public boolean read
    • numatoms

      public int numatoms
    • numkeys

      public int numkeys
    • file

      public String file
    • forcefield

      public String forcefield
    • keywords

      public String[] keywords
    • coordinates

      public double[][] coordinates
    • connectivity

      public int[][] connectivity
    • types

      public int[] types
    • name

      public String[] name
    • story

      public String[] story
    • charge

      public double[] charge
    • mass

      public double[] mass
    • atomic

      public int[] atomic
  • Constructor Details

    • SimulationDefinition

      public SimulationDefinition(int a, int k)
      Constructor that allocates space for a simulation definition.
      Parameters:
      a - The number of atoms
      k - The number of keywords
  • Method Details

    • print

      public void print()
      print
    • toString

      public String toString()
      toString
      Overrides:
      toString in class Object
      Returns:
      a String object.