vivarium
latest
  • Installing Vivarium
  • Tutorials
  • Concepts
  • API Reference
    • The Config Tree
    • ConfigurationError
    • ConfigurationKeyError
    • DuplicatedConfigurationError
    • ConfigNode
    • ConfigTree
    • Exceptions
    • VivariumError
    • Interpolation
    • Interpolation
    • validate_parameters()
    • validate_call_data()
    • check_data_complete()
    • Order0Interp
    • Vivarium Testing Utilities
    • NonCRNTestPopulation
    • TestPopulation
    • build_table()
    • make_dummy_column()
    • get_randomness()
    • reset_mocks()
    • metadata()
    • The Vivarium Framework
      • Configuration Utilities
      • build_model_specification()
      • validate_model_specification_file()
      • build_simulation_configuration()
      • The Vivarium Engine
      • SimulationContext
      • Builder
      • run_simulation()
      • The Vivarium Event Framework
      • Event
      • EventChannel
      • EventManager
      • EventInterface
      • Life Cycle Management
      • LifeCycleError
      • InvalidTransitionError
      • ConstraintError
      • LifeCycleState
      • LifeCyclePhase
      • LifeCycle
      • ConstraintMaker
      • LifeCycleManager
      • LifeCycleInterface
      • Lookup Tables
      • InterpolatedTable
      • ScalarTable
      • LookupTable
      • validate_parameters()
      • LookupTableManager
      • LookupTableInterface
      • Output Metrics
      • Metrics
      • The Plugin Management System
      • PluginConfigurationError
      • PluginManager
      • Resource Management
      • ResourceError
      • ResourceGroup
      • ResourceManager
      • ResourceInterface
      • State Machine
      • Trigger
      • Transition
      • State
      • Transient
      • TransientState
      • TransitionSet
      • Machine
      • The Simulation Clock
      • SimulationClock
      • SimpleClock
      • get_time_stamp()
      • DateTimeClock
      • TimeInterface
      • Framework Utility Functions
      • from_yearly()
      • to_yearly()
      • rate_to_probability()
      • probability_to_rate()
      • collapse_nested_dict()
      • import_by_path()
      • handle_exceptions()
      • The Value Pipeline System
      • DynamicValueError
      • replace_combiner()
      • list_combiner()
      • rescale_post_processor()
      • union_post_processor()
      • Pipeline
      • ValuesManager
      • ValuesInterface
      • Data Artifact Management
      • Component Management
        • The Component Manager System
        • ComponentConfigError
        • OrderedComponentSet
        • ComponentManager
        • ComponentInterface
        • The Component Configuration Parser
        • ParsingError
        • ComponentConfigurationParser
        • parse_component_config_to_list()
        • prep_components()
        • clean_args()
        • import_and_instantiate_components()
      • The Population Management System
      • Population Management Exceptions
      • PopulationError
      • The Population Manager
      • SimulantData
      • InitializerComponentSet
      • PopulationManager
      • PopulationInterface
      • The Population View
      • PopulationView
      • Random Numbers in vivarium
      • Core Randomness Functions
      • random()
      • get_hash()
      • choice()
      • filter_for_probability()
      • Randomness System Exceptions
      • RandomnessError
      • Randomness IndexMap
      • IndexMap
      • Randomness System Manager
      • RandomnessManager
      • RandomnessInterface
      • Randomness Streams
      • RandomnessStream
    • Interface
  • Glossary
vivarium
  • »
  • API Reference »
  • The Vivarium Framework »
  • Component Management
  • Edit on GitHub

Component ManagementΒΆ

  • The Component Manager System
  • ComponentConfigError
  • OrderedComponentSet
    • OrderedComponentSet.add()
    • OrderedComponentSet.update()
    • OrderedComponentSet.pop()
  • ComponentManager
    • ComponentManager.name
    • ComponentManager.setup()
    • ComponentManager.add_managers()
    • ComponentManager.add_components()
    • ComponentManager.get_components_by_type()
    • ComponentManager.get_component()
    • ComponentManager.list_components()
    • ComponentManager.setup_components()
    • ComponentManager.apply_configuration_defaults()
  • ComponentInterface
    • ComponentInterface.get_component()
    • ComponentInterface.get_components_by_type()
    • ComponentInterface.list_components()
  • The Component Configuration Parser
  • ParsingError
  • ComponentConfigurationParser
    • ComponentConfigurationParser.get_components()
    • ComponentConfigurationParser.parse_component_config()
  • parse_component_config_to_list()
  • prep_components()
  • clean_args()
  • import_and_instantiate_components()
Next Previous

© Copyright 2021, The vivarium developers. Revision 297c7579.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
develop
Downloads
On Read the Docs
Project Home
Builds