|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcmsc433.p3.STSolution
public class STSolution
The STSolution class is a non-thread-safe implementation
of the Solution interface.
| Constructor Summary | |
|---|---|
STSolution()
|
|
| Method Summary | |
|---|---|
void |
addPath(Path p)
Adds a path to this solution |
java.util.List<Path> |
getPaths()
Returns the list of paths that comprise this solution. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public STSolution()
| Method Detail |
|---|
public java.util.List<Path> getPaths()
Solution
getPaths in interface Solutionpublic void addPath(Path p)
Solution
addPath in interface Solutionp - - the path to add
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||