Package de.hsh.graja.transfer.request
Class ResultSpecTO
java.lang.Object
de.hsh.graja.transfer.request.ResultSpecTO
-
Constructor Summary
ConstructorsConstructorDescriptionResultSpecTO
(ResultSpecTO other) ResultSpecTO
(ArrayList<RDKindTO> rdKinds, Boolean includeScores, Boolean mergeSubresultDocuments, Boolean includeConsoleOutput, Boolean useJavascript, Boolean codeOrientedFeedback, String proformaResponseFormat) -
Method Summary
Modifier and TypeMethodDescriptioncreateRDKindTOListAsCartesianProduct
(RDReprEnumTypeTO[] represenations, String[] levels, String[] audiences) protected Level
getMinRDLevel
(List<RDKindTO> rdKinds) void
setCodeOrientedFeedback
(Boolean codeOrientedFeedback) void
setIncludeConsoleOutput
(Boolean includeConsoleOutput) void
setIncludeScores
(Boolean includeScores) void
setMergeSubresultDocuments
(Boolean mergeSubresultDocuments) void
setProformaResponseFormat
(String proformaResponseFormat) void
setRdKinds
(ArrayList<RDKindTO> rdKinds) void
setUseJavascript
(Boolean useJavascript) toString()
-
Constructor Details
-
ResultSpecTO
public ResultSpecTO() -
ResultSpecTO
-
ResultSpecTO
-
-
Method Details
-
getRdKinds
-
setRdKinds
-
getIncludeScores
-
setIncludeScores
-
getMergeSubresultDocuments
-
setMergeSubresultDocuments
-
getIncludeConsoleOutput
-
setIncludeConsoleOutput
-
getUseJavascript
-
setUseJavascript
-
getCodeOrientedFeedback
-
setCodeOrientedFeedback
-
getProformaResponseFormat
-
setProformaResponseFormat
-
toString
-
getMinRDLevel
-
getMinRDLevel
-
createRDKindTOListAsCartesianProduct
public static ArrayList<RDKindTO> createRDKindTOListAsCartesianProduct(RDReprEnumTypeTO[] represenations, String[] levels, String[] audiences)
-