Package | Description |
---|---|
weka.core | |
weka.core.converters | |
weka.gui.beans |
Modifier and Type | Method and Description |
---|---|
static Environment |
Environment.getSystemWide()
Get the singleton system-wide (visible to every
class in the running VM) set of environment
variables.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentHandler.setEnvironment(Environment env)
Set environment variables to use.
|
Modifier and Type | Field and Description |
---|---|
protected Environment |
AbstractFileSaver.m_env
Environment variables
|
protected Environment |
AbstractFileLoader.m_env
Environment variables
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileSaver.setEnvironment(Environment env)
Set the environment variables to use.
|
void |
AbstractFileLoader.setEnvironment(Environment env)
Set the environment variables to use.
|
Modifier and Type | Field and Description |
---|---|
protected Environment |
FlowRunner.m_env |
protected Environment |
SerializedModelSaver.m_env
The environment variables.
|
protected Environment |
Saver.m_env
The environment variables.
|
protected Environment |
Loader.m_env
The environment variables.
|
protected Environment |
KnowledgeFlowApp.m_flowEnvironment
Environment variables for the current flow
|
Modifier and Type | Method and Description |
---|---|
Environment |
FlowRunner.getEnvironment()
Get the environment variables that are in use.
|
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeFlowApp.setEnvironment(Environment env)
Set the environment variables to use.
|
void |
FlowRunner.setEnvironment(Environment env)
Set the environment variables to use.
|
void |
SerializedModelSaver.setEnvironment(Environment env)
Set environment variables to use.
|
void |
Saver.setEnvironment(Environment env)
Set environment variables to use.
|
void |
Loader.setEnvironment(Environment env)
Set environment variables to use.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.