java.lang.Object
org.apache.jena.shex.expressions.ShapeExpression
org.apache.jena.shex.expressions.ShapeExprTripleExpr
- All Implemented Interfaces:
Satisfies
,ShapeElement
,ShexPrintable
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Set<org.apache.jena.graph.Node>
org.apache.jena.graph.Node
getLabel()
int
hashCode()
boolean
isClosed()
static ShapeExprTripleExpr.Builder
void
print
(org.apache.jena.atlas.io.IndentedWriter iOut, org.apache.jena.riot.out.NodeFormatter nFmt) boolean
satisfies
(ValidationContext vCxt, org.apache.jena.graph.Node node) The "satisfies" function.toString()
void
visit
(ShapeExprVisitor visitor) Methods inherited from class org.apache.jena.shex.expressions.ShapeExpression
getSemActs, testShapeExprSemanticActions
Methods inherited from interface org.apache.jena.shex.expressions.ShexPrintable
asString, print
-
Method Details
-
newBuilder
-
getTripleExpr
-
getLabel
public org.apache.jena.graph.Node getLabel() -
getExtras
-
isClosed
public boolean isClosed() -
satisfies
Description copied from interface:Satisfies
The "satisfies" function. Return true for OK, false for not OK.- Specified by:
satisfies
in interfaceSatisfies
- Specified by:
satisfies
in classShapeExpression
-
print
public void print(org.apache.jena.atlas.io.IndentedWriter iOut, org.apache.jena.riot.out.NodeFormatter nFmt) - Specified by:
print
in interfaceShexPrintable
- Specified by:
print
in classShapeExpression
-
visit
- Specified by:
visit
in classShapeExpression
-
toString
- Specified by:
toString
in classShapeExpression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classShapeExpression
-
equals
- Specified by:
equals
in classShapeExpression
-