Uses of Class
feynman.framework.system.PhysicalSystem

Packages that use PhysicalSystem
feynman.framework.system   
 

Uses of PhysicalSystem in feynman.framework.system
 

Methods in feynman.framework.system that return PhysicalSystem
static PhysicalSystem PhysicalSystemFactory.create(Simulation simulation)
          Note: This method is used by the feynman.framework.Controller.
 

Methods in feynman.framework.system with parameters of type PhysicalSystem
 void PhysicalAlgorithm.calculate(Simulation sim, PhysicalSystem ps)
          Implement this method to define the algorithm to be used in the Simulation.
 void PhysicalConfiguration.configure(PhysicalSystem system)
          Implement this method to define how to configure the system.
 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.
 void PhysicalMeasurement.take(Simulation sim, PhysicalSystem ps)
          Define this method for taking a measurement of the PhysicalSystem during the simulation.