|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessContext | |
|---|---|
| com.rapidminer | The main packages of RapidMiner. |
| com.rapidminer.gui.processeditor | Contains all experiment editors but the operator tree (which has its own package). |
| Uses of ProcessContext in com.rapidminer |
|---|
| Methods in com.rapidminer that return ProcessContext | |
|---|---|
ProcessContext |
Process.getContext()
|
| Methods in com.rapidminer with parameters of type ProcessContext | |
|---|---|
void |
Process.setContext(ProcessContext context)
|
void |
ProcessContext.superimpose(ProcessContext other)
Merges the current context with the given one. |
| Uses of ProcessContext in com.rapidminer.gui.processeditor |
|---|
| Methods in com.rapidminer.gui.processeditor with parameters of type ProcessContext | |
|---|---|
void |
MacroEditor.setContext(ProcessContext context)
|
protected void |
ProcessContextEditor.setProcess(Process process,
ProcessContext context)
Sets the process and edited context. |
static void |
MacroEditor.showMacroEditorDialog(ProcessContext context)
|
| Constructors in com.rapidminer.gui.processeditor with parameters of type ProcessContext | |
|---|---|
ProcessContextEditor(Process process,
ProcessContext alternativeContext)
Constructs an editor for the given process and edited context. |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||