Package kieker.analysis.architecture
Class ModelSource
java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractProducerStage<java.nio.file.Path>
kieker.analysis.architecture.ModelSource
public class ModelSource
extends teetime.framework.AbstractProducerStage<java.nio.file.Path>
Send out single model repository paths.
- Since:
- 1.1
- Author:
- Reiner Jung
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ModelSource(java.util.List<java.nio.file.Path> modelPaths)
-
Method Summary
Modifier and Type Method Description protected void
execute()
Methods inherited from class teetime.framework.AbstractProducerStage
getOutputPort, getTerminationStrategy
Methods inherited from class teetime.framework.AbstractStage
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
-
Constructor Details
-
ModelSource
public ModelSource(java.util.List<java.nio.file.Path> modelPaths)
-
-
Method Details
-
execute
protected void execute() throws java.lang.Exception- Specified by:
execute
in classteetime.framework.AbstractStage
- Throws:
java.lang.Exception
-