Uses of Class
org.apache.jena.shex.expressions.TripleExpression
-
Packages that use TripleExpression Package Description org.apache.jena.shex org.apache.jena.shex.eval org.apache.jena.shex.expressions org.apache.jena.shex.parser.javacc org.apache.jena.shex.sys -
-
Uses of TripleExpression in org.apache.jena.shex
Methods in org.apache.jena.shex that return TripleExpression Modifier and Type Method Description TripleExpressionShexSchema. getTripleExpression(Node label)Get all the shapes.Method parameters in org.apache.jena.shex with type arguments of type TripleExpression Modifier and Type Method Description static ShexSchemaShexSchema. shapes(java.lang.String source, java.lang.String baseURI, PrefixMap prefixes, ShexShape startShape, java.util.List<ShexShape> shapes, java.util.List<java.lang.String> imports, java.util.Map<Node,TripleExpression> tripleRefs) -
Uses of TripleExpression in org.apache.jena.shex.eval
Methods in org.apache.jena.shex.eval with parameters of type TripleExpression Modifier and Type Method Description static booleanShapeEval. matchesTripleExpr(ValidationContext vCxt, TripleExpression tripleExpr, Node node, java.util.Set<Node> extras, boolean closed) -
Uses of TripleExpression in org.apache.jena.shex.expressions
Subclasses of TripleExpression in org.apache.jena.shex.expressions Modifier and Type Class Description classTripleConstraintclassTripleExprCardinalityClass to add cardinality to a bracketedTripleExpression.classTripleExprEachOfclassTripleExprNoneclassTripleExprOneOfclassTripleExprRefMethods in org.apache.jena.shex.expressions that return TripleExpression Modifier and Type Method Description static TripleExpressionTripleExprEachOf. create(java.util.List<TripleExpression> acc)static TripleExpressionTripleExprOneOf. create(java.util.List<TripleExpression> acc)static TripleExpressionTripleExprNone. get()TripleExpressionShapeExprTripleExpr. getTripleExpr()TripleExpressionTripleExprCardinality. target()Methods in org.apache.jena.shex.expressions that return types with arguments of type TripleExpression Modifier and Type Method Description java.util.List<TripleExpression>TripleExprEachOf. expressions()java.util.List<TripleExpression>TripleExprOneOf. expressions()Methods in org.apache.jena.shex.expressions with parameters of type TripleExpression Modifier and Type Method Description ShapeExprTripleExpr.BuilderShapeExprTripleExpr.Builder. shapeExpr(TripleExpression tripleExpr)Method parameters in org.apache.jena.shex.expressions with type arguments of type TripleExpression Modifier and Type Method Description static TripleExpressionTripleExprEachOf. create(java.util.List<TripleExpression> acc)static TripleExpressionTripleExprOneOf. create(java.util.List<TripleExpression> acc)Constructors in org.apache.jena.shex.expressions with parameters of type TripleExpression Constructor Description TripleExprCardinality(TripleExpression tripleExpr, Cardinality cardinality) -
Uses of TripleExpression in org.apache.jena.shex.parser.javacc
Methods in org.apache.jena.shex.parser.javacc that return TripleExpression Modifier and Type Method Description TripleExpressionShExJavacc. tripleExpression() -
Uses of TripleExpression in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys that return TripleExpression Modifier and Type Method Description TripleExpressionValidationContext. getTripleExpression(Node label)
-