You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/12/03 06:16:38 UTC

[GitHub] [jena] fkleedorfer commented on a change in pull request #870: Add public getters to SHACL constraint implementations

fkleedorfer commented on a change in pull request #870:
URL: https://github.com/apache/jena/pull/870#discussion_r534717575



##########
File path: jena-shacl/src/main/java/org/apache/jena/shacl/engine/constraint/CardinalityConstraint.java
##########
@@ -38,7 +38,15 @@ public void validateNodeShape(ValidationContext vCxt, Graph data, Shape shape, N
         // Node shape with cardinality. Can this usefully be checked for in the parser?
         throw new ShaclParseException("Cardinality constraint on a node shape");
     }
-    
+
+    public int getMinCount(){

Review comment:
       ok




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org