Class ValidationResult
java.lang.Object
com.janeirodigital.shapetrees.core.validation.ValidationResult
-
Constructor Summary
ConstructorsConstructorDescriptionValidationResult
(boolean valid, ShapeTree validatingShapeTree, ShapeTree matchingShapeTree, ShapeTreeAssignment managingAssignment, URL matchingFocusNode, String message) ValidationResult
(boolean valid, ShapeTree validatingShapeTree, ShapeTree matchingShapeTree, URL matchingFocusNode) ValidationResult
(boolean valid, ShapeTree validatingShapeTree, String message) ValidationResult
(boolean valid, String message) -
Method Summary
-
Constructor Details
-
ValidationResult
-
ValidationResult
-
ValidationResult
-
ValidationResult
public ValidationResult(boolean valid, ShapeTree validatingShapeTree, ShapeTree matchingShapeTree, ShapeTreeAssignment managingAssignment, URL matchingFocusNode, String message)
-
-
Method Details
-
isValid
public boolean isValid() -
getValidatingShapeTree
-
getMatchingShapeTree
-
getManagingAssignment
-
getMatchingFocusNode
-
getMessage
-