Package org.incenp.obofoundry.kgcl.model
Class NodeDeepening
A node move in which a node where the destination is a proper descendant of the original location. Note that here descendant applied not just to subclass, but edges of any predicate in the relational graph
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.incenp.obofoundry.kgcl.model.NodeMove
getNewObjectType, getOldObjectType, setNewObjectType, setOldObjectType
Methods inherited from class org.incenp.obofoundry.kgcl.model.EdgeChange
getAboutEdge, getDatatype, getLanguage, getObjectType, setAboutEdge, setDatatype, setLanguage, setObjectType
Methods inherited from class org.incenp.obofoundry.kgcl.model.SimpleChange
getNewDatatype, getNewLanguage, getNewValue, getNewValueType, getOldDatatype, getOldLanguage, getOldValue, getOldValueType, setNewDatatype, setNewLanguage, setNewValue, setNewValueType, setOldDatatype, setOldLanguage, setOldValue, setOldValueType
Methods inherited from class org.incenp.obofoundry.kgcl.model.Change
getChangeDate, getContributor, getCreator, getHasUndo, getId, getPullRequest, getSeeAlso, getType, getWasGeneratedBy, setChangeDate, setContributor, setCreator, setHasUndo, setId, setPullRequest, setSeeAlso, setType, setWasGeneratedBy
-
Constructor Details
-
NodeDeepening
public NodeDeepening()
-
-
Method Details