linchemin.cgu.iron.Node

class linchemin.cgu.iron.Node(iid: str, properties: dict, labels: list = <factory>)[source]

Class representing a node in an Iron instance.

Attributes:

iid: a string representing the id of the node

properties: a dictionary to store node properties

labels: a list to store the labels of the node

__init__(iid: str, properties: dict, labels: list = <factory>) None

Methods

__init__(iid, properties[, labels])

get_properties_names()

Attributes

iid

properties

labels