Interface RangeConstraint

All Superinterfaces:
Constraint, org.apache.jena.graph.FrontsNode, org.aksw.rmltk.model.r2rml.MappingComponent, org.apache.jena.rdf.model.RDFNode, org.apache.jena.rdf.model.Resource

public interface RangeConstraint extends Constraint
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.rdf.model.RDFNode
     
    org.apache.jena.rdf.model.RDFNode
     
     
     
    setMax(org.apache.jena.rdf.model.RDFNode max)
     
    setMaxInclusive(Boolean maxInclusive)
     
    setMin(org.apache.jena.rdf.model.RDFNode min)
     
    setMinInclusive(Boolean minInclusive)
     

    Methods inherited from interface org.aksw.r2rmlx.domain.api.Constraint

    asPrefixConstraint, asRangeConstraint, qualifiesAsPrefixConstraint, qualifiesAsRangeConstraint

    Methods inherited from interface org.apache.jena.graph.FrontsNode

    asNode

    Methods inherited from interface org.apache.jena.rdf.model.RDFNode

    as, asLiteral, asResource, asStatementTerm, canAs, getModel, isAnon, isLiteral, isResource, isStatementTerm, isURIResource, visitWith

    Methods inherited from interface org.apache.jena.rdf.model.Resource

    abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
  • Method Details

    • getMin

      org.apache.jena.rdf.model.RDFNode getMin()
    • setMin

      RangeConstraint setMin(org.apache.jena.rdf.model.RDFNode min)
    • getMax

      org.apache.jena.rdf.model.RDFNode getMax()
    • setMax

      RangeConstraint setMax(org.apache.jena.rdf.model.RDFNode max)
    • isMinInclusive

      Boolean isMinInclusive()
    • setMinInclusive

      RangeConstraint setMinInclusive(Boolean minInclusive)
    • isMaxInclusive

      Boolean isMaxInclusive()
    • setMaxInclusive

      RangeConstraint setMaxInclusive(Boolean maxInclusive)