Class STPropertiesChecker

java.lang.Object
it.uniroma2.art.semanticturkey.properties.STPropertiesChecker

public class STPropertiesChecker extends Object
  • Method Details

    • getModelConfigurationChecker

      public static STPropertiesChecker getModelConfigurationChecker(STProperties conf)
    • allowIncomplete

      public STPropertiesChecker allowIncomplete(boolean allowIncomplete)
    • isValid

      public boolean isValid()
      Tells if the handed STProperties are valid. The concept of validity is currently limited to checking that the values for all required properties have been set. Further constraints could be added in the future.
      Returns:
      true if the handed property set is valid.
    • getErrorMessage

      public String getErrorMessage()