extmodule
Class ActionMC

java.lang.Object
  extended by extmodule.ActionMC

public class ActionMC
extends java.lang.Object

This class represents an action used in the module ExtProposalMC.

Author:
Witthold/Korol

Field Summary
 char move
           
 int value
           
 
Constructor Summary
ActionMC(char move, int value)
           
 
Method Summary
 char getMove()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

move

public final char move

value

public final int value
Constructor Detail

ActionMC

public ActionMC(char move,
                int value)
Method Detail

getMove

public char getMove()

getValue

public int getValue()