public class BivesSingleFileResponse extends BivesResponse implements BivesSingleFileCommands
| Modifier and Type | Field and Description | 
|---|---|
| protected List<String> | documentTypesThe document types. | 
| protected HashMap<String,String> | metaThe meta informations. | 
| protected HashMap<String,Integer> | nodeStatsThe node statistics. | 
bivesResults, errorCOMMAND_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_FLATTENCOMMAND_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()
BivesResponsepostProcess in class BivesResponseCopyright © 2014 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.