|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRenamingChange
An IChange that may have renamed one or more resources during its execution.
| 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 |
|---|
java.util.Map<com.hp.hpl.jena.rdf.model.Resource,com.hp.hpl.jena.rdf.model.Resource> getRenamedResources()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||