Commit 42e33b6f authored by Jonathan Andrade's avatar Jonathan Andrade
Browse files

add comment for documentation in topologicalNumbersSet created in GraphNode

parent 3f27dd1a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ public class GraphNode<N extends Node> implements Comparable<GraphNode<?>> {
    /** @see #isImplicitInstruction() */
    protected boolean isImplicit = false;

    /** Topological numbers associated to GraphNode */
    protected final Set<Integer> topologicalNumbersSet = new HashSet<>();

    /** Create a graph node, with id and variable actions generated automatically. */