public class LogFrequencyImpl extends java.lang.Object implements LogFrequency
Constructor and Description |
---|
LogFrequencyImpl(org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
void |
add(int frequency) |
int |
get(int frequency) |
java.lang.String |
toHTMLString(boolean includeHTMLTags) |
public java.lang.String toHTMLString(boolean includeHTMLTags)
toHTMLString
in interface org.processmining.framework.util.HTMLToString
public void add(int frequency)
add
in interface LogFrequency
public int get(int frequency)
get
in interface LogFrequency