org.processmining.framework.models
Interface LogEventProvider

All Known Implementing Classes:
ColoredTransition, ComboBoxLogEvent, DiagnosticTransition, EPCFunction, EPCSubstFunction, ExtendedTransition, PDMTransition, ReplayedTransition, Task, Transition

public interface LogEventProvider

Title: LogEventProvider

Description: This interface can be used by import plugins to see whether objects can connect with a LogEvent, and thus to a specific log by remapping these LogEvents

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Method Summary
 LogEvent getLogEvent()
          This method returns the current LogEvent the LogEventProvider has stored
 void setLogEvent(LogEvent le)
          This method sets the LogEvent for the LogEventProvider to store
 

Method Detail

getLogEvent

LogEvent getLogEvent()
This method returns the current LogEvent the LogEventProvider has stored

Returns:
LogEvent The stored LogEvent

setLogEvent

void setLogEvent(LogEvent le)
This method sets the LogEvent for the LogEventProvider to store

Parameters:
le - LogEvent The LogEvent to Store