Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

feynman.framework.system
Class CartesianSystem  view CartesianSystem download CartesianSystem.java

java.lang.Object
  extended byfeynman.framework.system.PhysicalSystem
      extended byfeynman.framework.system.CartesianSystem

class CartesianSystem
extends PhysicalSystem

Class that creates a system of CartesianObjects.

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

Field Summary
 
Fields inherited from class feynman.framework.system.PhysicalSystem
system
 
Constructor Summary
(package private) CartesianSystem()
           
 
Method Summary
 boolean add(java.lang.Object item)
          Overriden method to ensure the object being added is a CartesianObject.
 
Methods inherited from class feynman.framework.system.PhysicalSystem
contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartesianSystem

CartesianSystem()
Method Detail

add

public boolean add(java.lang.Object item)
Overriden method to ensure the object being added is a CartesianObject.

Specified by:
add in class PhysicalSystem