public abstract class BivesRequest extends Object implements BivesCommands
Modifier and Type | Field and Description |
---|---|
protected List<String> |
commands |
protected List<String> |
models |
COMMAND_FORCE_CELLML, COMMAND_FORCE_REGULAR, COMMAND_FORCE_SBML, COMMAND_SET_LOG_STACKTRACE, COMMAND_SET_VERBOSE
Modifier | Constructor and Description |
---|---|
protected |
BivesRequest()
Instantiate a new request.
|
Modifier and Type | Method and Description |
---|---|
void |
addCommand(String command)
Adds another command.
|
List<String> |
getCommands()
Gets the commands.
|
List<String> |
getModels()
Gets the models.
|
boolean |
isReady()
Checks if is this request is ready.
|
public boolean isReady()
public void addCommand(String command)
command
- the commandBivesCommands
,
BivesComparisonCommands
,
BivesSingleFileCommands
Copyright © 2014 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.