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 voidApplyRDFS. infer(T tuple, Output<X> out)Apply RDFS rules based on the 3-tuple.voidApplyRDFS. infer(X s, X p, X o, Output<X> out)Apply RDFS rules based on the 3-tuple.
-