|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.core.change.AbstractChange
org.topbraid.change.RemoveUsagesChange
public class RemoveUsagesChange
An operation that is typically applied after an import has been removed. This will remove all usages of properties that are exclusively defined in the (formerly) imported model.
| Constructor Summary | |
|---|---|
RemoveUsagesChange(com.hp.hpl.jena.ontology.OntModel[] ontModels,
com.hp.hpl.jena.rdf.model.Model oldModel)
|
|
| Method Summary | |
|---|---|
void |
execute(ISession session,
org.eclipse.core.runtime.IProgressMonitor monitor)
Executes the change. |
| Methods inherited from class org.topbraid.core.change.AbstractChange |
|---|
check, getImageMetadata, getLabel, isNoop, setImage, setImage, setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveUsagesChange(com.hp.hpl.jena.ontology.OntModel[] ontModels,
com.hp.hpl.jena.rdf.model.Model oldModel)
| Method Detail |
|---|
public void execute(ISession session,
org.eclipse.core.runtime.IProgressMonitor monitor)
IChange
session - the session to execute the change onmonitor - a progress monitor for longish operations (may be null)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||