Class ValidationProfile

java.lang.Object
org.topbraid.shacl.validation.ValidationProfile

public class ValidationProfile extends Object
Statistical data about execution time collected during validation.
Author:
Holger Knublauch
  • Constructor Details

    • ValidationProfile

      public ValidationProfile()
  • Method Details

    • record

      public void record(long duration, int focusNodeCount, long valueNodeCount, Constraint constraint)
    • toJson

      public org.apache.jena.atlas.json.JsonObject toJson()