|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.workflow.OutputStep
public class OutputStep
The "output" step, where data is analyzed.
Nested Class Summary | |
---|---|
static class |
OutputStep.Parameterizer
Parameterization class. |
Field Summary | |
---|---|
protected static ArrayList<Class<? extends ResultHandler>> |
defaultHandlers
|
private List<ResultHandler> |
resulthandlers
Output handler. |
Constructor Summary | |
---|---|
OutputStep(List<ResultHandler> resulthandlers)
Constructor. |
Method Summary | |
---|---|
void |
runResultHandlers(HierarchicalResult result)
Run the result handlers. |
static void |
setDefaultHandlerVisualizer()
Set the default handler to the ResultVisualizer . |
static void |
setDefaultHandlerWriter()
Set the default handler to the ResultWriter . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private List<ResultHandler> resulthandlers
protected static ArrayList<Class<? extends ResultHandler>> defaultHandlers
Constructor Detail |
---|
public OutputStep(List<ResultHandler> resulthandlers)
resulthandlers
- Result handlers to useMethod Detail |
---|
public void runResultHandlers(HierarchicalResult result)
result
- Result to run onpublic static void setDefaultHandlerWriter()
ResultWriter
.
public static void setDefaultHandlerVisualizer()
ResultVisualizer
.
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |