Class DexpiRoundTripProfile.ValidationResult

java.lang.Object
neqsim.process.processmodel.dexpi.DexpiRoundTripProfile.ValidationResult
Enclosing class:
DexpiRoundTripProfile

public static final class DexpiRoundTripProfile.ValidationResult extends Object
Profile validation result.
Version:
1.0
Author:
NeqSim
  • Field Details

    • successful

      private final boolean successful
    • violations

      private final List<String> violations
  • Constructor Details

    • ValidationResult

      private ValidationResult(boolean successful, List<String> violations)
  • Method Details

    • isSuccessful

      public boolean isSuccessful()
      Indicates whether validation succeeded.
      Returns:
      true if valid
    • getViolations

      public List<String> getViolations()
      Detailed violations preventing the process from satisfying the profile.
      Returns:
      list of violation messages