flowrep.nodes package
Submodules
- flowrep.nodes.atomic_recipe module
AtomicRecipeAtomicRecipe.typeAtomicRecipe.inputsAtomicRecipe.outputsAtomicRecipe.referenceAtomicRecipe.unpack_modeAtomicRecipe.check_outputs_when_not_unpacking()AtomicRecipe.fully_qualified_nameAtomicRecipe.inputs_with_defaultsAtomicRecipe.model_configAtomicRecipe.referenceAtomicRecipe.typeAtomicRecipe.unpack_mode
UnpackMode
- flowrep.nodes.for_recipe module
ForEachRecipeForEachRecipe.typeForEachRecipe.inputsForEachRecipe.outputsForEachRecipe.body_nodeForEachRecipe.input_edgesForEachRecipe.output_edgesForEachRecipe.nested_portsForEachRecipe.zipped_portsForEachRecipe.body_nodeForEachRecipe.input_edgesForEachRecipe.iterated_portsForEachRecipe.model_configForEachRecipe.nested_portsForEachRecipe.output_edgesForEachRecipe.prospective_nodesForEachRecipe.transferred_outputsForEachRecipe.typeForEachRecipe.validate_internal_data_completeness()ForEachRecipe.validate_io_edges()ForEachRecipe.validate_iterated_ports_exist()ForEachRecipe.validate_non_overlapping_iterators()ForEachRecipe.validate_some_iteration()ForEachRecipe.zipped_ports
- flowrep.nodes.helper_models module
- flowrep.nodes.if_recipe module
IfRecipeIfRecipe.typeIfRecipe.inputsIfRecipe.outputsIfRecipe.casesIfRecipe.input_edgesIfRecipe.prospective_output_edgesIfRecipe.else_caseIfRecipe.casesIfRecipe.else_caseIfRecipe.input_edgesIfRecipe.model_configIfRecipe.prospective_nodesIfRecipe.prospective_output_edgesIfRecipe.typeIfRecipe.validate_cases_not_empty()IfRecipe.validate_internal_data_completeness()IfRecipe.validate_io_edges()IfRecipe.validate_prospective_nodes_have_unique_labels()
- flowrep.nodes.try_recipe module
TryRecipeTryRecipe.typeTryRecipe.inputsTryRecipe.outputsTryRecipe.try_nodeTryRecipe.exception_casesTryRecipe.input_edgesTryRecipe.prospective_output_edgesTryRecipe.exception_casesTryRecipe.input_edgesTryRecipe.model_configTryRecipe.prospective_nodesTryRecipe.prospective_output_edgesTryRecipe.try_nodeTryRecipe.typeTryRecipe.validate_exception_cases_not_empty()TryRecipe.validate_internal_data_completeness()TryRecipe.validate_io_edges()TryRecipe.validate_prospective_nodes_have_unique_labels()
- flowrep.nodes.union_types module
- flowrep.nodes.while_recipe module
WhileRecipeWhileRecipe.typeWhileRecipe.inputsWhileRecipe.outputsWhileRecipe.caseWhileRecipe.input_edgesWhileRecipe.output_edgesWhileRecipe.body_body_edgesWhileRecipe.body_condition_edgesWhileRecipe.caseWhileRecipe.input_edgesWhileRecipe.model_configWhileRecipe.output_edgesWhileRecipe.prospective_nodesWhileRecipe.typeWhileRecipe.validate_internal_data_completeness()WhileRecipe.validate_io_edges()WhileRecipe.validate_output_is_subset_of_inputs()
- flowrep.nodes.workflow_recipe module
WorkflowRecipeWorkflowRecipe.typeWorkflowRecipe.inputsWorkflowRecipe.outputsWorkflowRecipe.nodesWorkflowRecipe.input_edgesWorkflowRecipe.edgesWorkflowRecipe.output_edgesWorkflowRecipe.referenceWorkflowRecipe.edgesWorkflowRecipe.fully_qualified_nameWorkflowRecipe.input_edgesWorkflowRecipe.inputs_with_defaultsWorkflowRecipe.model_configWorkflowRecipe.nodesWorkflowRecipe.output_edgesWorkflowRecipe.referenceWorkflowRecipe.typeWorkflowRecipe.validate_child_input_single_source()WorkflowRecipe.validate_internal_data_completeness()WorkflowRecipe.validate_io_edges()WorkflowRecipe.validate_subgraph()