Index

A | C | D | E | F | G | H | I | K | M | N | O | P | R | S | T | U | V

A

add_cycle() (kadmos.graph.KadmosGraph method)
add_default_description() (kadmos.graph.KadmosGraph method)
add_default_name() (kadmos.graph.KadmosGraph method)
add_edge() (kadmos.graph.KadmosGraph method)
add_edges_from() (kadmos.graph.KadmosGraph method)
add_equation() (kadmos.graph.KadmosGraph method)
add_equation_label() (kadmos.graph.KadmosGraph method)
add_equation_labels() (kadmos.graph.KadmosGraph method)
add_function_problem_roles() (kadmos.graph.FundamentalProblemGraph method)
add_nodes_from() (kadmos.graph.KadmosGraph method)
add_objective_function_by_nodes() (kadmos.graph.KadmosGraph method)
add_parallel_process() (kadmos.graph.MdaoProcessGraph method)
add_path() (kadmos.graph.KadmosGraph method)
add_simple_sequential_process() (kadmos.graph.MdaoProcessGraph method)
add_star() (kadmos.graph.KadmosGraph method)
add_weighted_edges_from() (kadmos.graph.KadmosGraph method)
adjacency_iter() (kadmos.graph.KadmosGraph method)
adjacency_list() (kadmos.graph.KadmosGraph method)
adjlist_dict_factory (kadmos.graph.KadmosGraph attribute)

C

check() (kadmos.graph.KadmosGraph method)
check_cmdows_integrity() (kadmos.graph.KadmosGraph method)
check_for_coupling() (kadmos.graph.KadmosGraph method)
cleancopy() (kadmos.graph.FundamentalProblemGraph method)
(kadmos.graph.KadmosGraph method)
(kadmos.graph.MdaoDataGraph method)
(kadmos.graph.MdaoProcessGraph method)
(kadmos.graph.RepositoryConnectivityGraph method)
clear() (kadmos.graph.KadmosGraph method)
color_list() (in module kadmos.utilities.general)
connect_converger() (kadmos.graph.MdaoDataGraph method)
connect_coordinator() (kadmos.graph.MdaoDataGraph method)
connect_doe_block() (kadmos.graph.MdaoDataGraph method)
connect_nested_iterators() (kadmos.graph.MdaoProcessGraph method)
connect_nodes_as_output() (kadmos.graph.MdaoDataGraph method)
connect_optimizer() (kadmos.graph.MdaoDataGraph method)
connect_qoi_nodes_as_input() (kadmos.graph.MdaoDataGraph method)
copy() (kadmos.graph.KadmosGraph method)
copy_node_as() (kadmos.graph.MdaoDataGraph method)
copy_node_with_suffix() (kadmos.graph.KadmosGraph method)
count_function_nodes() (kadmos.graph.KadmosGraph method)
create_dsm() (kadmos.graph.KadmosGraph method)
create_mdg() (kadmos.graph.FundamentalProblemGraph method)
create_mpg() (kadmos.graph.FundamentalProblemGraph method)

D

degree() (kadmos.graph.KadmosGraph method)
degree_iter() (kadmos.graph.KadmosGraph method)
disconnect_problematic_variables_from() (kadmos.graph.KadmosGraph method)

E

edge_attr_dict_factory (kadmos.graph.KadmosGraph attribute)
edges() (kadmos.graph.KadmosGraph method)
edges_iter() (kadmos.graph.KadmosGraph method)
export_as_json() (in module kadmos.utilities.general)

F

find_all_nodes() (kadmos.graph.KadmosGraph method)
format_string_for_d3js() (in module kadmos.utilities.general)
FundamentalProblemGraph (class in kadmos.graph)

G

get_adjacency_matrix() (kadmos.graph.KadmosGraph method)
get_categorized_nodes() (kadmos.graph.KadmosGraph method)
get_contracted_graph() (kadmos.graph.KadmosGraph method)
get_coupling_matrix() (kadmos.graph.FundamentalProblemGraph method)
get_direct_coupling_nodes() (kadmos.graph.KadmosGraph method)
get_edge_data() (kadmos.graph.KadmosGraph method)
get_element_dict() (in module kadmos.utilities.general)
get_fpg_based_on_function_nodes() (kadmos.graph.RepositoryConnectivityGraph method)
get_fpg_based_on_list_functions() (kadmos.graph.RepositoryConnectivityGraph method)
get_fpg_based_on_sinks() (kadmos.graph.RepositoryConnectivityGraph method)
get_fpg_by_function_nodes() (kadmos.graph.RepositoryConnectivityGraph method)
get_friendly_id() (in module kadmos.utilities.general)
get_function_graph() (kadmos.graph.KadmosGraph method)
get_function_metadata() (kadmos.graph.KadmosGraph method)
get_function_nodes() (kadmos.graph.KadmosGraph method)
get_function_paths_by_objective() (kadmos.graph.RepositoryConnectivityGraph method)
get_graph_properties() (kadmos.graph.KadmosGraph method)
get_list_entries() (in module kadmos.utilities.general)
get_mdao_setup() (in module kadmos.utilities.general)
get_mdg() (kadmos.graph.FundamentalProblemGraph method)
get_mg_function_ordering() (kadmos.graph.FundamentalProblemGraph method)
get_mpg() (kadmos.graph.FundamentalProblemGraph method)
get_nested_process_ordering() (kadmos.graph.MdaoProcessGraph method)
get_node_attributes() (kadmos.graph.KadmosGraph method)
get_node_subcategory() (kadmos.graph.KadmosGraph method)
get_node_text() (kadmos.graph.MdaoProcessGraph method)
get_nodes_based_on_strings() (kadmos.graph.KadmosGraph method)
get_nodes_indegree() (kadmos.graph.KadmosGraph method)
get_nodes_outdegree() (kadmos.graph.KadmosGraph method)
get_nodes_subcategory() (kadmos.graph.KadmosGraph method)
get_number_of_couplings() (kadmos.graph.KadmosGraph method)
get_partitioned_graph() (kadmos.graph.KadmosGraph method)
get_path_combinations() (kadmos.graph.RepositoryConnectivityGraph method)
get_process_list() (kadmos.graph.MdaoProcessGraph method)
get_sources() (kadmos.graph.KadmosGraph method)
get_subgraph_by_function_nodes() (kadmos.graph.KadmosGraph method)
get_system_inputs() (kadmos.graph.KadmosGraph method)
get_targets() (kadmos.graph.KadmosGraph method)
get_uid() (in module kadmos.utilities.general)
get_unique_friendly_id() (in module kadmos.utilities.general)

H

has_edge() (kadmos.graph.KadmosGraph method)
has_node() (kadmos.graph.KadmosGraph method)
has_nodes() (kadmos.graph.KadmosGraph method)
has_predecessor() (kadmos.graph.KadmosGraph method)
has_successor() (kadmos.graph.KadmosGraph method)
hex_to_rgb() (in module kadmos.utilities.general)

I

in_degree() (kadmos.graph.KadmosGraph method)
in_degree_iter() (kadmos.graph.KadmosGraph method)
in_edges() (kadmos.graph.KadmosGraph method)
in_edges_iter() (kadmos.graph.KadmosGraph method)
inspect() (kadmos.graph.KadmosGraph method)
inspect_node() (kadmos.graph.KadmosGraph method)
inspect_nodes() (kadmos.graph.KadmosGraph method)
inspect_process() (kadmos.graph.MdaoProcessGraph method)
is_directed() (kadmos.graph.KadmosGraph method)
is_multigraph() (kadmos.graph.KadmosGraph method)

K

kadmos (module)
kadmos.utilities.general (module)
KadmosGraph (class in kadmos.graph)

M

make_all_variables_valid() (kadmos.graph.KadmosGraph method)
make_camel_case() (in module kadmos.utilities.general)
make_plural() (in module kadmos.utilities.general)
make_singular() (in module kadmos.utilities.general)
manipulate_coupling_nodes() (kadmos.graph.MdaoDataGraph method)
mark_as_constraint() (kadmos.graph.FundamentalProblemGraph method)
mark_as_design_variable() (kadmos.graph.FundamentalProblemGraph method)
mark_as_objective() (kadmos.graph.FundamentalProblemGraph method)
mark_as_qoi() (kadmos.graph.FundamentalProblemGraph method)
MdaoDataGraph (class in kadmos.graph)
MdaoProcessGraph (class in kadmos.graph)
merge_function_modes() (kadmos.graph.KadmosGraph method)
merge_function_nodes_based_on_modes() (kadmos.graph.KadmosGraph method)
merge_parallel_functions() (kadmos.graph.KadmosGraph method)
merge_sequential_functions() (kadmos.graph.KadmosGraph method)

N

nbunch_iter() (kadmos.graph.KadmosGraph method)
neighbors() (kadmos.graph.KadmosGraph method)
neighbors_iter() (kadmos.graph.KadmosGraph method)
node_dict_factory (kadmos.graph.KadmosGraph attribute)
node_is_function() (kadmos.graph.KadmosGraph method)
node_is_hole() (kadmos.graph.KadmosGraph method)
node_is_objective_function() (kadmos.graph.KadmosGraph method)
node_is_output() (kadmos.graph.KadmosGraph method)
node_is_variable() (kadmos.graph.KadmosGraph method)
nodes() (kadmos.graph.KadmosGraph method)
nodes_iter() (kadmos.graph.KadmosGraph method)
nodes_with_selfloops() (kadmos.graph.KadmosGraph method)
number_of_edges() (kadmos.graph.KadmosGraph method)
number_of_nodes() (kadmos.graph.KadmosGraph method)
number_of_selfloops() (kadmos.graph.KadmosGraph method)

O

open_file() (in module kadmos.utilities.general)
order() (kadmos.graph.KadmosGraph method)
out_degree() (kadmos.graph.KadmosGraph method)
out_degree_iter() (kadmos.graph.KadmosGraph method)
out_edges() (kadmos.graph.KadmosGraph method)
out_edges_iter() (kadmos.graph.KadmosGraph method)

P

plot_adjacency_matrix() (kadmos.graph.KadmosGraph method)
plot_graph() (kadmos.graph.KadmosGraph method)
predecessors() (kadmos.graph.KadmosGraph method)
predecessors_iter() (kadmos.graph.KadmosGraph method)
print_graph() (kadmos.graph.KadmosGraph method)

R

relabel_function_nodes() (kadmos.graph.KadmosGraph method)
remove_edge() (kadmos.graph.KadmosGraph method)
remove_edges_from() (kadmos.graph.KadmosGraph method)
remove_function_nodes() (kadmos.graph.KadmosGraph method)
remove_if_exists() (in module kadmos.utilities.general)
remove_node() (kadmos.graph.KadmosGraph method)
remove_nodes_from() (kadmos.graph.KadmosGraph method)
RepositoryConnectivityGraph (class in kadmos.graph)
reverse() (kadmos.graph.KadmosGraph method)

S

save() (kadmos.graph.KadmosGraph method)
select_function_combination_from() (kadmos.graph.RepositoryConnectivityGraph method)
select_objectives_from_graph() (kadmos.graph.KadmosGraph method)
selfloop_edges() (kadmos.graph.KadmosGraph method)
size() (kadmos.graph.KadmosGraph method)
split_variables() (kadmos.graph.KadmosGraph method)
subgraph() (kadmos.graph.KadmosGraph method)
successors() (kadmos.graph.KadmosGraph method)
successors_iter() (kadmos.graph.KadmosGraph method)

T

test_attr_cond() (in module kadmos.utilities.general)
to_directed() (kadmos.graph.KadmosGraph method)
to_undirected() (kadmos.graph.KadmosGraph method)
transform_data_into_strings() (in module kadmos.utilities.general)
transform_string_into_format() (in module kadmos.utilities.general)
translate_dict_keys() (in module kadmos.utilities.general)
translate_list() (in module kadmos.utilities.general)

U

unmake_camel_case() (in module kadmos.utilities.general)

V

vistoms_add() (kadmos.graph.KadmosGraph method)
vistoms_create() (kadmos.graph.KadmosGraph method)