|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.fuzzymining.replay.DetailNodeAnalysis
public class DetailNodeAnalysis
Nested Class Summary | |
---|---|
static class |
DetailNodeAnalysis.SimplificationType
|
Field Summary | |
---|---|
protected LogEvent |
event
|
protected Node |
node
|
protected DetailNodeAnalysis.SimplificationType |
type
|
Constructor Summary | |
---|---|
DetailNodeAnalysis(Node node,
LogEvent event,
DetailNodeAnalysis.SimplificationType type)
|
Method Summary | |
---|---|
int |
compareTo(DetailNodeAnalysis dna)
|
LogEvent |
getEvent()
|
Node |
getNode()
|
DetailNodeAnalysis.SimplificationType |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Node node
protected LogEvent event
protected DetailNodeAnalysis.SimplificationType type
Constructor Detail |
---|
public DetailNodeAnalysis(Node node, LogEvent event, DetailNodeAnalysis.SimplificationType type)
Method Detail |
---|
public Node getNode()
public LogEvent getEvent()
public DetailNodeAnalysis.SimplificationType getType()
public int compareTo(DetailNodeAnalysis dna)
compareTo
in interface java.lang.Comparable<DetailNodeAnalysis>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |