Uses of Class
org.apache.jena.shex.expressions.TripleExpression
Packages that use TripleExpression
Package
Description
-
Uses of TripleExpression in org.apache.jena.shex
Methods in org.apache.jena.shex that return TripleExpressionModifier and TypeMethodDescriptionShexSchema.getTripleExpression(org.apache.jena.graph.Node label) Get all the shapes.Method parameters in org.apache.jena.shex with type arguments of type TripleExpressionModifier and TypeMethodDescriptionstatic ShexSchemaShexSchema.shapes(String source, String baseURI, org.apache.jena.riot.system.PrefixMap prefixes, ShexShape startShape, List<ShexShape> shapes, List<String> imports, List<SemAct> semActs, Map<org.apache.jena.graph.Node, TripleExpression> tripleRefs) -
Uses of TripleExpression in org.apache.jena.shex.eval
Methods in org.apache.jena.shex.eval with parameters of type TripleExpressionModifier and TypeMethodDescriptionstatic booleanShapeEval.matchesTripleExpr(ValidationContext vCxt, TripleExpression tripleExpr, org.apache.jena.graph.Node node, Set<org.apache.jena.graph.Node> extras, boolean closed) -
Uses of TripleExpression in org.apache.jena.shex.expressions
Subclasses of TripleExpression in org.apache.jena.shex.expressionsModifier and TypeClassDescriptionclassclassClass to add cardinality to a bracketedTripleExpression.classclassclassclassMethods in org.apache.jena.shex.expressions that return TripleExpressionModifier and TypeMethodDescriptionstatic TripleExpressionTripleExprEachOf.create(List<TripleExpression> acc, List<SemAct> semActs) static TripleExpressionTripleExprOneOf.create(List<TripleExpression> acc, List<SemAct> semActs) static TripleExpressionTripleExprNone.get()ShapeExprTripleExpr.getTripleExpr()TripleExprCardinality.target()Methods in org.apache.jena.shex.expressions that return types with arguments of type TripleExpressionMethods in org.apache.jena.shex.expressions with parameters of type TripleExpressionModifier and TypeMethodDescriptionShapeExprTripleExpr.Builder.shapeExpr(TripleExpression tripleExpr) Method parameters in org.apache.jena.shex.expressions with type arguments of type TripleExpressionModifier and TypeMethodDescriptionstatic TripleExpressionTripleExprEachOf.create(List<TripleExpression> acc, List<SemAct> semActs) static TripleExpressionTripleExprOneOf.create(List<TripleExpression> acc, List<SemAct> semActs) Constructors in org.apache.jena.shex.expressions with parameters of type TripleExpressionModifierConstructorDescriptionTripleExprCardinality(TripleExpression tripleExpr, Cardinality cardinality, List<SemAct> semActs) -
Uses of TripleExpression in org.apache.jena.shex.parser.javacc
Methods in org.apache.jena.shex.parser.javacc that return TripleExpression -
Uses of TripleExpression in org.apache.jena.shex.semact
Methods in org.apache.jena.shex.semact with parameters of type TripleExpressionModifier and TypeMethodDescriptionbooleanSemanticActionPlugin.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) -
Uses of TripleExpression in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys that return TripleExpressionModifier and TypeMethodDescriptionValidationContext.getTripleExpression(org.apache.jena.graph.Node label) Methods in org.apache.jena.shex.sys with parameters of type TripleExpressionModifier and TypeMethodDescriptionbooleanValidationContext.dispatchTripleExprSemanticAction(TripleExpression te, Set<org.apache.jena.graph.Triple> matchables)