Package feynman.framework.system

Interface Summary
FinalReport This interface defines a simple way of reporting final statistics or calculations that occured in the simulation.
PhysicalAlgorithm This interface defines the mechanism for implementing a numerical algorithm for the simulation.
PhysicalConfiguration Interface for defining the configuration of a physical system before any operations or measurements are performed on the physical system.
PhysicalMeasurement This interface defines the required method for the Measurement bean.
PhysicalObjectFactory Factory to define the creation of Physical Objects to be used in the system of study.
 

Class Summary
CartesianObject Sub-class to define a PhysicalObject for the CartesianSystem.
CartesianObjectFactory Factory class that implements PhysicalObjectFactory.
PhysicalObject The class is really just a symbolic name that means more to physicists than the default Java Object class name means.
PhysicalSystem A ObjectSystem is a collection of Objects that are being studied.
PhysicalSystemFactory Factory to create differenct types of PhysicalSystems.
 

Exception Summary
PhysicalObjectFactoryException This excpetion is generally invoked when the user has either configured the properties file incorrectly by specifying not specifying a sub-class of the PhysicalObjectthat cannot be created by the Factory.
PhysicalSystemFactoryException This excpetion is generally invoked when the user has either configured the properties file incorrectly by specifying a sub-class of the PhysicalObject that cannot be created by the Factory.