JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.apache.jena.rdfs.engine.Output
Packages that use
Output
Package
Description
org.apache.jena.rdfs.engine
Uses of
Output
in
org.apache.jena.rdfs.engine
Methods in
org.apache.jena.rdfs.engine
with parameters of type
Output
Modifier and Type
Method
Description
void
ApplyRDFS.
infer
(
T
tuple,
Output
<
X
> out)
Apply RDFS rules based on the 3-tuple.
void
ApplyRDFS.
infer
(
X
s,
X
p,
X
o,
Output
<
X
> out)
Apply RDFS rules based on the 3-tuple.