Class Project


public class Project
extends IMapNodeComposite

Project

Represents a group of mind maps.

NOTE: the filepath only points to the name of the file database, not the fully-qualified pathname!

  • Constructor Details

    • Project

      public Project​(String nodeName)
      Default constructor.
      Parameters:
      nodeName - Project name.
    • Project

      public Project​(String nodeName, String authorName, String filepath)
  • Method Details