Class AbstractPlannerGraph.AbstractNode

    • Constructor Detail

      • AbstractNode

        public AbstractNode​(@Nonnull
                            Object identity,
                            @Nonnull
                            String name,
                            @Nullable
                            List<String> details)
        Overloaded constructor.
        Parameters:
        identity - object identifying this node. Two nodes in the graph are considered equal if and only if their identity is equal (using reference equality)
        name - name of the object to be used to construct the label that is displayed
        details - list of strings with auxiliary information about the node. These strings are used to construct the label of the node depending on the exporter. This parameter is Nullable. If null, the label is omitted. If empty, it creates an empty list if the target format supports lists.