de.grogra.mtg
Class MTGNodeDataDescription

java.lang.Object
  extended by de.grogra.mtg.MTGNodeDataDescription
All Implemented Interfaces:
java.io.Serializable

public class MTGNodeDataDescription
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MTGNodeDataDescription(int left, int[] right, int relType, int max)
           
 
Method Summary
 int getLeft()
           
 int getMax()
           
 int getRelType()
           
 int[] getRight()
           
 void setLeft(int left)
           
 void setMax(int max)
           
 void setRelType(int relType)
           
 void setRight(int[] right)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTGNodeDataDescription

public MTGNodeDataDescription(int left,
                              int[] right,
                              int relType,
                              int max)
Method Detail

getLeft

public int getLeft()

getMax

public int getMax()

getRelType

public int getRelType()

getRight

public int[] getRight()

setLeft

public void setLeft(int left)

setMax

public void setMax(int max)

setRelType

public void setRelType(int relType)

setRight

public void setRight(int[] right)