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.
|