rle.core.board
Class Item

java.lang.Object
  extended by rle.core.vm.PlugInBase
      extended by rle.core.board.Thing
          extended by rle.core.board.Item
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, RuntimeDataListener, PlugIn

public class Item
extends Thing
implements java.lang.Comparable

An item.


Field Summary
 
Fields inherited from class rle.core.board.Thing
attributes, data, enclosed, enclosing, locator, temporaryCharms
 
Fields inherited from class rle.core.vm.PlugInBase
config, context, parameters
 
Constructor Summary
Item()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 void setConfig(InfoView view)
          Set the configuring InfoView.
 java.lang.String toString()
           
 
Methods inherited from class rle.core.board.Thing
addThingListener, attributeKeySet, attributeMap, checkAttribute, clone, dataChange, enclosingObject, fireLocationChange, getAttribute, getId, getRuntimeData, getSize, getTemporaryCharm, locator, putAttribute, putTemporaryCharm, removeAttribute, removeTemporaryCharm, removeThingListener, setEnclosingObject, setRuntimeData, setSize, temporaryCharmKeySet
 
Methods inherited from class rle.core.vm.PlugInBase
config, getContext, getParameters, paramMap, setParameters
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Item

public Item()
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

toString

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

setConfig

public void setConfig(InfoView view)
Description copied from interface: PlugIn
Set the configuring InfoView.

Specified by:
setConfig in interface PlugIn
Overrides:
setConfig in class Thing