public interface IFlockContext extends IEolContext
| Modifier and Type | Method and Description |
|---|---|
FlockResult |
execute(MigrationStrategy strategy) |
ConservativeCopyContext |
getConservativeCopyContext() |
EquivalenceEstablishmentContext |
getEquivalenceEstablishmentContext() |
MigrationStrategyCheckingContext |
getMigrationStrategyCheckingContext() |
void |
setMigratedModel(IModel model) |
void |
setMigratedModel(int indexInRepository) |
void |
setOriginalModel(IModel model) |
void |
setOriginalModel(int indexInRepository) |
dispose, getAsyncStatementsQueque, getErrorStream, getExecutorFactory, getExtendedProperties, getFrameStack, getIntrospectionManager, getModelRepository, getModule, getNativeTypeDelegates, getOperationContributorRegistry, getOperationFactory, getOutputStream, getPrettyPrinterManager, getUserInput, getWarningStream, isAssertionsEnabled, isProfilingEnabled, setAssertionsEnabled, setErrorStream, setExecutorFactory, setExtendedProperties, setFrameStack, setIntrospectionManager, setModelRepository, setModule, setNativeTypeDelegates, setOperationFactory, setOutputStream, setPrettyPrinterManager, setProfilingEnabled, setUserInput, setWarningStreamvoid setOriginalModel(IModel model) throws FlockUnsupportedModelException
FlockUnsupportedModelExceptionvoid setMigratedModel(IModel model) throws FlockUnsupportedModelException
FlockUnsupportedModelExceptionvoid setOriginalModel(int indexInRepository)
throws FlockUnsupportedModelException
FlockUnsupportedModelExceptionvoid setMigratedModel(int indexInRepository)
throws FlockUnsupportedModelException
FlockUnsupportedModelExceptionFlockResult execute(MigrationStrategy strategy) throws FlockRuntimeException
FlockRuntimeExceptionMigrationStrategyCheckingContext getMigrationStrategyCheckingContext()
EquivalenceEstablishmentContext getEquivalenceEstablishmentContext()
ConservativeCopyContext getConservativeCopyContext()
Copyright © 2016. All rights reserved.