コード例 #1
0
ファイル: TransitGraph.py プロジェクト: siuying/gogogo-hk
    def __init__(self):
        Graph.__init__(self)

        # stop to cluster matching
        self.stop_to_cluster = {}

        # cluster's name to node id matching
        self.cluster_id = {}
コード例 #2
0
ファイル: TransitGraph.py プロジェクト: siuying/gogogo-hk
 def __init__(self, id):
     Graph.__init__(self)
     self.id = id