Class FunctionCall.ScalarValue
java.lang.Object
tech.oxfordsemantic.jrdfox.util.ImmutablePair<java.lang.String,java.lang.String>
tech.oxfordsemantic.jrdfox.logic.expression.FunctionCall.ScalarValue
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FunctionCall
public static class FunctionCall.ScalarValue
extends tech.oxfordsemantic.jrdfox.util.ImmutablePair<java.lang.String,java.lang.String>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static FunctionCall.ScalarValue[]
EMPTY_ARRAY
-
Constructor Summary
Constructors Constructor Description ScalarValue(java.lang.String key, java.lang.String value)
-
Method Summary
-
Field Details
-
Constructor Details
-
ScalarValue
public ScalarValue(java.lang.String key, java.lang.String value)
-