public class BivesComparisonRequest extends BivesRequest implements BivesComparisonCommands
commands, models
COMMAND_COMPONENT_HIERARCHY_DOT, COMMAND_COMPONENT_HIERARCHY_GRAPHML, COMMAND_COMPONENT_HIERARCHY_JSON, COMMAND_REACTIONS_DOT, COMMAND_REACTIONS_GRAPHML, COMMAND_REACTIONS_JSON, COMMAND_REPORT_HTML, COMMAND_REPORT_MARKDOWN, COMMAND_REPORT_RESTRUCTURED_TEXT, COMMAND_XML_DIFF
COMMAND_FORCE_CELLML, COMMAND_FORCE_REGULAR, COMMAND_FORCE_SBML, COMMAND_SET_LOG_STACKTRACE, COMMAND_SET_VERBOSE
Constructor and Description |
---|
BivesComparisonRequest()
The Constructor to create a comparison request.
|
BivesComparisonRequest(String file1,
String file2)
The Constructor to create a comparison request.
|
BivesComparisonRequest(String file1,
String file2,
List<String> commands)
The Constructor to create a comparison request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isReady()
Checks if the request is ready.
|
void |
setModels(String file1,
String file2)
Sets the models.
|
addCommand, getCommands, getModels
public BivesComparisonRequest()
public BivesComparisonRequest(String file1, String file2)
file1
- the version onefile2
- the version twopublic void setModels(String file1, String file2)
file1
- the version onefile2
- the version twopublic boolean isReady()
isReady
in class BivesRequest
BivesRequest.isReady()
Copyright © 2019 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.