public abstract class AbstractCloverGraphExecutorFactory extends Object implements GraphExecutorFactory
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCloverGraphExecutorFactory(CloverEngineManager cloverEngineManager) |
| Modifier and Type | Method and Description |
|---|---|
GraphExecutor |
createGraphExecutor(InputStream transformationGraphPath) |
GraphExecutor |
createGraphExecutor(String transformationGraphPath) |
protected abstract CloverGraphFactory |
createGraphFactory(InputStream inputStream,
org.jetel.graph.runtime.ExecutionType executionType) |
protected abstract CloverGraphFactory |
createGraphFactory(String transformationGraphPath,
org.jetel.graph.runtime.ExecutionType executionType) |
protected abstract GraphProvider<org.jetel.graph.TransformationGraph> |
createGraphProvider(CloverGraphFactory graphFactory) |
protected abstract CloverEngineImpl |
getCloverEngine() |
CloverEngineManager |
getCloverEngineManager() |
void |
init() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisposeprotected AbstractCloverGraphExecutorFactory(CloverEngineManager cloverEngineManager)
public void init()
init in interface GraphExecutorFactorypublic GraphExecutor createGraphExecutor(String transformationGraphPath) throws DataMapperCreationException
createGraphExecutor in interface GraphExecutorFactoryDataMapperCreationExceptionprotected abstract CloverEngineImpl getCloverEngine()
public GraphExecutor createGraphExecutor(InputStream transformationGraphPath) throws DataMapperCreationException
createGraphExecutor in interface GraphExecutorFactoryDataMapperCreationExceptionprotected abstract GraphProvider<org.jetel.graph.TransformationGraph> createGraphProvider(CloverGraphFactory graphFactory) throws DataMapperCreationException
DataMapperCreationExceptionpublic CloverEngineManager getCloverEngineManager()
protected abstract CloverGraphFactory createGraphFactory(String transformationGraphPath, org.jetel.graph.runtime.ExecutionType executionType)
protected abstract CloverGraphFactory createGraphFactory(InputStream inputStream, org.jetel.graph.runtime.ExecutionType executionType)
Copyright © 2022. All rights reserved.