Ejemplo n.º 1
0
    def __init__(self):
        Graph.__init__(self)

        # stop to cluster matching
        self.stop_to_cluster = {}

        # cluster's name to node id matching
        self.cluster_id = {}
Ejemplo n.º 2
0
 def __init__(self, id):
     Graph.__init__(self)
     self.id = id