|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.epcmining.EPCResult
public class EPCResult
Constructor Summary | |
---|---|
EPCResult(LogReader log,
ConfigurableEPC epc)
|
|
EPCResult(LogReader log,
ConfigurableEPC epc,
MiningPlugin algorithm)
|
|
EPCResult(LogReader log,
EPCHierarchy epcHierarchy)
|
Method Summary | |
---|---|
void |
addInHierarchy(java.lang.Object child,
java.lang.Object parent,
java.lang.String label)
|
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. |
ConfigurableEPC |
getEPC()
|
LogReader |
getLogReader()
Returns the LogReader object that was used to generate this mining result. |
ProvidedObject[] |
getProvidedObjects()
|
javax.swing.JComponent |
getVisualization()
Returns a component that contains the visualization of this mining result. |
void |
showEPC(ConfigurableEPC epc)
|
void |
unSelectAll()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPCResult(LogReader log, ConfigurableEPC epc)
public EPCResult(LogReader log, EPCHierarchy epcHierarchy)
public EPCResult(LogReader log, ConfigurableEPC epc, MiningPlugin algorithm)
Method Detail |
---|
public ConfigurableEPC getEPC()
public void addInHierarchy(java.lang.Object child, java.lang.Object parent, java.lang.String label)
public LogReader getLogReader()
MiningResult
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 void showEPC(ConfigurableEPC epc)
public javax.swing.JComponent getVisualization()
MiningResult
null
if this result cannot be visualized.
getVisualization
in interface MiningResult
null
if this result cannot be visualizedpublic void unSelectAll()
public ProvidedObject[] getProvidedObjects()
getProvidedObjects
in interface Provider
public java.util.ArrayList getConnectableObjects()
LogReaderConnection
getConnectableObjects
in interface LogReaderConnection
public void connectWith(LogReader newLog, java.util.HashMap eventsMapping)
LogReaderConnection
LogReader
to the object.
The eventsMapping
variable is a HashMap
that has a key
for every Object
returned by the getConnectableObjects
method.
Each key is an Object
and it is associated with
an Object[2]
object. This array contains two objects. The first object
is 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.
The eventsMapping
parameter may be null
.
connectWith
in interface LogReaderConnection
newLog
- the log reader to connecteventsMapping
- the events to map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |