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 SummaryFields Modifier and Type Field Description static FunctionCall.ScalarValue[]EMPTY_ARRAY
- 
Constructor SummaryConstructors Constructor Description ScalarValue(java.lang.String key, java.lang.String value)
- 
Method Summary
- 
Field Details
- 
Constructor Details- 
ScalarValuepublic ScalarValue(java.lang.String key, java.lang.String value)
 
-