|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.pdmmining.PDMPetriNetResult
public class PDMPetriNetResult
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Field Summary | |
---|---|
protected LogReader |
log
|
Constructor Summary | |
---|---|
PDMPetriNetResult()
|
|
PDMPetriNetResult(PDMPetriNet net)
|
Method Summary | |
---|---|
void |
connectWith(LogReader newLog,
java.util.HashMap eventsMapping)
Connects a LogReader to the object. |
java.util.ArrayList |
getConnectableObjects()
Returns all connectable objects of the underlying model. |
LogReader |
getLogReader()
Returns the LogReader object that was used to generate this mining result. |
ProvidedObject[] |
getProvidedObjects()
Provide all objects |
javax.swing.JComponent |
getVisualization()
Returns a component that contains the visualization of this mining result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LogReader log
Constructor Detail |
---|
public PDMPetriNetResult()
public PDMPetriNetResult(PDMPetriNet net)
Method Detail |
---|
public javax.swing.JComponent getVisualization()
null
if this result cannot be visualized.
getVisualization
in interface MiningResult
null
if this result cannot be visualizedpublic LogReader getLogReader()
LogReader
object that was used to generate this mining result.
This function may return null.
getLogReader
in interface MiningResult
LogReader
object that was used to generate this mining result or null.public ProvidedObject[] getProvidedObjects()
getProvidedObjects
in interface Provider
public void connectWith(LogReader newLog, java.util.HashMap eventsMapping)
LogReader
to the object.
The eventsMapping
variable is a HashMap
that has a key
for every LogEvent
returned by the getLogEvents
method.
Each key is a LogEvent
and it is associated with
a Object[2]
object. This array contains two objects. The first object
is again a LogEvent
object, to which the original should be mapped. The
second is a String
object, representing the label that should be used for
the identifier of the underlying graphical object.
All LogEvent
s in the underlying model will be translated using this mapping.
The eventsMapping
parameter may be null
.
connectWith
in interface LogReaderConnection
newLog
- the log reader to connecteventsMapping
- the events to mappublic java.util.ArrayList getConnectableObjects()
getConnectableObjects
in interface LogReaderConnection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |