Class ShapeNodeConstraint

java.lang.Object
org.apache.jena.shex.expressions.ShapeExpression
org.apache.jena.shex.expressions.ShapeNodeConstraint
All Implemented Interfaces:
Satisfies, ShapeElement, ShexPrintable

public class ShapeNodeConstraint extends ShapeExpression
A node constraint (nonLitNodeConstraint or litNodeConstraint) in a shape atom.
ShapeAtom := ( nonLitNodeConstraint ( inlineShapeOrRef )?
             | litNodeConstraint
             | inlineShapeOrRef ( nonLitNodeConstraint )?
             | <LPAREN> shapeExpression <RPAREN>
             | <DOT>
             )