public class EventLogTransformer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Function<EventLogEntry,SimulationEvent>> |
transformers |
| Constructor and Description |
|---|
EventLogTransformer(List<Function<EventLogEntry,SimulationEvent>> transformers) |
| Modifier and Type | Method and Description |
|---|---|
List<SimulationEvent> |
transform(List<EventLogEntry> eventLog) |
protected Collection<SimulationEvent> |
transformEntry(EventLogEntry event) |
protected List<Function<EventLogEntry,SimulationEvent>> transformers
public EventLogTransformer(List<Function<EventLogEntry,SimulationEvent>> transformers)
public List<SimulationEvent> transform(List<EventLogEntry> eventLog)
protected Collection<SimulationEvent> transformEntry(EventLogEntry event)
Copyright © 2016 Alfresco. All rights reserved.