Interface Verifiable

  • All Known Subinterfaces:
    ModelView<M>

    public interface Verifiable
    Indicates that an object can be verified in some way.
    Author:
    Garret Wilson
    • Method Detail

      • verify

        boolean verify()
        Verifies the object, returning the verification result.
        Returns:
        The result of verifying the object; true if the object verified correctly, false if not.