|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjitas.core.Solution
public class Solution
A solution to a problem
| Constructor Summary | |
|---|---|
Solution()
Default constructor that makes a new empty content |
|
Solution(java.lang.String content)
Constructor that takes in a String as the content eg: (("CASE" "N")("GENDER" "N")("ARTICLE" "D")("ANSWER" "graue")) This is used by the xml parser |
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Get the solution content as a String of key-value pairs, with the first and last bracket removed. |
void |
setSolution(java.lang.String content)
Set the solution of a Problem |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Solution()
public Solution(java.lang.String content)
content - The String of content| Method Detail |
|---|
public java.lang.String getContent()
public void setSolution(java.lang.String content)
content - The solution content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||