Class Path

java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.path.Path
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlternativePath, CountingPath, InversePath, NegativePath, ResourcePath, SequencePath

public abstract class Path
extends LogicObject
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static Path[] EMPTY_ARRAY  
  • Constructor Summary

    Constructors 
    Constructor Description
    Path()  
  • Method Summary

    Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject

    accept, toString, toString, toString, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • Path

      public Path()