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 TypeMethodDescriptionbooleanSemanticActionPlugin.evaluateShapeExpr(SemAct semAct, ShapeExpression shapeExpression, org.apache.jena.graph.Node focus) booleanTestSemanticActionPlugin.evaluateShapeExpr(SemAct semAct, ShapeExpression shapeExpression, org.apache.jena.graph.Node focus) booleanSemanticActionPlugin.evaluateStart(SemAct semAct, ShexSchema schema) booleanTestSemanticActionPlugin.evaluateStart(SemAct semAct, ShexSchema schema) booleanSemanticActionPlugin.evaluateTripleExpr(SemAct semAct, TripleExpression tripleExpression, Collection<org.apache.jena.graph.Triple> triples) booleanTestSemanticActionPlugin.evaluateTripleExpr(SemAct semAct, TripleExpression tripleExpression, Collection<org.apache.jena.graph.Triple> triples)