92 Reference.__init__(self, Type.GRAPH, name)
102 print_str = Reference.__str__(self)
103 for ref
in self.
ref :
104 print_str = print_str +
'\n' + str(ref)
def __init__(self, name="default")
Constructor used to create this object.
Graph object (OpenVX equivalent = vx_graph)
def add(self, node)
Add node object to graph.