Kieker 1.4

kieker.tools.traceAnalysis.plugins
Class AbstractMessageTraceProcessingPlugin

java.lang.Object
  extended by kieker.tools.traceAnalysis.plugins.AbstractTraceAnalysisPlugin
      extended by kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
          extended by kieker.tools.traceAnalysis.plugins.AbstractMessageTraceProcessingPlugin
All Implemented Interfaces:
IAnalysisPlugin
Direct Known Subclasses:
AbstractCallTreePlugin, AbstractDependencyGraphPlugin, MessageTraceRepositoryPlugin, MessageTraceWriterPlugin, SequenceDiagramPlugin, TraceCallTreePlugin

public abstract class AbstractMessageTraceProcessingPlugin
extends AbstractTraceProcessingPlugin

Author:
Andre van Hoorn

Constructor Summary
AbstractMessageTraceProcessingPlugin(String name, SystemModelRepository systemEntityFactory)
           
 
Method Summary
abstract  IInputPort<MessageTrace> getMessageTraceInputPort()
           
 
Methods inherited from class kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kieker.analysis.plugin.IAnalysisPlugin
execute, terminate
 

Constructor Detail

AbstractMessageTraceProcessingPlugin

public AbstractMessageTraceProcessingPlugin(String name,
                                            SystemModelRepository systemEntityFactory)
Method Detail

getMessageTraceInputPort

public abstract IInputPort<MessageTrace> getMessageTraceInputPort()

Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net