uchicago.src.repastdemos.hypercycles
Class Skill

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

public class Skill
extends java.lang.Object

A skill is a simple wrapper around an int and a HyperCell. Allows a caller to find the cell associated with the skill.

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

Constructor Summary
Skill(int i, HyperCell cell)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Skill

public Skill(int i,
             HyperCell cell)