Uses of Class
org.incenp.obofoundry.kgcl.model.NodeChange
Packages that use NodeChange
Package
Description
-
Uses of NodeChange in org.incenp.obofoundry.kgcl
Methods in org.incenp.obofoundry.kgcl with parameters of type NodeChangeModifier and TypeMethodDescriptionAutoIDAllocator.visit
(NodeChange change) ChangeVisitorBase.visit
(NodeChange v) -
Uses of NodeChange in org.incenp.obofoundry.kgcl.model
Subclasses of NodeChange in org.incenp.obofoundry.kgcl.modelModifier and TypeClassDescriptionclass
Places a node inside a subset, by annotating that nodeclass
A node creation where the owl type is 'owl:Class'class
A node mapping change where the predicate of a mapping is changed.class
A node mapping change where the object of a mapping is changedclass
A node metadata assertion change where the predicate of a metadata assertion is changed.class
A node metadata assertion change where the object of a metadata assertion is changedclass
A node synonym where the name NAME of an node NODE moves to a synonym, and NODE receives a new name.class
A node mapping change where a mapping is added to a nodeclass
A node metadata assertion change where a metadata assertion is added to a nodeclass
A node synonym change where a de-novo synonym is createdclass
A node change where a de-novo text definition is createdclass
A node change where the change alters node properties/annotations.class
A node annotation change where the change replaces a particular property value.class
a node change in which a new node is createdclass
Deletion of a node from the graph.class
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
A node change where the mappings for that node are alteredclass
A node change where the metadata assertion (OWL annotations) for that node are alteredclass
Obsoletion of a node deprecates usage of that node, but does not delete it.class
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 replacementclass
A node change where the name (aka rdfs:label) of the node changesclass
Noneclass
A node change where the text definition is changedclass
unobsoletion of a node deprecates usage of that node.class
A node creation where the owl type is 'ObjectProperty'class
A node mapping change where a mapping is deletedclass
A node metadata assertion change where a metadata assertion is deletedclass
Removes a node from a subset, by removing an annotationclass
A node synonym change where a synonym is deletedclass
A node change where a text definition is deletedclass
A node change where the string value for the name is unchanged but the language tag is setclass
A node synonym change where the predicate of a synonym is changed.class
A node synonym change where the text of a synonym is changedclass
A node change where a text definition is modifiedMethods in org.incenp.obofoundry.kgcl.model with parameters of type NodeChange -
Uses of NodeChange in org.incenp.obofoundry.kgcl.owl
Methods in org.incenp.obofoundry.kgcl.owl with parameters of type NodeChangeModifier and TypeMethodDescriptionprotected Set
<org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom> OWLTranslator.findMatchingAnnotations
(org.semanticweb.owlapi.model.IRI property, org.semanticweb.owlapi.model.IRI entity, NodeChange change) Finds all annotations with a literal value that matches the old value of a NodeChange object.protected Set
<org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom> OWLTranslator.findMatchingAnnotations
(org.semanticweb.owlapi.model.IRI property, org.semanticweb.owlapi.model.IRI entity, NodeChange change, boolean newValue) Finds all annotations with a literal value that matches the old value of a NodeChange object.protected org.semanticweb.owlapi.model.OWLLiteral
OWLTranslator.getLiteral
(NodeChange change) Constructs a literal value from the new value parameters of a change object.protected org.semanticweb.owlapi.model.OWLLiteral
OWLTranslator.getLiteral
(NodeChange change, String oldLang) Constructs a literal value from the new value parameters of a change object.