private static class HeinekenMathMatrix.Equation
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
HeinekenMathMatrix.Equation.Operation
An enum to represent the different types of Operations of an Equation
|
Modifier and Type | Field and Description |
---|---|
private HeinekenMathMatrix.Equation.Operation |
operation
The Operation to be performed in this Equation
|
private int |
x
The x value of this Equation
|
private int |
y
The y value of this Equation
|
Constructor and Description |
---|
Equation(int x,
int y,
int o)
Constructs an Equation with the given parameters
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a String representation of this Equation for easy display in
the text Attribute of a game Token
|
private int x
private int y
private HeinekenMathMatrix.Equation.Operation operation