Uses of Class
org.apache.jena.shex.expressions.ShapeExpression
-
Packages that use ShapeExpression Package Description org.apache.jena.shex org.apache.jena.shex.eval org.apache.jena.shex.expressions org.apache.jena.shex.sys -
-
Uses of ShapeExpression in org.apache.jena.shex
Methods in org.apache.jena.shex that return ShapeExpression Modifier and Type Method Description ShapeExpressionShexShape. getShapeExpression()Constructors in org.apache.jena.shex with parameters of type ShapeExpression Constructor Description ShexShape(Node label, ShapeExpression shExpression) -
Uses of ShapeExpression in org.apache.jena.shex.eval
Methods in org.apache.jena.shex.eval with parameters of type ShapeExpression Modifier and Type Method Description static 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.expressions Modifier and Type Class Description classDatatypeConstraintclassNodeConstraintclassNodeKindConstraintclassNumLengthConstraintclassNumRangeConstraintclassShapeExprANDclassShapeExprExternalclassShapeExprFalseA shape expression that is always false.classShapeExprNoneAbsence of a shape expression.classShapeExprNOTclassShapeExprORclassShapeExprRefShape expression that redirects.classShapeExprTripleExprclassShapeExprTrueA shape expression that is always true.classStrLengthConstraintclassStrRegexConstraintsh:pattern.classValueConstraintMethods in org.apache.jena.shex.expressions that return ShapeExpression Modifier and Type Method Description static ShapeExpressionShapeExprAND. create(java.util.List<ShapeExpression> acc)static ShapeExpressionShapeExprOR. create(java.util.List<ShapeExpression> acc)static ShapeExpressionShapeExprNone. get()ShapeExpressionTripleConstraint. getShapeExpression()ShapeExpressionShapeExprNOT. subShape()Methods in org.apache.jena.shex.expressions that return types with arguments of type ShapeExpression Modifier and Type Method Description java.util.List<ShapeExpression>ShapeExprAND. expressions()java.util.List<ShapeExpression>ShapeExprOR. expressions()Method parameters in org.apache.jena.shex.expressions with type arguments of type ShapeExpression Modifier and Type Method Description static ShapeExpressionShapeExprAND. create(java.util.List<ShapeExpression> acc)static ShapeExpressionShapeExprOR. create(java.util.List<ShapeExpression> acc)Constructors in org.apache.jena.shex.expressions with parameters of type ShapeExpression Constructor Description ShapeExprNOT(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 ShapeExpression Modifier and Type Method Description static voidShexLib. walk(ShapeExpression shExpr, ShapeExprVisitor beforeVisitor, ShapeExprVisitor afterVisitor)static voidShexLib. walk(ShapeExpression shExpr, ShapeExprVisitor beforeVisitor, ShapeExprVisitor afterVisitor, TripleExprVisitor beforeTripleExpressionVisitor, TripleExprVisitor afterTripleExpressionVisitor)
-