Uses of Class
org.apache.jena.shex.expressions.ShapeExpression
Packages that use ShapeExpression
Package
Description
-
Uses of ShapeExpression in org.apache.jena.shex
Methods in org.apache.jena.shex that return ShapeExpressionConstructors in org.apache.jena.shex with parameters of type ShapeExpression -
Uses of ShapeExpression in org.apache.jena.shex.eval
Methods in org.apache.jena.shex.eval with parameters of type ShapeExpressionModifier and TypeMethodDescriptionstatic booleanShapeEval.matchesShapeExpr(ValidationContext vCxt, ShapeExpression shapeExpr, Node node) -
Uses of ShapeExpression in org.apache.jena.shex.expressions
Subclasses of ShapeExpression in org.apache.jena.shex.expressionsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassA shape expression that is always false.classAbsence of a shape expression.classclassclassShape expression that redirects.classclassA shape expression that is always true.classclasssh:pattern.classMethods in org.apache.jena.shex.expressions that return ShapeExpressionModifier and TypeMethodDescriptionstatic ShapeExpressionShapeExprAND.create(List<ShapeExpression> acc) static ShapeExpressionShapeExprOR.create(List<ShapeExpression> acc) static ShapeExpressionShapeExprNone.get()TripleConstraint.getShapeExpression()ShapeExprNOT.subShape()Methods in org.apache.jena.shex.expressions that return types with arguments of type ShapeExpressionMethod parameters in org.apache.jena.shex.expressions with type arguments of type ShapeExpressionModifier and TypeMethodDescriptionstatic ShapeExpressionShapeExprAND.create(List<ShapeExpression> acc) static ShapeExpressionShapeExprOR.create(List<ShapeExpression> acc) Constructors in org.apache.jena.shex.expressions with parameters of type ShapeExpressionModifierConstructorDescriptionShapeExprNOT(ShapeExpression shapeExpression) TripleConstraint(Node label, Node predicate, boolean reverse, ShapeExpression valueExpr, Cardinality cardinality) -
Uses of ShapeExpression in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys with parameters of type ShapeExpressionModifier and TypeMethodDescriptionstatic voidShexLib.walk(ShapeExpression shExpr, ShapeExprVisitor beforeVisitor, ShapeExprVisitor afterVisitor) static voidShexLib.walk(ShapeExpression shExpr, ShapeExprVisitor beforeVisitor, ShapeExprVisitor afterVisitor, TripleExprVisitor beforeTripleExpressionVisitor, TripleExprVisitor afterTripleExpressionVisitor)