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
  • 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 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:
      ConfigurationException
  • Method Details

    • getModelOutputPort

      public teetime.framework.OutputPort<IGraph<INode,UserBehaviorEdge>> getModelOutputPort()
    • getInputPort

      public teetime.framework.InputPort<Object> getInputPort()