Package kieker.analysis.behavior
Class ModelGenerationCompositeStage
java.lang.Object
teetime.framework.CompositeStage
kieker.analysis.behavior.ModelGenerationCompositeStage
public class ModelGenerationCompositeStage
extends teetime.framework.CompositeStage
Generate models from observations.
- Since:
- 2.0.0
- Author:
- Lars Jürgensen
-
Field Summary
Fields inherited from class teetime.framework.CompositeStage
DEFAULT_PIPE_CAPACITY -
Constructor Summary
ConstructorsConstructorDescriptionModelGenerationCompositeStage(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, Long userSessionTimeout, boolean waitForCompleteTrace) Generating user behavior graphs. -
Method Summary
Modifier and TypeMethodDescriptionteetime.framework.InputPort<Object>teetime.framework.OutputPort<IGraph<INode,UserBehaviorEdge>> Methods inherited from class teetime.framework.CompositeStage
connectPorts, connectPorts, createInputPort, createOutputPort
-
Constructor Details
-
ModelGenerationCompositeStage
public ModelGenerationCompositeStage(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, Long userSessionTimeout, boolean waitForCompleteTrace) throws ConfigurationException Generating user behavior graphs.- Parameters:
entryCallMatcher- matcher to decide which events are actually part of the user behaviortraceSignatureProcessor- processing the event's class and operation signatureuserSessionTimeout- timeout for observe sessionswaitForCompleteTrace- wait for complete traces before processing a trace- Throws:
ConfigurationException
-
-
Method Details
-
getModelOutputPort
-
getInputPort
-