def __init__(self): Graph.__init__(self) # stop to cluster matching self.stop_to_cluster = {} # cluster's name to node id matching self.cluster_id = {}
def __init__(self, id): Graph.__init__(self) self.id = id