rp1.rossum
Class RsComponent

java.lang.Object
  extended by rp1.rossum.RsComponent
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
RsAccelerationParameter, RsBody, RsBodyPart, RsMotion, SimPaintBox

public abstract class RsComponent
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

The abstract base class for all RP1 simulation objects, including body parts, motions, and walls and other floorplan features.

See Also:
Serialized Form

Constructor Summary
RsComponent()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsComponent

public RsComponent()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException