tamago
Class LCStateDescriptor

java.lang.Object
  extended by tamago.LCStateDescriptor
All Implemented Interfaces:
LCState

public class LCStateDescriptor
extends java.lang.Object
implements LCState


Constructor Summary
LCStateDescriptor(int id, java.lang.String repr, java.lang.String descr)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getID()
           
 java.lang.String getRepr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCStateDescriptor

public LCStateDescriptor(int id,
                         java.lang.String repr,
                         java.lang.String descr)
Method Detail

getID

public int getID()
Specified by:
getID in interface LCState

getRepr

public java.lang.String getRepr()
Specified by:
getRepr in interface LCState

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface LCState