|
||||||||||
| 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.refactoring.FixLiteralsChange
public class FixLiteralsChange
| Constructor Summary | |
|---|---|
FixLiteralsChange(com.hp.hpl.jena.datatypes.RDFDatatype defaultDatatype)
|
|
| Method Summary | |
|---|---|
void |
execute(ISession session,
org.eclipse.core.runtime.IProgressMonitor monitor)
Executes the change. |
int |
getFixedLiteralsCount()
|
int |
getRemainingUntypedLiteralsCount()
|
| 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 FixLiteralsChange(com.hp.hpl.jena.datatypes.RDFDatatype defaultDatatype)
| Method Detail |
|---|
public void execute(ISession session,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws java.lang.InterruptedException
IChange
session - the session to execute the change onmonitor - a progress monitor for longish operations (may be null)
java.lang.InterruptedException - if the user has cancelled the execution,
e.g. using the provided monitorpublic int getFixedLiteralsCount()
public int getRemainingUntypedLiteralsCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||