public class SBMLDiffReport extends Object
Constructor | Description |
---|---|
SBMLDiffReport() |
Instantiates a new sBML diff report.
|
Modifier and Type | Method | Description |
---|---|---|
void |
addHeader(String header) |
Adds the header.
|
String |
generateHTMLReport() |
Generate html report.
|
void |
modifyCompartments(String rep) |
Modify compartments.
|
void |
modifyCompartmentTypes(String rep) |
Modify compartment types.
|
void |
modifyContraints(String rep) |
Modify contraints.
|
void |
modifyEvents(String rep) |
Modify events.
|
void |
modifyFunctions(String rep) |
Modify functions.
|
void |
modifyInitialAssignments(String rep) |
Modify initial assignments.
|
void |
modifyParameter(String rep) |
Modify parameter.
|
void |
modifyReaction(String rep) |
Modify reaction.
|
void |
modifyRules(String rep) |
Modify rules.
|
void |
modifySpecies(String rep) |
Modify species.
|
void |
modifySpeciesTypes(String rep) |
Modify species types.
|
void |
modifyUnits(String rep) |
Modify units.
|
public String generateHTMLReport()
public void addHeader(String header)
header
- the headerpublic void modifySpecies(String rep)
rep
- the reppublic void modifySpeciesTypes(String rep)
rep
- the reppublic void modifyParameter(String rep)
rep
- the reppublic void modifyReaction(String rep)
rep
- the reppublic void modifyCompartments(String rep)
rep
- the reppublic void modifyCompartmentTypes(String rep)
rep
- the reppublic void modifyRules(String rep)
rep
- the reppublic void modifyFunctions(String rep)
rep
- the reppublic void modifyContraints(String rep)
rep
- the reppublic void modifyEvents(String rep)
rep
- the reppublic void modifyInitialAssignments(String rep)
rep
- the reppublic void modifyUnits(String rep)
rep
- the repCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.