de.grogra.mtg
Class MTGNodeDataDescription
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTGNodeDataDescription
public MTGNodeDataDescription(int left,
int[] right,
int relType,
int max)
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)