java.lang.Object
de.grogra.mtg.MTGNodeDataDescription
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Details
-
MTGNodeDataDescription
public MTGNodeDataDescription(int left, int[] right, int relType, int max)
-
-
Method Details
-
getMax
public int getMax() -
setMax
public void setMax(int max) -
getRelType
public int getRelType() -
setRelType
public void setRelType(int relType) -
getRight
public int[] getRight() -
setRight
public void setRight(int[] right) -
getLeft
public int getLeft() -
setLeft
public void setLeft(int left)
-