Uses of Class
feynman.framework.simulation.Simulation

Packages that use Simulation
feynman.framework.simulation   
feynman.framework.system   
 

Uses of Simulation in feynman.framework.simulation
 

Methods in feynman.framework.simulation that return Simulation
static Simulation Simulation.getInstance()
          Use this method to get an instance of the Simulation class.
static Simulation Marshaller.unmarshall(java.lang.String infile)
          Method to create a simulation object with attribute values specified by the properties file description of the object.
 

Methods in feynman.framework.simulation with parameters of type Simulation
static void Marshaller.marshall(Simulation sim, java.lang.String outfile)
          Method to save a serialized version of the simulation object.
 

Uses of Simulation in feynman.framework.system
 

Methods in feynman.framework.system with parameters of type Simulation
 void PhysicalAlgorithm.calculate(Simulation sim, PhysicalSystem ps)
          Implement this method to define the algorithm to be used in the Simulation.
static PhysicalSystem PhysicalSystemFactory.create(Simulation simulation)
          Note: This method is used by the feynman.framework.Controller.
 PhysicalObject PhysicalObjectFactory.create(Simulation simulation)
           
 void FinalReport.report(Simulation sim, PhysicalSystem ps)
          Use this method to write any final data or calculation to stdout for the user of the simulation.
 PhysicalObject CartesianObjectFactory.create(Simulation sim)
          Factory method for generating PhysicalObjects in the Cartesian Coordinate System.
 void PhysicalMeasurement.take(Simulation sim, PhysicalSystem ps)
          Define this method for taking a measurement of the PhysicalSystem during the simulation.