Issue993

Title Make LandmarkGraph be one-shot constructed by LandmarkFactories
Priority wish Status chatting
Superseder Nosy List clemens, jendrik, malte, salome, silvan, thomas
Assigned To Keywords
Optional summary
This part of meta issue987.

Created on 2021-01-26.21:22:34 by thomas, last changed by silvan.

Summary
This part of meta issue987.
Messages
msg9832 (view) Author: silvan Date: 2021-01-27.08:31:11
Change title.
msg9824 (view) Author: silvan Date: 2021-01-27.08:04:19
Add link to meta issue.
msg9818 (view) Author: thomas Date: 2021-01-26.21:22:33
This is a follow up issue for issue990. In this issue, we'd like to turn the LandmarkFactory classes into factories that generate a LandmarkGraph object. All relevant information of a LandmarkGraph is generated inside the LandmarkFactory until the LandmarkGraph can be constructed and immediately returned. This way, LandmarkGraphs are constant objects, while Landmark(Graph)Factories are LandmarkGraphs under construction.
History
Date User Action Args
2021-01-27 08:31:11silvansetmessages: + msg9832
title: Turn LandmarkFactory into LandmarkGraphFactory -> Make LandmarkGraph be one-shot constructed by LandmarkFactories
2021-01-27 08:04:19silvansetmessages: + msg9824
summary: This part of meta issue987.
2021-01-26 21:22:34thomascreate