feynman.framework.system
Interface PhysicalObjectFactory

All Known Implementing Classes:
CartesianObjectFactory

public interface PhysicalObjectFactory

Factory to define the creation of Physical Objects to be used in the system of study. The sub-class will instantiate all objects that are used in the system.

Example: CartesianObjectFactory creates CartesianParticle.

Version:
$Revision: 1.1.1.1 $ $Date: 2002/11/12 02:25:43 $
Author:
Wes Bailey

Method Summary
 PhysicalObject create(Simulation simulation)
           
 

Method Detail

create

public PhysicalObject create(Simulation simulation)
                      throws PhysicalObjectFactoryException