Uses of Class
tech.oxfordsemantic.jrdfox.client.ExplanationType
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of ExplanationType in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ExplanationType Modifier and Type Method Description static ExplanationType
ExplanationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExplanationType[]
ExplanationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ExplanationType Modifier and Type Method Description void
DataStoreConnection. createExplanation(java.lang.String baseIRI, Prefixes prefixes, java.lang.String factText, int maxDistanceFromRoot, int maxRuleInstancesPerFact, ExplanationType explanationType, java.io.OutputStream outputStream)
Computes an explanation for a given fact and saves it in JSON format to the given output stream.void
DataStoreConnection. createExplanation(Prefixes prefixes, TupleTableAtom fact, int maxDistanceFromRoot, int maxRuleInstancesPerFact, ExplanationType explanationType, java.io.OutputStream outputStream)
Computes an explanation for a given fact and saves it in JSON format to the given output stream.