This function validates the selected node of the datamap,
meaning that it makes a single node generated by the datamap
generater a valid node and restores its original color.
This class follows the visitor pattern
it is based on Object-Oriented Design patterns in C++, later converted to Java
this is the base class for all other derivation
Visitor() -
Constructor for class edu.umich.visualsoar.util.Visitor