Uses of Class
org.topbraid.shacl.engine.ShapesGraph
Packages that use ShapesGraph
Package
Description
-
Uses of ShapesGraph in org.topbraid.shacl.arq.functions
Methods in org.topbraid.shacl.arq.functions that return ShapesGraphMethods in org.topbraid.shacl.arq.functions with parameters of type ShapesGraphModifier and TypeMethodDescriptionstatic voidHasShapeFunction.setShapesGraph(ShapesGraph value, URI uri) -
Uses of ShapesGraph in org.topbraid.shacl.engine
Fields in org.topbraid.shacl.engine declared as ShapesGraphMethods in org.topbraid.shacl.engine that return ShapesGraphModifier and TypeMethodDescriptionShapesGraph.clone()ShapesGraphFactory.createShapesGraph(org.apache.jena.rdf.model.Model shapesModel) AbstractEngine.getShapesGraph()Shape.getShapesGraph()Constructors in org.topbraid.shacl.engine with parameters of type ShapesGraphModifierConstructorDescriptionprotectedAbstractEngine(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 ShapesGraphModifier and TypeMethodDescriptionorg.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 ShapesGraphMethods in org.topbraid.shacl.expr with parameters of type ShapesGraphModifier and TypeMethodDescriptionbooleanPathEvaluator.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 ShapesGraphModifier and TypeMethodDescriptionbooleanPathExpression.isMaybeInferred(ShapesGraph shapesGraph) -
Uses of ShapesGraph in org.topbraid.shacl.optimize
Methods in org.topbraid.shacl.optimize that return ShapesGraph -
Uses of ShapesGraph in org.topbraid.shacl.rules
Methods in org.topbraid.shacl.rules with parameters of type ShapesGraphModifier and TypeMethodDescriptionorg.apache.jena.rdf.model.ModelRulesEntailment.createModelWithEntailment(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, ProgressMonitor monitor) RuleUtil.getShapesWithTargetNode(org.apache.jena.rdf.model.RDFNode focusNode, ShapesGraph shapesGraph) Constructors in org.topbraid.shacl.rules with parameters of type ShapesGraphModifierConstructorDescriptionRuleEngine(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 ShapesGraphModifier and TypeMethodDescriptionValidationEngineFactory.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 ShapesGraphModifierConstructorDescriptionprotectedValidationEngine(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, org.apache.jena.rdf.model.Resource report) Constructs a new ValidationEngine.