Package standalone.dos
Class GraphSolutions
- java.lang.Object
-
- standalone.dos.GraphSolutions
-
public class GraphSolutions extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphSolutions(List<GraphSolutionItem> answers, IsaacAnswerResponse unmatchedResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GraphSolutionItem>getAnswers()IsaacAnswerResponsegetUnmatchedResponse()
-
-
-
Constructor Detail
-
GraphSolutions
public GraphSolutions(List<GraphSolutionItem> answers, IsaacAnswerResponse unmatchedResponse)
-
-
Method Detail
-
getAnswers
public List<GraphSolutionItem> getAnswers()
-
getUnmatchedResponse
public IsaacAnswerResponse getUnmatchedResponse()
-
-