avocado_i2n.cartgraph package¶
Submodules¶
- avocado_i2n.cartgraph.graph module
- SUMMARY
- INTERFACE
set_graph_logging_level()TestGraphTestGraph.nodesTestGraph.objectsTestGraph.logdirTestGraph.new_objects()TestGraph.new_nodes()TestGraph.new_workers()TestGraph.load_setup_list()TestGraph.save_setup_list()TestGraph.report_progress()TestGraph.visualize()TestGraph.flag_children()TestGraph.flag_intersection()TestGraph.parse_flat_objects()TestGraph.parse_composite_objects()TestGraph.parse_suffix_objects()TestGraph.parse_object_from_objects()TestGraph.parse_components_for_object()TestGraph.parse_net_from_object_restrs()TestGraph.parse_flat_nodes()TestGraph.parse_node_from_object()TestGraph.parse_nodes_from_flat_node_and_object()TestGraph.parse_composite_nodes()TestGraph.parse_object_nodes()TestGraph.parse_cloned_branches_for_node_and_object()TestGraph.parse_branches_for_node_and_object()TestGraph.parse_paths_to_object_roots()TestGraph.parse_shared_root_from_object_roots()TestGraph.parse_workers()TestGraph.parse_object_trees()TestGraph.traverse_terminal_node()TestGraph.traverse_node()TestGraph.reverse_node()TestGraph.traverse_object_trees()
- avocado_i2n.cartgraph.node module
- SUMMARY
- INTERFACE
PrefixTreeNodePrefixTreeEdgeRegisterTestNodeTestNode.ReadOnlyDictTestNode.prefix_patternTestNode.paramsTestNode.shared_started_workersTestNode.shared_finished_workersTestNode.shared_involved_workersTestNode.shared_resultsTestNode.shared_filtered_resultsTestNode.shared_result_worker_idsTestNode.bridged_nodesTestNode.cloned_nodesTestNode.setup_nodesTestNode.cleanup_nodesTestNode.setless_formTestNode.bridged_formTestNode.long_prefixTestNode.idTestNode.id_testTestNode.is_occupied()TestNode.is_flat()TestNode.is_shared_root()TestNode.is_object_root()TestNode.is_unrolled()TestNode.is_setup_ready()TestNode.is_cleanup_ready()TestNode.is_started()TestNode.is_finished()TestNode.should_parse()TestNode.should_rerun()TestNode.default_run_decision()TestNode.default_clean_decision()TestNode.prefix_priority()TestNode.pick_parent()TestNode.pick_child()TestNode.drop_parent()TestNode.drop_child()TestNode.descend_from_node()TestNode.bridge_with_node()TestNode.clone_as_source()TestNode.pull_locations()TestNode.update_restrs()TestNode.regenerate_params()TestNode.regenerate_vt_parameters()TestNode.scan_states()TestNode.sync_states()TestNode.validate()
- avocado_i2n.cartgraph.object module
- avocado_i2n.cartgraph.worker module
Module contents¶
Package for the complete Cartesian graph structure.