Interface Satisfies

All Known Subinterfaces:
ShapeElement
All Known Implementing Classes:
DatatypeConstraint, NodeConstraint, NodeConstraintComponent, NodeKindConstraint, NumLengthConstraint, NumRangeConstraint, ShapeExprAND, ShapeExprAtom, ShapeExprDot, ShapeExpression, ShapeExprExternal, ShapeExprFalse, ShapeExprNone, ShapeExprNOT, ShapeExprOR, ShapeExprRef, ShapeExprTripleExpr, ShapeExprTrue, ShapeNodeConstraint, StrLengthConstraint, StrRegexConstraint, ValueConstraint

public interface Satisfies
The "satisfies" realtionship.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data)
    The "satisfies" function.
  • Method Details

    • satisfies

      boolean satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data)
      The "satisfies" function. Return true for OK, false for not OK.