Class ValidationProfile


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

      • ValidationProfile

        public ValidationProfile()
    • Method Detail

      • record

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

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