Uses of Interface
org.apache.jena.rdfs.engine.Match
Packages that use Match
-
Uses of Match in org.apache.jena.rdfs.engine
Classes in org.apache.jena.rdfs.engine with type parameters of type MatchClasses in org.apache.jena.rdfs.engine that implement MatchModifier and TypeClassDescriptionclassFind in one graph of a dataset.classFind in one graph.final classMatchAdapter<X,T> This is the bridge between the Node/Triple level and some lower level such as one based on NodeIds.final classAMatchview over aGraph.classMatchRDFS<X,T> Match a 3-tuple, which might have wildcards, applying a fixed set of inference rules.classMatchRDFSWrapper<X,T> MatchRDFS implementation as a wrapper over another Match source.classMatchWrapper<X,T, D extends Match<X, T>> Methods in org.apache.jena.rdfs.engine that return MatchModifier and TypeMethodDescriptionMatch<org.apache.jena.graph.Node, org.apache.jena.graph.Triple> GraphMatch.getMatch()Methods in org.apache.jena.rdfs.engine with parameters of type MatchModifier and TypeMethodDescriptionstatic <X,T> org.apache.jena.graph.Graph Wrap a base graph such that its find() and contains() methods are delegated to the match.Constructors in org.apache.jena.rdfs.engine with parameters of type MatchModifierConstructorDescriptionGraphMatch(org.apache.jena.graph.Graph graph, Match<org.apache.jena.graph.Node, org.apache.jena.graph.Triple> match) MatchRDFSWrapper(ConfigRDFS<X> setup, Match<X, T> source) -
Uses of Match in org.apache.jena.rdfs.setup
Classes in org.apache.jena.rdfs.setup that implement MatchModifier and TypeClassDescriptionclassThe vocabulary, with transitive closure of subClass and subProperty, as aMatch.