| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.demo |
Demonstrator package of how to implement and use Alida operators.
|
| de.unihalle.informatik.Alida.operator |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
| de.unihalle.informatik.Alida.workflows |
Classes related to workflows in Alida.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDKmeansOp.operate() |
protected void |
ApplyToMatrix.operate() |
protected void |
FilterExperimentalDataOp.operate() |
protected void |
ALDPCAOp.operate() |
protected void |
ALDClusterExperiment.operate() |
protected void |
NormalizeExperimentalDataOp.operate() |
| Modifier and Type | Method and Description |
|---|---|
org.graphdrawing.graphml.xmlns.GraphmlDocument |
ALDProcessingDAG.createGraphmlDocument(Object sourceObjOfHistory)
Create the processing history for
sourceObjOfHistory and convert to graphml object. |
org.graphdrawing.graphml.xmlns.GraphmlDocument |
ALDProcessingDAG.createGraphmlDocument(Object sourceObjOfHistory,
ALDProcessingDAG.HistoryType historyType)
Create the processing history for
sourceObjOfHistory and convert to graphml object. |
org.graphdrawing.graphml.xmlns.GraphmlDocument |
ALDProcessingDAG.createGraphmlDocument(Object sourceObjOfHistory,
ALDProcessingDAG.HistoryType historyType,
boolean ignoreHiding)
Create the processing history for
sourceObjOfHistory and convert to graphml object. |
protected void |
ALDOperatorControllable.operate() |
protected abstract void |
ALDOperator.operate()
This method does the actual work and needs to be implemented by every
subclass.
|
void |
ALDOperator.runOp()
A legal method to invoke the operator and handles everything necessary to
protocol the processing history.
|
void |
ALDOperator.runOp(ALDOperator.HidingMode hidingMode)
A legal method to invoke the operator and handles everything necessary to
protocol the processing history.
|
void |
ALDOperator.runOp(boolean hidden)
A legal method to invoke the operator and handles everything necessary to
protocol the processing history.
|
protected void |
ALDPortHashAccess.writeHistory(Object obj,
String filename)
Deprecated.
|
static void |
ALDOperator.writeHistory(Object obj,
String filename)
Write the processing history if any to a graphml file.
|
protected void |
ALDPortHashAccess.writeHistory(Object obj,
String filename,
ALDProcessingDAG.HistoryType historyType)
Deprecated.
|
static void |
ALDOperator.writeHistory(Object obj,
String filename,
ALDProcessingDAG.HistoryType historyType)
Write the processing history if any to a graphml file.
|
protected void |
ALDPortHashAccess.writeHistory(Object obj,
String filename,
ALDProcessingDAG.HistoryType historyType,
boolean ignoreHiding)
Write the processing history (if available) to a graphml file.
|
static void |
ALDOperator.writeHistory(Object obj,
String filename,
ALDProcessingDAG.HistoryType historyType,
boolean ignoreHiding)
Write the processing history if any to a graphml file.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDWorkflow.operate() |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.