public class CalculateLogHeuristics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Set<java.lang.String> |
events |
org.deckfour.xes.info.XLogInfo |
info |
java.util.List<java.lang.String> |
orderedBasedOnSeq |
java.util.Set<TransPairAlignment> |
tranPairs |
Constructor and Description |
---|
CalculateLogHeuristics(org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
<K,V extends java.lang.Comparable<? super V>> |
entriesSortedByValues(java.util.Map<K,V> map) |
java.util.Set<java.lang.String> |
getActivities() |
float |
getAvgOcc() |
float |
getCasePerct() |
java.util.Map<java.lang.String,java.lang.Integer> |
getDirectlyFollows() |
java.util.Map<java.lang.String,java.lang.Integer> |
getDirectlyPrecedes() |
java.util.Map<java.lang.String,java.lang.Integer> |
getEventuallyFollows() |
java.util.Map<java.lang.String,java.lang.Integer> |
getEventuallyPrecedes() |
int |
getMaxOcc() |
int |
getMinOcc() |
java.util.List<java.lang.String> |
getOrderedBasedOnSeq() |
void |
setAvgOcc(float avgOcc) |
void |
setCasePerct(float casePerct) |
void |
setDirectlyFollows(java.util.Map<java.lang.String,java.lang.Integer> directlyFollows) |
void |
setDirectlyFollows(java.lang.String act,
int val) |
void |
setDirectlyPrecedes(java.util.Map<java.lang.String,java.lang.Integer> directlyPrecedes) |
void |
setDirectlyPrecedes(java.lang.String act,
int val) |
void |
setEventuallyFollows(java.util.Map<java.lang.String,java.lang.Integer> eventuallyFollows) |
void |
setEventuallyFollows(java.lang.String act,
int val) |
void |
setEventuallyPrecedes(java.util.Map<java.lang.String,java.lang.Integer> eventuallyPrecedes) |
void |
setEventuallyPrecedes(java.lang.String act,
int val) |
void |
setMaxOcc(int maxOcc) |
void |
setMinOcc(int minOcc) |
void |
setOrderedBasedOnSeq(java.util.List<java.lang.String> orderedBasedOnSeq) |
public org.deckfour.xes.info.XLogInfo info
public java.util.Set<java.lang.String> events
public java.util.Set<TransPairAlignment> tranPairs
public java.util.List<java.lang.String> orderedBasedOnSeq
public CalculateLogHeuristics(org.deckfour.xes.model.XLog log)
public <K,V extends java.lang.Comparable<? super V>> java.util.Map<K,V> entriesSortedByValues(java.util.Map<K,V> map)
public java.util.Set<java.lang.String> getActivities()
public java.util.Map<java.lang.String,java.lang.Integer> getDirectlyFollows()
public void setDirectlyFollows(java.lang.String act, int val)
public void setDirectlyPrecedes(java.lang.String act, int val)
public void setDirectlyFollows(java.util.Map<java.lang.String,java.lang.Integer> directlyFollows)
public java.util.Map<java.lang.String,java.lang.Integer> getDirectlyPrecedes()
public void setDirectlyPrecedes(java.util.Map<java.lang.String,java.lang.Integer> directlyPrecedes)
public java.util.Map<java.lang.String,java.lang.Integer> getEventuallyFollows()
public void setEventuallyFollows(java.lang.String act, int val)
public void setEventuallyPrecedes(java.lang.String act, int val)
public int getMaxOcc()
public void setMaxOcc(int maxOcc)
public int getMinOcc()
public void setMinOcc(int minOcc)
public float getCasePerct()
public void setCasePerct(float casePerct)
public void setEventuallyFollows(java.util.Map<java.lang.String,java.lang.Integer> eventuallyFollows)
public java.util.Map<java.lang.String,java.lang.Integer> getEventuallyPrecedes()
public void setEventuallyPrecedes(java.util.Map<java.lang.String,java.lang.Integer> eventuallyPrecedes)
public java.util.List<java.lang.String> getOrderedBasedOnSeq()
public void setOrderedBasedOnSeq(java.util.List<java.lang.String> orderedBasedOnSeq)
public float getAvgOcc()
public void setAvgOcc(float avgOcc)