Uses of Package
feynman.framework.system

Packages that use feynman.framework.system
feynman.framework.datastore   
feynman.framework.system   
 

Classes in feynman.framework.system used by feynman.framework.datastore
PhysicalMeasurement
          This interface defines the required method for the Measurement bean.
 

Classes in feynman.framework.system used by feynman.framework.system
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.
PhysicalObjectFactory
          Factory to define the creation of Physical Objects to be used in the system of study.
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.
PhysicalSystem
          A ObjectSystem is a collection of Objects that are being studied.
PhysicalSystemFactory
          Factory to create differenct types of PhysicalSystems.
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.