public class DetailNodeAnalysis extends java.lang.Object implements java.lang.Comparable<DetailNodeAnalysis>
Modifier and Type | Class and Description |
---|---|
static class |
DetailNodeAnalysis.SimplificationType |
Modifier and Type | Field and Description |
---|---|
protected org.deckfour.xes.model.XEvent |
event |
protected FMNode |
node |
protected DetailNodeAnalysis.SimplificationType |
type |
Constructor and Description |
---|
DetailNodeAnalysis(FMNode node,
org.deckfour.xes.model.XEvent event,
DetailNodeAnalysis.SimplificationType type) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DetailNodeAnalysis dna) |
org.deckfour.xes.model.XEvent |
getEvent() |
FMNode |
getNode() |
DetailNodeAnalysis.SimplificationType |
getType() |
protected FMNode node
protected org.deckfour.xes.model.XEvent event
protected DetailNodeAnalysis.SimplificationType type
public DetailNodeAnalysis(FMNode node, org.deckfour.xes.model.XEvent event, DetailNodeAnalysis.SimplificationType type)
public FMNode getNode()
public org.deckfour.xes.model.XEvent getEvent()
public DetailNodeAnalysis.SimplificationType getType()
public int compareTo(DetailNodeAnalysis dna)
compareTo
in interface java.lang.Comparable<DetailNodeAnalysis>