org.topbraid.core.change
Interface IRenamingChange

All Superinterfaces:
IChange
All Known Implementing Classes:
RenameResourceChange

public interface IRenamingChange
extends IChange

An IChange that may have renamed one or more resources during its execution.

Author:
Holger Knublauch

Method Summary
 java.util.Map<com.hp.hpl.jena.rdf.model.Resource,com.hp.hpl.jena.rdf.model.Resource> getRenamedResources()
          A Map of old Resources to new Resources, containing all resources that have changed their "name" during this change.
 
Methods inherited from interface org.topbraid.core.change.IChange
check, execute, getImageMetadata, getLabel, isNoop
 

Method Detail

getRenamedResources

java.util.Map<com.hp.hpl.jena.rdf.model.Resource,com.hp.hpl.jena.rdf.model.Resource> getRenamedResources()
A Map of old Resources to new Resources, containing all resources that have changed their "name" during this change.

Returns:
a Map (Resource -> Resource)