Interface NodeAdder

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface NodeAdder
    • Method Detail

      • addToDiagram

        default void addToDiagram​(org.palladiosimulator.dataflow.diagram.DataFlowDiagram.Node node)
      • addToDiagramWithoutNullCheck

        void addToDiagramWithoutNullCheck​(org.palladiosimulator.dataflow.diagram.DataFlowDiagram.Node node)