|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.twentyfourpoint.algorithm.Solution
public class Solution
The Class Solution.
| Constructor Summary | |
|---|---|
Solution(int num0,
int num1,
int num2,
int num3)
Instantiates a new solution. |
|
| Method Summary | |
|---|---|
java.util.Vector |
getSolution()
Gets the solution. |
static java.lang.String |
getSolutionString(java.util.Vector theSolution)
Gets the solution string. |
boolean |
hasSolution()
Checks for solution. |
static void |
main(java.lang.String[] args)
The main method. |
static void |
printSolution(java.util.Vector theSolution)
Prints the solution. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Solution(int num0,
int num1,
int num2,
int num3)
num0 - the num0num1 - the num1num2 - the num2num3 - the num3| Method Detail |
|---|
public static java.lang.String getSolutionString(java.util.Vector theSolution)
theSolution - the the solution
public static void main(java.lang.String[] args)
args - the argumentspublic static void printSolution(java.util.Vector theSolution)
theSolution - the the solutionpublic java.util.Vector getSolution()
public boolean hasSolution()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||