Class CxtInf<X,T>

java.lang.Object
org.apache.jena.rdfs.engine.CxtInf<X,T>
Direct Known Subclasses:
ApplyRDFS, MatchRDFS

public class CxtInf<X,T> extends Object
Class to help implementations of RDFS inference. Provides common constant terms and common accessor functions for triples/quads/tuples.
  • Field Details

    • ANY

      public final X ANY
    • rdfType

      public final X rdfType
    • rdfsSubClassOf

      public final X rdfsSubClassOf
    • rdfsSubPropertyOf

      public final X rdfsSubPropertyOf
    • rdfsDomain

      public final X rdfsDomain
    • rdfsRange

      public final X rdfsRange
    • setup

      public final ConfigRDFS<X> setup
    • mapper

      public final MapperX<X,T> mapper