| Home >> All >> feynman >> framework >> [ controller Javadoc ] |
feynman.framework.controller: Javadoc index of package feynman.framework.controller.
Package Samples:
feynman.framework.controller
Classes:
Controller: This class sets up the simulation from the properties file and then runs it based on the configuration classes. The main method of this class executes the steps of the simulation. The main method of this class is defined as the executable in the manifest file. The main steps to running a simulation are as follows: Write the source for a sub-class of PhysicalObject i.e. develop a class that sub-classes CartesianObject if you are working in the Cartesian coordinate system. Write the source classes that implement the PhysicalConfiguration, PhysicalAlgorithm, PhysicalMeasurement interfaces. Setup the ...
ControllerException: This excpetion is generally invoked when the user has either configured the properties file incorrectly or invoked the feynman.jar file with an incorrect command line.
| Home | Contact Us | Privacy Policy | Terms of Service |