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  

    Fields inherited from class tech.oxfordsemantic.jrdfox.util.ImmutablePair

    m_first, m_second
  • Constructor Summary

    Constructors 
    Constructor Description
    ScalarValue​(java.lang.String key, java.lang.String value)  
  • Method Summary

    Methods inherited from class tech.oxfordsemantic.jrdfox.util.ImmutablePair

    equals, hashCode

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait