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, setWarningStream
void setOriginalModel(IModel model) throws FlockUnsupportedModelException
FlockUnsupportedModelException
void setMigratedModel(IModel model) throws FlockUnsupportedModelException
FlockUnsupportedModelException
void setOriginalModel(int indexInRepository) throws FlockUnsupportedModelException
FlockUnsupportedModelException
void setMigratedModel(int indexInRepository) throws FlockUnsupportedModelException
FlockUnsupportedModelException
FlockResult execute(MigrationStrategy strategy) throws FlockRuntimeException
FlockRuntimeException
MigrationStrategyCheckingContext getMigrationStrategyCheckingContext()
EquivalenceEstablishmentContext getEquivalenceEstablishmentContext()
ConservativeCopyContext getConservativeCopyContext()
Copyright © 2018. All rights reserved.