Package mbuild :: Module plan
[frames] | no frames]

Module plan

source code

Intermediate data structure produced by builders and sent to the dependence directed acyclic graph (DAG) that sequences execution.

Users who create their own builders to call python functions should emit an plan_t object and add it to the DAG.

Classes
  plan_t
An object that the builders create and is passed to the DAG dag_t to order the tasks.
Variables
  __package__ = None