Package org.topbraid.shacl.validation
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 Summary
Constructors Constructor Description ValidationProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecord(long duration, int focusNodeCount, long valueNodeCount, Constraint constraint)org.apache.jena.atlas.json.JsonObjecttoJson()
-
-
-
Method Detail
-
record
public void record(long duration, int focusNodeCount, long valueNodeCount, Constraint constraint)
-
toJson
public org.apache.jena.atlas.json.JsonObject toJson()
-
-