public class GroupingFunction extends java.lang.Object implements com.google.common.base.Function<com.google.common.collect.Multiset.Entry<TraceVariantPOrder>,PartialOrderVariant>
| Constructor and Description |
|---|
GroupingFunction(java.lang.String timeGranularity) |
| Modifier and Type | Method and Description |
|---|---|
PartialOrderVariant |
apply(com.google.common.collect.Multiset.Entry<TraceVariantPOrder> variant) |
void |
setTimeGranularity(java.lang.String timeGranularity) |
public void setTimeGranularity(java.lang.String timeGranularity)
public PartialOrderVariant apply(com.google.common.collect.Multiset.Entry<TraceVariantPOrder> variant)
apply in interface com.google.common.base.Function<com.google.common.collect.Multiset.Entry<TraceVariantPOrder>,PartialOrderVariant>