Uses of Interface
org.incenp.obofoundry.kgcl.IPatcher
-
Packages that use IPatcher Package Description org.incenp.obofoundry.kgcl org.incenp.obofoundry.kgcl.owl -
-
Uses of IPatcher in org.incenp.obofoundry.kgcl
Methods in org.incenp.obofoundry.kgcl with parameters of type IPatcher Modifier and Type Method Description static voidKGCLHelper. apply(List<org.incenp.obofoundry.kgcl.model.Change> changeset, IPatcher patcher, boolean noPartialApply, List<RejectedChange> rejects)Applies a KGCL changeset using the provided patcher object. -
Uses of IPatcher in org.incenp.obofoundry.kgcl.owl
Classes in org.incenp.obofoundry.kgcl.owl that implement IPatcher Modifier and Type Class Description classOntologyPatcherA class to apply KGCL-described changes to a OWL API ontology.
-