@ProviderFor(value=LogicalModelTool.class) public class StableStateTool extends AbstractTool<StableStateList,StableStateMethod>
| Modifier and Type | Field and Description |
|---|---|
static String |
HELP_LINE |
static String |
HELP_MESSAGE |
| Constructor and Description |
|---|
StableStateTool() |
| Modifier and Type | Method and Description |
|---|---|
StableStateList |
getMDD(LogicalModel model) |
StableStateList |
getResult(LogicalModel model,
StableStateMethod settings)
Get the analysis result with a custom setting.
|
StableStateMethod |
getSettings(String... parameters)
Construct a default setting object.
|
void |
run(LogicalModel model,
String... parameters)
Run the tool on a logical model.
|
getHelp, getID, getName, getResult, getResult, getResult, getSettings, getSettings, supportsMultivalued, toStringpublic static final String HELP_LINE
public static final String HELP_MESSAGE
public StableStateMethod getSettings(String... parameters)
LogicalModelToolgetSettings in interface LogicalModelTool<StableStateList,StableStateMethod>getSettings in class AbstractTool<StableStateList,StableStateMethod>parameters - optional command line settingspublic void run(LogicalModel model, String... parameters)
LogicalModelToolmodel - the model to useparameters - the raw command line parameterspublic StableStateList getMDD(LogicalModel model)
public StableStateList getResult(LogicalModel model, StableStateMethod settings)
LogicalModelToolmodel - the source modelsettings - a custom setting objectCopyright © 2012-2017. All Rights Reserved.