edu.ucdavis.rj
Class InniArmAbstract

java.lang.Object
  extended by edu.ucdavis.rj.InniArmAbstract
Direct Known Subclasses:
InniArm, InniArmArray

public abstract class InniArmAbstract
extends java.lang.Object


Field Summary
(package private)  InniArmCode code
           
 
Constructor Summary
InniArmAbstract(InniArmCode code)
           
 
Method Summary
 InniArmCode getCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

InniArmCode code
Constructor Detail

InniArmAbstract

public InniArmAbstract(InniArmCode code)
Method Detail

getCode

public InniArmCode getCode()