public abstract class AbstractGraphFactory extends Object implements CloverGraphFactory
| Constructor and Description |
|---|
AbstractGraphFactory(GraphRuntimeContextFactory runtimeContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.jetel.graph.TransformationGraph |
createTransformationGraph(InputStream graphSourceStream) |
protected org.jetel.graph.TransformationGraph |
doCreateTransformationGraph(InputStream graphSourceStream,
org.jetel.graph.runtime.GraphRuntimeContext context) |
GraphRuntimeContextFactory |
getRuntimeContextFactory() |
protected void |
initGraph(org.jetel.graph.runtime.GraphRuntimeContext context,
org.jetel.graph.TransformationGraph graph) |
void |
setRuntimeContextFactory(GraphRuntimeContextFactory runtimeContextFactory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTransformationGraphpublic AbstractGraphFactory(GraphRuntimeContextFactory runtimeContextFactory)
protected org.jetel.graph.TransformationGraph doCreateTransformationGraph(InputStream graphSourceStream, org.jetel.graph.runtime.GraphRuntimeContext context) throws DataMapperCreationException
DataMapperCreationExceptionprotected void initGraph(org.jetel.graph.runtime.GraphRuntimeContext context,
org.jetel.graph.TransformationGraph graph)
throws org.jetel.exception.ComponentNotReadyException
org.jetel.exception.ComponentNotReadyExceptionpublic org.jetel.graph.TransformationGraph createTransformationGraph(InputStream graphSourceStream) throws DataMapperCreationException
DataMapperCreationExceptionpublic GraphRuntimeContextFactory getRuntimeContextFactory()
public void setRuntimeContextFactory(GraphRuntimeContextFactory runtimeContextFactory)
Copyright © 2022. All rights reserved.