Uses of Class
org.apache.jena.shex.expressions.SemAct
Packages that use SemAct
Package
Description
-
Uses of SemAct in org.apache.jena.shex
Methods in org.apache.jena.shex that return types with arguments of type SemAct -
Uses of SemAct in org.apache.jena.shex.expressions
Methods in org.apache.jena.shex.expressions that return types with arguments of type SemActMethod parameters in org.apache.jena.shex.expressions with type arguments of type SemActConstructor parameters in org.apache.jena.shex.expressions with type arguments of type SemActModifierConstructorDescriptionShapeExpression
(List<SemAct> semActs) ShapeNodeConstraint
(NodeConstraint nodeConstraint, List<SemAct> semActs) TripleConstraint
(org.apache.jena.graph.Node label, org.apache.jena.graph.Node predicate, boolean reverse, ShapeExpression valueExpr, Cardinality cardinality, List<SemAct> semActs) TripleExprCardinality
(TripleExpression tripleExpr, Cardinality cardinality, List<SemAct> semActs) -
Uses of SemAct in org.apache.jena.shex.parser.javacc
Methods in org.apache.jena.shex.parser.javacc that return SemActMethods in org.apache.jena.shex.parser.javacc that return types with arguments of type SemAct -
Uses of SemAct in org.apache.jena.shex.semact
Methods in org.apache.jena.shex.semact with parameters of type SemActModifier and TypeMethodDescriptionboolean
SemanticActionPlugin.evaluateShapeExpr
(SemAct semAct, ShapeExpression shapeExpression, org.apache.jena.graph.Node focus) boolean
TestSemanticActionPlugin.evaluateShapeExpr
(SemAct semAct, ShapeExpression shapeExpression, org.apache.jena.graph.Node focus) boolean
SemanticActionPlugin.evaluateStart
(SemAct semAct, ShexSchema schema) boolean
TestSemanticActionPlugin.evaluateStart
(SemAct semAct, ShexSchema schema) boolean
SemanticActionPlugin.evaluateTripleExpr
(SemAct semAct, TripleExpression tripleExpression, Collection<org.apache.jena.graph.Triple> triples) boolean
TestSemanticActionPlugin.evaluateTripleExpr
(SemAct semAct, TripleExpression tripleExpression, Collection<org.apache.jena.graph.Triple> triples)