Skip to content

data_types

network_data

                                                                                
 lineage              network_data                                              
                      tables                                                    
                      any                                                       
 qualifier profile(s) -- n/a --                                                 
 Documentation                                                                  
                        Data that can be assembled into a graph.                
                                                                                
                        This data type extends the 'database' type from the     
                        kiara_plugin.tabular plugin, restricting the allowed    
                        tables to one called 'edges', and one called 'nodes'.   
                                                                                
 Author(s)                                                                      
                                                                                
 Context                                                                        
                        Tags         network_analysis                           
                        Labels       package: kiara_plugin.network_analysis     
                        References   source_repo:                               
                                     https://github.com/DHARPA-Project/kiara…   
                                     documentation:                             
                                     https://DHARPA-Project.github.io/kiara_…   
                                                                                
 Python class                                                                   
                        python_class_name    NetworkDataType                    
                        python_module_name   kiara_plugin.network_analysis.d…   
                        full_name            kiara_plugin.network_analysis.d…   
                                                                                
 Config class                                                                   
                        python_class_name    DataTypeConfig                     
                        python_module_name   kiara.data_types                   
                        full_name            kiara.data_types.DataTypeConfig    
                                                                                
 Value class                                                                    
                        python_class_name    NetworkData                        
                        python_module_name   kiara_plugin.network_analysis.m…   
                        full_name            kiara_plugin.network_analysis.m…