Class STPropertiesChecker
java.lang.Object
it.uniroma2.art.semanticturkey.properties.STPropertiesChecker
-
Method Summary
Modifier and TypeMethodDescriptionallowIncomplete(boolean allowIncomplete) static STPropertiesCheckerbooleanisValid()Tells if the handedSTPropertiesare valid.
-
Method Details
-
getModelConfigurationChecker
-
allowIncomplete
-
isValid
public boolean isValid()Tells if the handedSTPropertiesare 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:
trueif the handed property set is valid.
-
getErrorMessage
-