Uses of Class
org.aksw.jenax.constraint.util.NodeRanges
Packages that use NodeRanges
-
Uses of NodeRanges in org.aksw.jenax.constraint.impl
Fields in org.aksw.jenax.constraint.impl declared as NodeRangesMethods in org.aksw.jenax.constraint.impl that return NodeRangesMethods in org.aksw.jenax.constraint.impl with parameters of type NodeRangesConstructors in org.aksw.jenax.constraint.impl with parameters of type NodeRanges -
Uses of NodeRanges in org.aksw.jenax.constraint.util
Methods in org.aksw.jenax.constraint.util that return NodeRangesModifier and TypeMethodDescriptionNodeRanges.addEmptyDimension(Object dimension) NodeRanges.addOpenDimension(Object dimension) NodeRanges.addValue(org.apache.jena.graph.Node value) Add a constant to its respective value space This is a union-like operation - its does not constrain the space to the given valueNodeRanges.clone()Create an independent copy of this objectstatic NodeRangesNodeRanges.createClosed()Create a NodeRange that contains nothingstatic NodeRangesNodeRanges.createOpen()Create a NodeRange that contains everythingstatic NodeRangesNodeRanges.nodeRangesForPrefix(String prefix) NodeRanges.stateValue(org.apache.jena.graph.Node value) Constrain the value space to only the given node - this is an intersection operationMethods in org.aksw.jenax.constraint.util with parameters of type NodeRangesModifier and TypeMethodDescriptionbooleanNodeRanges.subsumes(NodeRanges other) Return true if this node range subsumes the other one, i.e.