Interface SignedNode<N>

  • Type Parameters:
    N - The type of node
    All Superinterfaces:
    Node

    public interface SignedNode<N>
    extends Node
    Nodes that can be described by a signature.
    Author:
    Clément Fournier
    • Method Detail

      • getSignature

        Signature<? super N> getSignature()
        Gets the signature of this node.
        Returns:
        The signature