|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.ui.ComboBoxLogEvent
public class ComboBoxLogEvent
A ComboBoxLogEvent is used when a mapping is to be established between an imported model and a loaded log. In this case every task in the model needs to be either
Field Summary | |
---|---|
static java.lang.String |
INVISIBLE
|
static java.lang.String |
NONE
|
static java.lang.String |
VISIBLE
|
Constructor Summary | |
---|---|
ComboBoxLogEvent(LogEvent e)
Creates a ComboboxLogEvent for the given log event. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object object)
Overrides the compareTo method in order to whether the given object is smaller or greater than this one. |
boolean |
equals(java.lang.Object o)
Overrides the equals method in order to specify when two ComboBoxLogEvents are equal to each other. |
LogEvent |
getLogEvent()
Retrieves the log event belonging to this ComboBoxLogEvent entry. |
LogEvent |
getModelElement()
Deprecated. Please now use getLogEvent() |
void |
setLogEvent(LogEvent le)
Sets the associated log event. |
void |
setModelElement(LogEvent le)
Deprecated. Please now use setLogEvent(LogEvent le) |
java.lang.String |
toString()
Creates the string to be displayed in the corresponding combo box entry. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VISIBLE
public static final java.lang.String INVISIBLE
public static final java.lang.String NONE
Constructor Detail |
---|
public ComboBoxLogEvent(LogEvent e)
e
- the given log eventMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public LogEvent getModelElement()
This method returns the current LogEvent the LogEventProvider has stored
public void setModelElement(LogEvent le)
le
- LogEvent The LogEvent to StoreThis method sets the LogEvent for the LogEventProvider to store
public LogEvent getLogEvent()
getLogEvent
in interface LogEventProvider
public void setLogEvent(LogEvent le)
setLogEvent
in interface LogEventProvider
le
- the log event to be associated to this ComboBoxLogEventpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the ComboBoxLogEvent to be compared with
true
if the associated log events are equal, false
otherwisepublic int compareTo(java.lang.Object object)
compareTo
in interface java.lang.Comparable
object
- the ComboBoxLogEvent to be compared with
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |