Class NegativePath.NegatedPath

java.lang.Object
tech.oxfordsemantic.jrdfox.util.ImmutablePair<Resource,​java.lang.Boolean>
tech.oxfordsemantic.jrdfox.logic.sparql.path.NegativePath.NegatedPath
All Implemented Interfaces:
java.io.Serializable, Pair<Resource,​java.lang.Boolean>
Enclosing class:
NegativePath

public static class NegativePath.NegatedPath
extends tech.oxfordsemantic.jrdfox.util.ImmutablePair<Resource,​java.lang.Boolean>
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static NegativePath.NegatedPath[] EMPTY_ARRAY  

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

    m_first, m_second
  • Constructor Summary

    Constructors 
    Constructor Description
    NegatedPath​(Resource resource, java.lang.Boolean inverted)  
  • Method Summary

    Modifier and Type Method Description
    Resource getResource()  
    boolean isInverted()  

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

    equals, getFirst, getSecond, hashCode

    Methods inherited from class java.lang.Object

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