Insight on Network Simulations
Contents:
Installation
Evaluation & Plotting
Using Transforms
Quick Start
Writing Recipes
Best practices
Running IoNS on a cluster
Tools
Documentation
Debugging
Troubleshooting
API reference
Insight on Network Simulations
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
A
add_alias() (extractors.DataAttributes method)
add_attributes() (tag_extractor.ExtractRunParametersTagsOperation static method)
add_iterationvars() (tag_extractor.ExtractRunParametersTagsOperation static method)
add_parameters() (tag_extractor.ExtractRunParametersTagsOperation static method)
add_raw_tags_for_row() (tag_extractor.ExtractRunParametersTagsOperation static method)
add_regex_matches_for_row() (tag_extractor.ExtractRunParametersTagsOperation static method)
add_source_file() (extractors.DataAttributes method)
add_source_files() (extractors.DataAttributes method)
add_tags() (tag_extractor.ExtractRunParametersTagsOperation static method)
aggregate_frame() (transforms.GroupedAggregationTransform method)
(transforms.GroupedFunctionTransform method)
apply_tags() (extractors.OmnetExtractor static method)
attribute_extractor() (extractors.SqlLiteReader method)
B
BaseExtractor (class in extractors)
C
check_directory_access_permissions() (in module utility.filesystem)
check_file_access_permissions() (in module utility.filesystem)
ColumnFunctionTransform (class in transforms)
common.constants
module
common.debug
module
common_root() (extractors.DataAttributes method)
compile_and_evaluate_function_definition() (in module utility.code)
compute_graph() (in module run_recipe)
concat() (transforms.ConcatTransform method)
ConcatTransform (class in transforms)
config_extractor() (extractors.SqlLiteReader method)
connect() (extractors.SqlLiteReader method)
construct_bool() (in module yaml_helper)
construct_joined_sequence() (in module yaml_helper)
construct_numeral() (in module yaml_helper)
convert_columns_dtype() (extractors.BaseExtractor static method)
D
data_io
module
DataAttributes (class in extractors)
DataSet (class in data_io)
decode_node() (in module yaml_helper)
disconnect() (extractors.SqlLiteReader method)
E
eval_grid_transform() (plots.PlottingTask method)
eval_recipe_tag_definitions() (in module run_recipe)
evaluate_function() (utility.code.ExtraCodeFunctionMixin method)
evaluate_function_definitions() (in module run_recipe)
evaluate_regex_path() (data_io.DataSet static method)
evaluate_simple_arithmetic_expression() (in module utility.arithmetic)
Evaluation (class in recipe)
execute_sql_query() (extractors.SqlLiteReader method)
expand_data_path() (data_io.DataSet method)
exporters
module
ExtraCodeFunctionMixin (class in utility.code)
extract_all_scalars() (extractors.PatternMatchingBulkScalarExtractor static method)
extract_all_signals() (extractors.MatchingExtractor static method)
(extractors.PatternMatchingBulkExtractor static method)
extract_attributes_and_params() (tag_extractor.ExtractRunParametersTagsOperation static method)
extract_dict_from_string() (in module run_recipe)
extract_tags() (extractors.SqlLiteReader method)
Extractor (class in extractors)
extractors
module
ExtractRunParametersTagsOperation (class in tag_extractor)
F
FileResultProcessor (class in exporters)
find_base_path_in_regex() (data_io.DataSet static method)
FunctionTransform (class in transforms)
G
generate_data_query() (in module sql_queries)
generate_scalar_data_query() (in module sql_queries)
generate_scalar_like_query() (in module sql_queries)
generate_scalar_query() (in module sql_queries)
generate_signal_for_module_query() (in module sql_queries)
generate_signal_like_query() (in module sql_queries)
generate_signal_query() (in module sql_queries)
generate_statistic_data_query() (in module sql_queries)
generate_statistic_query() (in module sql_queries)
get_aliases() (extractors.DataAttributes method)
get_common_root() (data_io.DataSet method)
get_data() (exporters.FileResultProcessor method)
(plots.PlottingTask method)
(transforms.Transform method)
get_data_path() (data_io.DataSet method)
get_dcc_state_tag() (tag.Tag static method)
get_file_list() (data_io.DataSet method)
get_global_tag() (tag.Tag static method)
get_key_value() (tag.Tag method)
get_mapping() (tag.Tag method)
get_matching_signals() (extractors.MatchingExtractor static method)
get_module_tag() (tag.Tag static method)
get_roadtype_tag() (tag.Tag static method)
get_scale_tag() (tag.Tag static method)
get_signal_with_position() (in module sql_queries)
get_source_files() (extractors.DataAttributes method)
GroupedAggregationTransform (class in transforms)
GroupedFunctionTransform (class in transforms)
I
include_constructor() (in module yaml_helper)
iterationvars_regex_map (in module tag_regular_expressions)
L
load_yaml_from_file() (in module yaml_helper)
M
main() (in module run_recipe)
MatchingExtractor (class in extractors)
merge() (transforms.MergeTransform method)
MergeTransform (class in transforms)
metadata (sql_model.OmnetppTableModel attribute)
module
common.constants
common.debug
data_io
exporters
extractors
plots
recipe
run_recipe
sql_model
sql_queries
tag
tag_extractor
tag_regular_expressions
transforms
utility.arithmetic
utility.code
utility.filesystem
utility.stopwatch
yaml_helper
O
OmnetExtractor (class in extractors)
OmnetppTableModel (class in sql_model)
P
parameter_extractor() (extractors.SqlLiteReader method)
parameters_regex_map (in module tag_regular_expressions)
parse_arguments() (in module run_recipe)
parse_matplotlib_rc() (plots.PlottingTask method)
parse_matplotlib_rc_to_kwargs() (plots.PlottingTask method)
PatternMatchingBulkExtractor (class in extractors)
PatternMatchingBulkScalarExtractor (class in extractors)
Plot (class in recipe)
plot_catplot() (plots.PlottingTask method)
plot_data() (plots.PlottingTask method)
plot_distribution() (plots.PlottingTask method)
plot_heatmap_grid() (plots.PlottingTask method)
plot_heatmap_nogrid() (plots.PlottingTask method)
plot_heatplot() (plots.PlottingTask method)
plot_multiplot() (plots.PlottingTask method)
plot_relplot() (plots.PlottingTask method)
plots
module
PlottingReaderFeather (class in plots)
PlottingTask (class in plots)
PositionExtractor (class in extractors)
prepare() (exporters.FileResultProcessor method)
(extractors.Extractor method)
(extractors.MatchingExtractor method)
(extractors.PatternMatchingBulkExtractor method)
(extractors.PatternMatchingBulkScalarExtractor method)
(extractors.PositionExtractor method)
(extractors.RawExtractor method)
(extractors.RawScalarExtractor method)
(extractors.RawStatisticExtractor method)
(extractors.SqlExtractor method)
(plots.PlottingReaderFeather method)
(plots.PlottingTask method)
(transforms.ColumnFunctionTransform method)
(transforms.ConcatTransform method)
(transforms.FunctionTransform method)
(transforms.GroupedAggregationTransform method)
(transforms.GroupedFunctionTransform method)
(transforms.MergeTransform method)
(transforms.Transform method)
prepare_concatenated() (exporters.FileResultProcessor method)
prepare_evaluation_phase() (in module run_recipe)
prepare_matched_by_attribute() (transforms.MergeTransform method)
prepare_plotting_phase() (in module run_recipe)
prepare_separated() (exporters.FileResultProcessor method)
prepare_simple_sequential() (transforms.MergeTransform method)
process() (transforms.ColumnFunctionTransform method)
(transforms.FunctionTransform method)
(transforms.Transform method)
process_recipe() (in module run_recipe)
proto_constructor() (in module yaml_helper)
R
RawExtractor (class in extractors)
RawScalarExtractor (class in extractors)
RawStatisticExtractor (class in extractors)
read_from_file() (in module data_io)
read_pattern_matched_scalars_from_file() (extractors.OmnetExtractor static method)
read_pattern_matched_signals_from_file() (extractors.OmnetExtractor static method)
read_position_and_signal_from_file() (extractors.PositionExtractor static method)
read_query_from_file() (extractors.OmnetExtractor static method)
(extractors.SqlExtractor static method)
read_scalars_from_file() (extractors.OmnetExtractor static method)
read_signals_from_file() (extractors.OmnetExtractor static method)
read_sql_from_file() (extractors.BaseExtractor static method)
read_statistic_from_file() (extractors.OmnetExtractor static method)
recipe
module
Recipe (class in recipe)
register_constructors() (in module exporters)
(in module extractors)
(in module plots)
(in module transforms)
(in module yaml_helper)
register_jsonpickle_handlers() (in module exporters)
remove_source_file() (extractors.DataAttributes method)
run_attr_query (in module sql_queries)
run_config_query (in module sql_queries)
run_param_query (in module sql_queries)
run_recipe
module
run_table (sql_model.OmnetppTableModel attribute)
runAttr_table (sql_model.OmnetppTableModel attribute)
runConfig_table (sql_model.OmnetppTableModel attribute)
runParam_table (sql_model.OmnetppTableModel attribute)
S
save_to_disk() (exporters.FileResultProcessor method)
savefigure() (plots.PlottingTask method)
scalar_table (sql_model.OmnetppTableModel attribute)
scalar_table_query (in module sql_queries)
set_backend() (plots.PlottingTask method)
set_data_repo() (exporters.FileResultProcessor method)
(plots.PlottingTask method)
(transforms.Transform method)
set_grid_defaults() (plots.PlottingTask method)
set_label_defaults() (plots.PlottingTask method)
set_legend_defaults() (plots.PlottingTask method)
set_misc_defaults() (plots.PlottingTask method)
set_name() (transforms.Transform method)
set_plot_specific_options() (plots.PlottingTask method)
set_tag_maps() (extractors.Extractor method)
set_theme() (plots.PlottingTask method)
setup() (run_recipe.WorkerPlugin method)
setup_dask() (in module run_recipe)
setup_pandas() (in module run_recipe)
signal_names_query (in module sql_queries)
sql_model
module
sql_queries
module
SqlExtractor (class in extractors)
SqlLiteReader (class in extractors)
start_debug() (in module common.debug)
start_ipython_dbg_cmdline() (in module common.debug)
startWatch() (in module utility.stopwatch)
statistic_table (sql_model.OmnetppTableModel attribute)
stopWatch() (in module utility.stopwatch)
T
tag
module
Tag (class in tag)
tag_extractor
module
tag_regular_expressions
module
Task (class in recipe)
Transform (class in transforms)
transforms
module
U
utility.arithmetic
module
utility.code
module
utility.filesystem
module
utility.stopwatch
module
V
vector_table (sql_model.OmnetppTableModel attribute)
vectorData_table (sql_model.OmnetppTableModel attribute)
W
WorkerPlugin (class in run_recipe)
Y
yaml_helper
module
yaml_tag (exporters.FileResultProcessor attribute)
(extractors.BaseExtractor attribute)
(extractors.Extractor attribute)
(extractors.MatchingExtractor attribute)
(extractors.OmnetExtractor attribute)
(extractors.PatternMatchingBulkExtractor attribute)
(extractors.PatternMatchingBulkScalarExtractor attribute)
(extractors.PositionExtractor attribute)
(extractors.RawExtractor attribute)
(extractors.RawScalarExtractor attribute)
(extractors.RawStatisticExtractor attribute)
(extractors.SqlExtractor attribute)
(plots.PlottingReaderFeather attribute)
(plots.PlottingTask attribute)
(recipe.Evaluation attribute)
(recipe.Plot attribute)
(recipe.Recipe attribute)
(recipe.Task attribute)
(transforms.ColumnFunctionTransform attribute)
(transforms.ConcatTransform attribute)
(transforms.FunctionTransform attribute)
(transforms.GroupedAggregationTransform attribute)
(transforms.GroupedFunctionTransform attribute)
(transforms.MergeTransform attribute)
(transforms.Transform attribute)