This class is used to store data related to one node of the dependency graph visit. It stores
both an
IvyNode and related
VisitNode objects. Indeed, during the visit of the
graph, the algorithm can visit the same node from several parents, thus requiring several
VisitNode.