dipper.models.Environment module

class dipper.models.Environment.Environment(graph)

Bases: object

These methods provide convenient methods to add items related to an experimental environment and it’s parts to a supplied graph.

This is a stub.

addComponentAttributes(component_id, entity_id, value=None, unit=None, component_category=None, entity_category=None)
addComponentToEnvironment(env_id, component_id, environment_category=None, component_category=None)
addEnvironment(env_id, env_label, env_type=None, env_description=None)
addEnvironmentalCondition(cond_id, cond_label, cond_type=None, cond_description=None, condition_category=None)