Package org.topbraid.shacl.engine


package org.topbraid.shacl.engine
  • Class
    Description
    Base class for validation and rule engines.
    Represents a constraint as input to an engine (e.g. validation or inferencing).
     
    A singleton that uses a ThreadLocal to manage the life cycle of a JSScriptEngine that can be shared for all JavaScript evaluated as part of a SHACL validation.
    Represents a shape as input to an engine (e.g. validation or rule).
    Represents a shapes graph as input to an engine (e.g. validation or inferencing).
    The singleton that should be used to construct ShapesGraph instances.