Class NESTGraphObjectImpl

    • Field Detail

      • graphNodes

        protected Map<String,​NESTNodeObject> graphNodes
        Stores the internal list of graph nodes in the graph.
      • eventListener

        protected List<NESTGraphListener> eventListener
        Stores the list of listeners for this graph object
      • idManager

        protected NESTGraphIDManager idManager
        Stores the ID-manager for this graph object.
    • Constructor Detail

      • NESTGraphObjectImpl

        public NESTGraphObjectImpl​(NESTGraphClass cakeclazz)
        Standard constructor of CAKE
        Parameters:
        cakeclazz -