Package org.aksw.facete.v3.impl
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
-
Field Summary
Fields inherited from class org.apache.jena.rdf.model.impl.ResourceImpl
factory, rdfNodeFactoryFields inherited from class org.apache.jena.enhanced.EnhNode
enhGraph, node -
Constructor Summary
ConstructorsConstructorDescriptionRangeSpecImpl(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph m) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.RDFNodegetMax()org.apache.jena.rdf.model.RDFNodegetMin()booleanbooleanvoidsetMax(org.apache.jena.rdf.model.RDFNode max) voidsetMaxInclusive(boolean onOrOff) voidsetMin(org.apache.jena.rdf.model.RDFNode min) voidsetMinInclusive(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, visitWithMethods inherited from class org.apache.jena.enhanced.EnhNode
as, asNode, canAs, canSupport, convertTo, equals, getGraph, getPersonality, hashCode, isAnon, isLiteral, isResource, isStatementTerm, isURIResource, isValid, viewAsMethods inherited from class org.apache.jena.enhanced.Polymorphic
addView, alreadyHasView, asInternal, supportsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.jena.graph.FrontsNode
asNodeMethods inherited from interface org.apache.jena.rdf.model.RDFNode
as, asLiteral, asResource, asStatementTerm, canAs, getModel, isAnon, isLiteral, isResource, isStatementTerm, isURIResource, visitWithMethods 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() -
setMin
public void setMin(org.apache.jena.rdf.model.RDFNode min) -
isMinInclusive
public boolean isMinInclusive()- Specified by:
isMinInclusivein interfaceRangeSpec
-
setMinInclusive
public void setMinInclusive(boolean onOrOff) - Specified by:
setMinInclusivein interfaceRangeSpec
-
getMax
public org.apache.jena.rdf.model.RDFNode getMax() -
setMax
public void setMax(org.apache.jena.rdf.model.RDFNode max) -
isMaxInclusive
public boolean isMaxInclusive()- Specified by:
isMaxInclusivein interfaceRangeSpec
-
setMaxInclusive
public void setMaxInclusive(boolean onOrOff) - Specified by:
setMaxInclusivein interfaceRangeSpec
-