Package org.aksw.jenax.constraint.util
Class NodeSpaceFactory
java.lang.Object
org.aksw.jenax.constraint.util.NodeSpaceFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionequalsTo(org.apache.jena.graph.Node node) forStringPrefix(String str) notEqualsTo(org.apache.jena.graph.Node node) Return a vspace that does not equal the node - in the vspace of that node.range(com.google.common.collect.Range<ComparableNodeValue> range) range(org.apache.jena.graph.Node lower, com.google.common.collect.BoundType lowerBoundType, org.apache.jena.graph.Node upper, com.google.common.collect.BoundType upperBoundType) range(org.apache.jena.sparql.expr.NodeValue lower, com.google.common.collect.BoundType lowerBoundType, org.apache.jena.sparql.expr.NodeValue upper, com.google.common.collect.BoundType upperBoundType)
-
Constructor Details
-
NodeSpaceFactory
public NodeSpaceFactory()
-
-
Method Details
-
equalsTo
-
notEqualsTo
Return a vspace that does not equal the node - in the vspace of that node. For example, notEquals(5) only matches _numeric_ values not equal to 5 It won't strings or IRIs. -
forStringPrefix
-
range
public VSpace range(org.apache.jena.graph.Node lower, com.google.common.collect.BoundType lowerBoundType, org.apache.jena.graph.Node upper, com.google.common.collect.BoundType upperBoundType) -
range
public VSpace range(org.apache.jena.sparql.expr.NodeValue lower, com.google.common.collect.BoundType lowerBoundType, org.apache.jena.sparql.expr.NodeValue upper, com.google.common.collect.BoundType upperBoundType) -
range
-