java.lang.Object
org.apache.jena.shex.expressions.ShapeExpression
org.apache.jena.shex.expressions.ShapeExprRef
- All Implemented Interfaces:
Satisfies
,ShapeElement
,ShexPrintable
Shape expression that redirects.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
org.apache.jena.graph.Node
getRef()
int
hashCode()
void
print
(org.apache.jena.atlas.io.IndentedWriter out, org.apache.jena.riot.out.NodeFormatter nFmt) boolean
satisfies
(ValidationContext vCxt, org.apache.jena.graph.Node data) 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
-
Constructor Details
-
ShapeExprRef
public ShapeExprRef(org.apache.jena.graph.Node ref)
-
-
Method Details
-
getRef
public org.apache.jena.graph.Node getRef() -
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 out, 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
-