Interface SourcedProblem

  • All Superinterfaces:
    Problem
    All Known Implementing Classes:
    FileProblem


    @Immutable
    public interface SourcedProblem
    extends Problem
    A problem that includes a known source.
    • Method Detail

      • getSource

        @Nonnull
        java.lang.String getSource​()
        A single source of the problem.
        Returns:
        the source of the problem.