PIANOS.generator
Class Proposal

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

public class Proposal
extends java.lang.Object

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


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

Constructor Detail

Proposal

public Proposal()
Method Detail

generateProposal

public static void generateProposal(ComputationalModel model)
                             throws InvalidProposalException,
                                    IllegalParametersException,
                                    MissingFunctionException,
                                    java.io.IOException
Generates and writes the Fortran module proposal.f90.

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