Esempio n. 1
0
    def to_entity(self):
        entity = Graph.to_entity(self)

        entity["stop_to_cluster"] = self.stop_to_cluster
        entity["cluster_to_node_id"] = self.cluster_id
        return entity