Uses of Class
edu.cornell.mannlib.vitro.webapp.tboxreasoner.ReasonerStatementPattern
-
Packages that use ReasonerStatementPattern Package Description edu.cornell.mannlib.vitro.webapp.tboxreasoner edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact -
-
Uses of ReasonerStatementPattern in edu.cornell.mannlib.vitro.webapp.tboxreasoner
Fields in edu.cornell.mannlib.vitro.webapp.tboxreasoner declared as ReasonerStatementPattern Modifier and Type Field Description static ReasonerStatementPatternReasonerStatementPattern. ANY_OBJECT_PROPERTYFields in edu.cornell.mannlib.vitro.webapp.tboxreasoner with type parameters of type ReasonerStatementPattern Modifier and Type Field Description Set<ReasonerStatementPattern>ReasonerConfiguration. inferenceDrivingPatternAllowSetSet<ReasonerStatementPattern>ReasonerConfiguration. inferenceDrivingPatternDenySetSet<ReasonerStatementPattern>ReasonerConfiguration. inferenceReceivingPatternAllowSetMethods in edu.cornell.mannlib.vitro.webapp.tboxreasoner that return ReasonerStatementPattern Modifier and Type Method Description static ReasonerStatementPatternReasonerStatementPattern. objectPattern(org.apache.jena.rdf.model.Property predicate)static ReasonerStatementPatternReasonerStatementPattern. objectPattern(org.apache.jena.rdf.model.Statement stmt)Methods in edu.cornell.mannlib.vitro.webapp.tboxreasoner that return types with arguments of type ReasonerStatementPattern Modifier and Type Method Description LinkedList<ReasonerStatementPattern>PatternListBuilder. build()Set<ReasonerStatementPattern>ReasonerConfiguration. getInferenceDrivingPatternAllowSet()Set<ReasonerStatementPattern>ReasonerConfiguration. getInferenceDrivingPatternDenySet()Set<ReasonerStatementPattern>ReasonerConfiguration. getInferenceReceivingPatternAllowSet()Methods in edu.cornell.mannlib.vitro.webapp.tboxreasoner with parameters of type ReasonerStatementPattern Modifier and Type Method Description booleanReasonerStatementPattern. matches(ReasonerStatementPattern that)All fields must match, either by being equal, or by being a wild card.Method parameters in edu.cornell.mannlib.vitro.webapp.tboxreasoner with type arguments of type ReasonerStatementPattern Modifier and Type Method Description List<org.apache.jena.rdf.model.Statement>TBoxReasoner. filterResults(List<ReasonerStatementPattern> patternList)List all of the statements that satisfy any of these patterns, after updating and reasoning.voidReasonerConfiguration. setInferenceDrivingPatternAllowSet(Set<ReasonerStatementPattern> patternSet)voidReasonerConfiguration. setInferenceDrivingPatternDenySet(Set<ReasonerStatementPattern> patternSet)voidReasonerConfiguration. setInferenceReceivingPatternAllowSet(Set<ReasonerStatementPattern> patternSet)voidInferenceModelUpdater. update(List<ReasonerStatementPattern> patternList)Synchronize the inferences model with the reasoner model, with this proviso: If a statement exists anywhere in the full TBox, don't bother adding it to the inferences model.Constructor parameters in edu.cornell.mannlib.vitro.webapp.tboxreasoner with type arguments of type ReasonerStatementPattern Constructor Description DrivingPatternMap(Set<ReasonerStatementPattern> patternSet) -
Uses of ReasonerStatementPattern in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact
Method parameters in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact with type arguments of type ReasonerStatementPattern Modifier and Type Method Description List<org.apache.jena.rdf.model.Statement>JFactTBoxReasoner. filterResults(List<ReasonerStatementPattern> patternList)
-