Uses of Class
feynman.framework.system.PhysicalObject

Packages that use PhysicalObject
feynman.framework.system   
 

Uses of PhysicalObject in feynman.framework.system
 

Subclasses of PhysicalObject in feynman.framework.system
 class CartesianObject
          Sub-class to define a PhysicalObject for the CartesianSystem.
 

Methods in feynman.framework.system that return PhysicalObject
 PhysicalObject PhysicalObjectFactory.create(Simulation simulation)
           
 PhysicalObject CartesianObjectFactory.create(Simulation sim)
          Factory method for generating PhysicalObjects in the Cartesian Coordinate System.
 

Methods in feynman.framework.system with parameters of type PhysicalObject
 boolean PhysicalObject.equals(PhysicalObject po)
          Use this method to test if the PhysicalObject you are working with is equal to another that you are using.