Package standalone.dos
Class GraphSolutionItem
- java.lang.Object
-
- standalone.dos.GraphSolutionItem
-
public class GraphSolutionItem extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphSolutionItem(String graphDefinition, IsaacAnswerResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGraphDefinition()IsaacAnswerResponsegetResponse()
-
-
-
Constructor Detail
-
GraphSolutionItem
public GraphSolutionItem(String graphDefinition, IsaacAnswerResponse response)
-
-
Method Detail
-
getGraphDefinition
public String getGraphDefinition()
-
getResponse
public IsaacAnswerResponse getResponse()
-
-