| Experiment-class {rsbml} | R Documentation |
This class is an abstraction for an experiment, e.g. in a
simulation. An experiment consists of a
ExperimentProtocol, ExperimentDesign,
ExperimentSubject and ExperimentResult.
A virtual Class: No objects may be created from it.
protocol:Object of empty virtual class
ExperimentProtocol, how the experiment was
or is to be performed.
design:Object of empty virtual class
ExperimentDesign, the design of the experiment.
subject:Object of empty virtual class
ExperimentSubject,
the object being observed by the experiment.
result:Object of empty virtual class
ExperimentResult, the result of the experiment.
signature(object = "Experiment"): Gets the
design slot.
signature(object = "Experiment"): Sets the
design slot.
signature(object = "Experiment"): Gets the
protocol slot.
signature(object = "Experiment"): Sets the
protocol slot.
signature(object = "Experiment"): Gets the
result slot.
signature(object = "Experiment"): Sets the
result slot.
signature(object = "Experiment"): Gets the
subject slot.
signature(object = "Experiment"): Sets the
subject slot.
Michael Lawrence
SOSExperiment, an implementation that simulates
SBML modules using the SBML ODE Solver library.