public class StreamTrieVisualization<T,V extends VertexImpl<T>> extends org.processmining.stream.core.abstracts.AbstractXSRunnable implements org.processmining.stream.core.interfaces.XSVisualization<StreamTrieImpl<T,V>>
Constructor and Description |
---|
StreamTrieVisualization(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
asComponent() |
void |
update(org.processmining.framework.util.Pair<java.util.Date,java.lang.String> message)
Deprecated.
|
void |
update(java.lang.String object)
Deprecated.
|
void |
updateVisualization(org.processmining.framework.util.Pair<java.util.Date,StreamTrieImpl<T,V>> newArtifact) |
void |
updateVisualization(StreamTrieImpl<T,V> newArtifact) |
protected void |
workPackage() |
interrupt, isPaused, isRunning, isStarted, isStopped, pause, pauseXSRunnable, run, start, startXSRunnable, stopXSRunnable
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public javax.swing.JComponent asComponent()
asComponent
in interface org.processmining.stream.core.interfaces.XSVisualization<StreamTrieImpl<T,V extends VertexImpl<T>>>
@Deprecated public void update(org.processmining.framework.util.Pair<java.util.Date,java.lang.String> message)
update
in interface org.processmining.stream.core.interfaces.XSVisualization<StreamTrieImpl<T,V extends VertexImpl<T>>>
@Deprecated public void update(java.lang.String object)
update
in interface org.processmining.stream.core.interfaces.XSVisualization<StreamTrieImpl<T,V extends VertexImpl<T>>>
protected void workPackage()
workPackage
in class org.processmining.stream.core.abstracts.AbstractXSRunnable
public void updateVisualization(org.processmining.framework.util.Pair<java.util.Date,StreamTrieImpl<T,V>> newArtifact)
updateVisualization
in interface org.processmining.stream.core.interfaces.XSVisualization<StreamTrieImpl<T,V extends VertexImpl<T>>>
public void updateVisualization(StreamTrieImpl<T,V> newArtifact)
updateVisualization
in interface org.processmining.stream.core.interfaces.XSVisualization<StreamTrieImpl<T,V extends VertexImpl<T>>>