PIANOS.generator
Class Definitions

java.lang.Object
  extended by PIANOS.generator.Definitions

public class Definitions
extends java.lang.Object

This class is used to generate the Fortran module "definitions".


Constructor Summary
Definitions()
           
 
Method Summary
static void generateDefinitions(ComputationalModel model)
          Generates and writes the Fortran module definitions.f90.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Definitions

public Definitions()
Method Detail

generateDefinitions

public static void generateDefinitions(ComputationalModel model)
                                throws java.io.IOException
Generates and writes the Fortran module definitions.f90.

Parameters:
model - The model this simulation is related to
Throws:
java.io.IOException