org.processmining.mining.fuzzymining.replay
Class DetailNodeAnalysis

java.lang.Object
  extended by org.processmining.mining.fuzzymining.replay.DetailNodeAnalysis
All Implemented Interfaces:
java.lang.Comparable<DetailNodeAnalysis>

public class DetailNodeAnalysis
extends java.lang.Object
implements java.lang.Comparable<DetailNodeAnalysis>

Author:
christian

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

node

protected Node node

event

protected LogEvent event

type

protected DetailNodeAnalysis.SimplificationType type
Constructor Detail

DetailNodeAnalysis

public DetailNodeAnalysis(Node node,
                          LogEvent event,
                          DetailNodeAnalysis.SimplificationType type)
Method Detail

getNode

public Node getNode()

getEvent

public LogEvent getEvent()

getType

public DetailNodeAnalysis.SimplificationType getType()

compareTo

public int compareTo(DetailNodeAnalysis dna)
Specified by:
compareTo in interface java.lang.Comparable<DetailNodeAnalysis>