uchicago.src.repastdemos.hypercycles
Class HyperCycle

java.lang.Object
  extended by uchicago.src.repastdemos.hypercycles.HyperCycle

public class HyperCycle
extends java.lang.Object

A Hypercycle. Stores the cells and their location with respect to one another.

Version:
$Revision: 1.1 $ $Date: 2005/08/12 20:04:57 $
Author:
Nick Collier

Constructor Summary
HyperCycle()
           
HyperCycle(java.util.Vector cycle)
           
 
Method Summary
 void makeCycle(java.util.Vector cycle)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HyperCycle

public HyperCycle()

HyperCycle

public HyperCycle(java.util.Vector cycle)
Method Detail

makeCycle

public void makeCycle(java.util.Vector cycle)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object