API

jelm Package

Functions

read_json(file_path) reads from a json file path
reads_json(dump) turns a json string dump to a jelm graph

Classes

Edge(source, target, id, attributes) jelm edge class
Jelm(metadata, objects, nodes, …) jelm graph class
Node(id, attributes, source_neighbors, …) node class for jelm graphs

Class Inheritance Diagram

Inheritance diagram of jelm.core.edge_class.Edge, jelm.core.jelm_class.Jelm, jelm.core.node_class.Node