Uses of Class
org.incenp.obofoundry.kgcl.model.NodeObsoletion
Packages that use NodeObsoletion
Package
Description
-
Uses of NodeObsoletion in org.incenp.obofoundry.kgcl
Methods in org.incenp.obofoundry.kgcl with parameters of type NodeObsoletionModifier and TypeMethodDescriptionChangeVisitorBase.visit
(NodeObsoletion v) KGCLTextTranslator.visit
(NodeObsoletion v) -
Uses of NodeObsoletion in org.incenp.obofoundry.kgcl.model
Subclasses of NodeObsoletion in org.incenp.obofoundry.kgcl.modelModifier and TypeClassDescriptionclass
An obsoletion change in which all metadata (including name/label) from the source node is deleted and added to the target node, and edges can automatically be rewired to point to the target nodeclass
An obsoletion change in which information from the obsoleted node is selectively copied to a single target, and edges can automatically be rewired to point to the target nodeclass
An obsoletion change in which there is no direct replacementMethods in org.incenp.obofoundry.kgcl.model with parameters of type NodeObsoletion -
Uses of NodeObsoletion in org.incenp.obofoundry.kgcl.owl
Methods in org.incenp.obofoundry.kgcl.owl with parameters of type NodeObsoletionModifier and TypeMethodDescriptionList
<org.semanticweb.owlapi.model.OWLOntologyChange> DirectOWLTranslator.visit
(NodeObsoletion v) List
<org.semanticweb.owlapi.model.OWLOntologyChange> ProvisionalOWLTranslator.visit
(NodeObsoletion v)