Uses of Class
edu.cornell.mannlib.vitro.webapp.tboxreasoner.TBoxChanges
-
Packages that use TBoxChanges Package Description edu.cornell.mannlib.vitro.webapp.tboxreasoner edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact -
-
Uses of TBoxChanges in edu.cornell.mannlib.vitro.webapp.tboxreasoner
Methods in edu.cornell.mannlib.vitro.webapp.tboxreasoner with parameters of type TBoxChanges Modifier and Type Method Description voidTBoxReasonerDriver. runSynchronizer(TBoxChanges changeSet)voidTBoxReasoner. updateReasonerModel(TBoxChanges changes)Add the additions and remove the removals.Constructors in edu.cornell.mannlib.vitro.webapp.tboxreasoner with parameters of type TBoxChanges Constructor Description PatternListBuilder(ReasonerConfiguration reasonerConfiguration, TBoxReasoner reasoner, TBoxChanges changes) -
Uses of TBoxChanges in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl
Methods in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl with parameters of type TBoxChanges Modifier and Type Method Description voidBasicTBoxReasonerDriver. runSynchronizer(TBoxChanges changeSet) -
Uses of TBoxChanges in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact
Methods in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact with parameters of type TBoxChanges Modifier and Type Method Description voidJFactTBoxReasoner. updateReasonerModel(TBoxChanges changes)
-