Uses of Class
org.topbraid.shacl.engine.ShapesGraph
-
-
Uses of ShapesGraph in org.topbraid.shacl.arq.functions
Methods in org.topbraid.shacl.arq.functions that return ShapesGraph Modifier and Type Method Description static ShapesGraphHasShapeFunction. getShapesGraph()Methods in org.topbraid.shacl.arq.functions with parameters of type ShapesGraph Modifier and Type Method Description static voidHasShapeFunction. setShapesGraph(ShapesGraph value, URI uri) -
Uses of ShapesGraph in org.topbraid.shacl.engine
Fields in org.topbraid.shacl.engine declared as ShapesGraph Modifier and Type Field Description protected ShapesGraphAbstractEngine. shapesGraphMethods in org.topbraid.shacl.engine that return ShapesGraph Modifier and Type Method Description ShapesGraphShapesGraph. clone()ShapesGraphShapesGraphFactory. createShapesGraph(org.apache.jena.rdf.model.Model shapesModel)ShapesGraphAbstractEngine. getShapesGraph()ShapesGraphShape. getShapesGraph()Constructors in org.topbraid.shacl.engine with parameters of type ShapesGraph Constructor Description AbstractEngine(org.apache.jena.query.Dataset dataset, ShapesGraph shapesGraph, URI shapesGraphURI)Shape(ShapesGraph shapesGraph, SHShape shape)Constructs a new Shape in a given ShapesGraph. -
Uses of ShapesGraph in org.topbraid.shacl.entailment
Methods in org.topbraid.shacl.entailment with parameters of type ShapesGraph Modifier and Type Method Description org.apache.jena.rdf.model.ModelSHACLEntailment.Engine. createModelWithEntailment(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, ProgressMonitor monitor)org.apache.jena.query.DatasetSHACLEntailment. withEntailment(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, org.apache.jena.rdf.model.Resource entailment, ProgressMonitor monitor) -
Uses of ShapesGraph in org.topbraid.shacl.expr
Methods in org.topbraid.shacl.expr that return ShapesGraph Modifier and Type Method Description ShapesGraphNodeExpressionContext. getShapesGraph()Methods in org.topbraid.shacl.expr with parameters of type ShapesGraph Modifier and Type Method Description booleanPathEvaluator. isMaybeInferred(ShapesGraph shapesGraph)Checks if the values of this may be inferred.booleanPathEvaluator. isReversible(ShapesGraph shapesGraph) -
Uses of ShapesGraph in org.topbraid.shacl.expr.lib
Methods in org.topbraid.shacl.expr.lib with parameters of type ShapesGraph Modifier and Type Method Description booleanPathExpression. isMaybeInferred(ShapesGraph shapesGraph) -
Uses of ShapesGraph in org.topbraid.shacl.optimize
Methods in org.topbraid.shacl.optimize that return ShapesGraph Modifier and Type Method Description ShapesGraphOntologyOptimizations. getCachableShapesGraph(String uri) -
Uses of ShapesGraph in org.topbraid.shacl.rules
Methods in org.topbraid.shacl.rules with parameters of type ShapesGraph Modifier and Type Method Description org.apache.jena.rdf.model.ModelRulesEntailment. createModelWithEntailment(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, ProgressMonitor monitor)static List<Shape>RuleUtil. getShapesWithTargetNode(org.apache.jena.rdf.model.RDFNode focusNode, ShapesGraph shapesGraph)Constructors in org.topbraid.shacl.rules with parameters of type ShapesGraph Constructor Description RuleEngine(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, org.apache.jena.rdf.model.Model inferences) -
Uses of ShapesGraph in org.topbraid.shacl.validation
Methods in org.topbraid.shacl.validation with parameters of type ShapesGraph Modifier and Type Method Description ValidationEngineValidationEngineFactory. create(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, org.apache.jena.rdf.model.Resource report)Constructs a new ValidationEngine.Constructors in org.topbraid.shacl.validation with parameters of type ShapesGraph Constructor Description ValidationEngine(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, org.apache.jena.rdf.model.Resource report)Constructs a new ValidationEngine.
-