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
  • Field Summary

    Fields inherited from class teetime.framework.CompositeStage

    DEFAULT_PIPE_CAPACITY
  • Constructor Summary

    Constructors 
    Constructor Description
    ModelGenerationCompositeStage​(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, java.lang.Long userSessionTimeout, boolean waitForCompleteTrace)
    Generating user behavior graphs.
  • Method Summary

    Modifier and Type Method Description
    teetime.framework.InputPort<java.lang.Object> getInputPort()  
    teetime.framework.OutputPort<IGraph<INode,​UserBehaviorEdge>> getModelOutputPort()  

    Methods inherited from class teetime.framework.CompositeStage

    connectPorts, connectPorts, createInputPort, createOutputPort

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModelGenerationCompositeStage

      public ModelGenerationCompositeStage​(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, java.lang.Long userSessionTimeout, boolean waitForCompleteTrace) throws kieker.common.exception.ConfigurationException
      Generating user behavior graphs.
      Parameters:
      entryCallMatcher - matcher to decide which events are actually part of the user behavior
      traceSignatureProcessor - processing the event's class and operation signature
      userSessionTimeout - timeout for observe sessions
      waitForCompleteTrace - wait for complete traces before processing a trace
      Throws:
      kieker.common.exception.ConfigurationException
  • Method Details