|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.instancemining.ModelGraphResult
public class ModelGraphResult
Field Summary | |
---|---|
protected ModelGraph |
net
|
Constructor Summary | |
---|---|
ModelGraphResult(ModelGraph net)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ModelGraph net
Constructor Detail |
---|
public ModelGraphResult(ModelGraph net)
Method Detail |
---|
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 ProvidedObject[] getProvidedObjects()
getProvidedObjects
in interface Provider
public javax.swing.JComponent getVisualization()
MiningResult
null
if this result cannot be visualized.
getVisualization
in interface MiningResult
null
if this result cannot be visualized
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |