Skip to content

Commit

Permalink
updated datamodel
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 15, 2024
1 parent 31e9c09 commit f4f0f6a
Show file tree
Hide file tree
Showing 5 changed files with 642 additions and 548 deletions.
39 changes: 39 additions & 0 deletions biolab/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
from biolab.biolab_data_model import (
TimeCourseProcess,
TimeCourseModelChanges,
TimeCourseModel,
ModelChanges,
ModelChange,
SteadyStateModel,
SpatialModel,
Experiment,
ExperimentMetadata,
SimulationModelParameter,
SimulationResult,
SedModel,
SpeciesChange,
GlobalParameterChange,
ReactionChange,
ReactionParameter,
ModelUnits
)


'''class SedDataModel:
TimeCourseModel = TimeCourseModel
TimeCourseModelChanges = TimeCourseModelChanges
ModelChanges = ModelChanges
ModelChange = ModelChange
TimeCourseProcess = TimeCourseProcess
SteadyStateModel = SteadyStateModel
SpatialModel = SpatialModel
ExperimentMetadata = ExperimentMetadata
Experiment = Experiment
SimulationResult = SimulationResult
SimulationModelParameter = SimulationModelParameter
SedModel = SedModel
SpeciesChange = SpeciesChange
GlobalParameterChange = GlobalParameterChange
ReactionParameter = ReactionParameter
ReactionChange = ReactionChange
ModelUnits = ModelUnits'''
Loading

0 comments on commit f4f0f6a

Please sign in to comment.