.java
To maintain a heap of anonymous objects for a program
Currently assuming that all objects are of pre-defined type (varModel)
Should be easy to extend to arrays of pre-defined types
Author: Amruth Kumar
HeapModel() -
Constructor for class org.problets.domain.model.implement.HeapModel
Sets the highlighting status of the node (highlighted or not highlighted,
based on the specified parameter) given the name of the node in vector format.
Sets the highlighting status of the node and all its ancestors
(highlighted or not highlighted, based on the specified parameter)
given the name of the node in text format.
Sets the highlighting status of the node and all its ancestors
(highlighted or not highlighted, based on the specified parameter)
given the name of the node in vector format.