@ProviderFor(value=LogicalModelTool.class) public class AttractorTool extends AbstractTool
| Constructor and Description |
|---|
AttractorTool() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResult(LogicalModel model,
Object settings)
Get the analysis result with a custom setting.
|
void |
run(LogicalModel model,
String... parameters)
Run the tool on a logical model.
|
getHelp, getID, getName, getResult, getResult, getResult, getSettings, getSettings, getSettings, supportsMultivalued, toStringpublic void run(LogicalModel model, String... parameters)
LogicalModelToolmodel - the model to useparameters - the raw command line parameterspublic Object getResult(LogicalModel model, Object settings) throws Exception
LogicalModelToolmodel - the source modelsettings - a custom setting objectException - when the analysis could not be performedCopyright © 2012-2017. All Rights Reserved.