Uses of Class
org.apache.jena.sparql.expr.ValueSpaceClassification
-
Packages that use ValueSpaceClassification Package Description org.apache.jena.sparql.expr -
-
Uses of ValueSpaceClassification in org.apache.jena.sparql.expr
Methods in org.apache.jena.sparql.expr that return ValueSpaceClassification Modifier and Type Method Description static ValueSpaceClassificationNodeValue. classifyValueOp(NodeValue nv1, NodeValue nv2)ValueSpaceClassificationNodeValue. getValueSpace()static ValueSpaceClassificationValueSpaceClassification. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValueSpaceClassification[]ValueSpaceClassification. values()Returns an array containing the constants of this enum type, in the order they are declared.
-