Interface SignatureChange


  • public interface SignatureChange
    A signature change represents a set of modifications that must be applied in order to transform one signature into another one.
    See Also:
    SignatureComparator
    • Method Detail

      • getModifications

        Set<Object> getModifications()
        Returns a set of modifications required to transform one signature into another one.
        Returns:
        a Set object.
      • isEmpty

        boolean isEmpty()

        isEmpty.

        Returns:
        a boolean.