public class Executer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Executer.Option |
Constructor and Description |
---|
Executer() |
Modifier and Type | Method and Description |
---|---|
void |
executeCompare(String document1,
String document2,
HashMap<String,String> toReturn,
int want,
List<Exception> errors) |
void |
executeSingle(String document,
HashMap<String,String> toReturn,
int want,
List<Exception> errors) |
Executer.Option |
get(String key) |
HashMap<String,Executer.Option> |
getAddOptions() |
HashMap<String,Executer.Option> |
getOptions() |
static String |
result(String s) |
public static final Pattern XML_PATTERN
public static final int WANT_DIFF
public static final int WANT_DOCUMENTTYPE
public static final int WANT_META
public static final int WANT_REPORT_MD
public static final int WANT_REPORT_HTML
public static final int WANT_REACTION_GRAPHML
public static final int WANT_REACTION_DOT
public static final int WANT_COMP_HIERARCHY_GRAPHML
public static final int WANT_COMP_HIERARCHY_DOT
public static final int WANT_REPORT_RST
public static final int WANT_COMP_HIERARCHY_JSON
public static final int WANT_REACTION_JSON
public static final int WANT_SBML
public static final int WANT_CELLML
public static final int WANT_REGULAR
public static final int WANT_SINGLE_REACTION_GRAPHML
public static final int WANT_SINGLE_REACTION_DOT
public static final int WANT_SINGLE_COMP_HIERARCHY_GRAPHML
public static final int WANT_SINGLE_COMP_HIERARCHY_DOT
public static final int WANT_SINGLE_COMP_HIERARCHY_JSON
public static final int WANT_SINGLE_REACTION_JSON
public static final int WANT_SINGLE_FLATTEN
public static final String REQ_FILES
public static final String REQ_WANT
public static final String REQ_WANT_META
public static final String REQ_WANT_DOCUMENTTYPE
public static final String REQ_WANT_DIFF
public static final String REQ_WANT_REPORT_MD
public static final String REQ_WANT_REPORT_RST
public static final String REQ_WANT_REPORT_HTML
public static final String REQ_WANT_REACTIONS_GRAPHML
public static final String REQ_WANT_REACTIONS_DOT
public static final String REQ_WANT_REACTIONS_JSON
public static final String REQ_WANT_COMP_HIERARCHY_GRAPHML
public static final String REQ_WANT_COMP_HIERARCHY_DOT
public static final String REQ_WANT_COMP_HIERARCHY_JSON
public static final String REQ_WANT_SBML
public static final String REQ_WANT_CELLML
public static final String REQ_WANT_REGULAR
public static final String REQ_WANT_SINGLE_REACTIONS_GRAPHML
public static final String REQ_WANT_SINGLE_REACTIONS_DOT
public static final String REQ_WANT_SINGLE_REACTIONS_JSON
public static final String REQ_WANT_SINGLE_COMP_HIERARCHY_GRAPHML
public static final String REQ_WANT_SINGLE_COMP_HIERARCHY_DOT
public static final String REQ_WANT_SINGLE_COMP_HIERARCHY_JSON
public static final String REQ_WANT_SINGLE_FLATTEN
public HashMap<String,Executer.Option> getOptions()
public HashMap<String,Executer.Option> getAddOptions()
public Executer.Option get(String key)
public void executeSingle(String document, HashMap<String,String> toReturn, int want, List<Exception> errors) throws Exception
Exception
public void executeCompare(String document1, String document2, HashMap<String,String> toReturn, int want, List<Exception> errors) throws Exception
Exception
Copyright © 2014 SEMS project @ University of Rostock. All rights reserved.