public class SedMLSBMLSimulatorExecutor
extends org.jlibsedml.execution.AbstractSedmlExecutor
Typical usage for this class is demonstrated in the
JUnit test for this
class.
Models can be resolved either from local files, URLs, or
BioModels
MIRIAM URNs.
TO resolve models from different sources, see the documentation for AbstractSedmlExecutor
in the
jlibsedml.jar
library.
Constructor and Description |
---|
SedMLSBMLSimulatorExecutor(org.jlibsedml.SedML sedml,
org.jlibsedml.Output wanted,
Map<String,Boolean> amountHash,
String sedmlDir) |
SedMLSBMLSimulatorExecutor(org.jlibsedml.SedML sedml,
org.jlibsedml.Output output,
String sedmlDir) |
Modifier and Type | Method and Description |
---|---|
org.jlibsedml.execution.IProcessedSedMLSimulationResults |
processSimulationResults(org.jlibsedml.Output wanted,
Map<org.jlibsedml.AbstractTask,List<org.jlibsedml.execution.IRawSedmlSimulationResults>> res)
Process raw data from simulations and return a output MultiTable which contains wanted Output
|
Map<org.jlibsedml.AbstractTask,List<org.jlibsedml.execution.IRawSedmlSimulationResults>> |
run()
This method is a wrapper to the runSimulations method from
AbstractSedmlExecutor to add
additional support for repeatedTasks. |
void |
setIsArchive(org.jlibsedml.ArchiveComponents ac)
Enables models to be retrieved from a SED-ML archive format.
|
public SedMLSBMLSimulatorExecutor(org.jlibsedml.SedML sedml, org.jlibsedml.Output output, String sedmlDir)
public void setIsArchive(org.jlibsedml.ArchiveComponents ac)
AbstractSedmlExecutor.runSimulations()
is called, if a SED-ML archive is to be used as a
model
source.ac
- A non-null
ArchiveComponents
object.public Map<org.jlibsedml.AbstractTask,List<org.jlibsedml.execution.IRawSedmlSimulationResults>> run() throws org.semanticweb.owlapi.model.OWLOntologyCreationException
AbstractSedmlExecutor
to add
additional support for repeatedTasks. It identifies the type of task, before running the
simulations.org.semanticweb.owlapi.model.OWLOntologyCreationException
public org.jlibsedml.execution.IProcessedSedMLSimulationResults processSimulationResults(org.jlibsedml.Output wanted, Map<org.jlibsedml.AbstractTask,List<org.jlibsedml.execution.IRawSedmlSimulationResults>> res)
wanted
- res
- Copyright © 2007–2021. All rights reserved.