Hi, as per the code from the LogicManager class, there should be an association from LogicManager to Storage in the class diagram for the Logic component.
public class LogicManager implements Logic {
private final Model model;
private final Storage storage;
private final AddressBookParser addressBookParser;
...
}
However, the current class diagram is missing this association:
Hi, as per the code from the
LogicManager
class, there should be an association fromLogicManager
toStorage
in the class diagram for theLogic
component.However, the current class diagram is missing this association: