Class RangeSpecImpl

java.lang.Object
org.apache.jena.enhanced.Polymorphic<org.apache.jena.rdf.model.RDFNode>
org.apache.jena.enhanced.EnhNode
org.apache.jena.rdf.model.impl.ResourceImpl
org.aksw.facete.v3.impl.RangeSpecImpl
All Implemented Interfaces:
RangeSpec, org.apache.jena.graph.FrontsNode, org.apache.jena.rdf.model.RDFNode, org.apache.jena.rdf.model.Resource

public class RangeSpecImpl extends org.apache.jena.rdf.model.impl.ResourceImpl implements RangeSpec
  • Field Summary

    Fields inherited from class org.apache.jena.rdf.model.impl.ResourceImpl

    factory, rdfNodeFactory

    Fields inherited from class org.apache.jena.enhanced.EnhNode

    enhGraph, node
  • Constructor Summary

    Constructors
    Constructor
    Description
    RangeSpecImpl(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph m)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.rdf.model.RDFNode
     
    org.apache.jena.rdf.model.RDFNode
     
    boolean
     
    boolean
     
    void
    setMax(org.apache.jena.rdf.model.RDFNode max)
     
    void
    setMaxInclusive(boolean onOrOff)
     
    void
    setMin(org.apache.jena.rdf.model.RDFNode min)
     
    void
    setMinInclusive(boolean onOrOff)
     

    Methods inherited from class org.apache.jena.rdf.model.impl.ResourceImpl

    abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, asLiteral, asResource, asStatementTerm, begin, commit, getId, getLocalName, getModel, getModelCom, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, mustHaveModel, removeAll, removeProperties, toString, visitWith

    Methods inherited from class org.apache.jena.enhanced.EnhNode

    as, asNode, canAs, canSupport, convertTo, equals, getGraph, getPersonality, hashCode, isAnon, isLiteral, isResource, isStatementTerm, isURIResource, isValid, viewAs

    Methods inherited from class org.apache.jena.enhanced.Polymorphic

    addView, alreadyHasView, asInternal, supports

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

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

    asNode

    Methods inherited from interface org.aksw.facete.v3.impl.RangeSpec

    getMax, getMin, toRange

    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
  • Constructor Details

    • RangeSpecImpl

      public RangeSpecImpl(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph m)
  • Method Details

    • getMin

      public org.apache.jena.rdf.model.RDFNode getMin()
      Specified by:
      getMin in interface RangeSpec
    • setMin

      public void setMin(org.apache.jena.rdf.model.RDFNode min)
      Specified by:
      setMin in interface RangeSpec
    • isMinInclusive

      public boolean isMinInclusive()
      Specified by:
      isMinInclusive in interface RangeSpec
    • setMinInclusive

      public void setMinInclusive(boolean onOrOff)
      Specified by:
      setMinInclusive in interface RangeSpec
    • getMax

      public org.apache.jena.rdf.model.RDFNode getMax()
      Specified by:
      getMax in interface RangeSpec
    • setMax

      public void setMax(org.apache.jena.rdf.model.RDFNode max)
      Specified by:
      setMax in interface RangeSpec
    • isMaxInclusive

      public boolean isMaxInclusive()
      Specified by:
      isMaxInclusive in interface RangeSpec
    • setMaxInclusive

      public void setMaxInclusive(boolean onOrOff)
      Specified by:
      setMaxInclusive in interface RangeSpec