public class BivesSingleFileResponse extends BivesResponse implements BivesSingleFileCommands
Modifier and Type | Field and Description |
---|---|
protected List<String> |
documentTypes
The document types.
|
protected HashMap<String,String> |
meta
The meta informations.
|
protected HashMap<String,Integer> |
nodeStats
The node statistics.
|
bivesResults, error
COMMAND_DOCUMENT_TYPE, COMMAND_META, COMMAND_SINGLE_FILE_COMPONENT_HIERARCHY_DOT, COMMAND_SINGLE_FILE_COMPONENT_HIERARCHY_GRAPHML, COMMAND_SINGLE_FILE_COMPONENT_HIERARCHY_JSON, COMMAND_SINGLE_FILE_REACTIONS_DOT, COMMAND_SINGLE_FILE_REACTIONS_GRAPHML, COMMAND_SINGLE_FILE_REACTIONS_JSON, COMMAND_SINGLE_FLATTEN
COMMAND_FORCE_CELLML, COMMAND_FORCE_REGULAR, COMMAND_FORCE_SBML, COMMAND_SET_LOG_STACKTRACE, COMMAND_SET_VERBOSE
Constructor and Description |
---|
BivesSingleFileResponse() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getDocumentTypes()
Gets the document types.
|
HashMap<String,String> |
getMeta()
Gets the meta informations.
|
HashMap<String,Integer> |
getNodeStats()
Gets the node statistics as a map: NODE_NAME => OCCURRENCES.
|
void |
postProcess()
Post process a response.
|
public HashMap<String,Integer> getNodeStats()
public List<String> getDocumentTypes()
public void postProcess()
BivesResponse
postProcess
in class BivesResponse
Copyright © 2014 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.