|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatCompareTag
Performs the statistical comparison of two objects and prints
the result. So far supported objects are ICloud1D
and IHistogram1D
.
Method Summary | |
---|---|
void |
setAlgorithm(String algorithm)
Set the comparison algorithm |
void |
setOptions(String options)
Set the comparison options |
void |
setResultVar(String resultVar)
If set, the IComparisonResult will be added to the pageContext under that name |
void |
setVar1(Object var1)
Set the first object to compare. |
void |
setVar2(Object var2)
Set the second object to compare. |
void |
setVerbose(boolean verbose)
Control tag output |
Method Detail |
---|
void setVar1(Object var1)
IManagedObject
or the name of a variable in a JSP
scope holding an IManagedObject
.
var1
- the first object to in comparison (data)void setVar2(Object var2)
IManagedObject
or the name of a variable in a JSP
scope holding an IManagedObject
.
var2
- the second object to in comparison (reference)void setVerbose(boolean verbose)
verbose
- Set to false
to print nothing on the pagevoid setResultVar(String resultVar)
resultVar
- The result variable namevoid setAlgorithm(String algorithm)
algorithm
- The comparison algorithmvoid setOptions(String options)
options
- The comparison options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |