Package | Description |
---|---|
org.seamcat.model | |
org.seamcat.model.plugin.eventprocessing | |
org.seamcat.model.simulation.result |
Modifier and Type | Method and Description |
---|---|
List<EventProcessing> |
Scenario.getEventProcessingList()
Returns the list of Event Processing Plugins configured
for this scenario
|
Modifier and Type | Method and Description |
---|---|
<T> EventProcessing<T> |
EventProcessingFactory.getByClass(Class<? extends EventProcessingPlugin<T>> clazz) |
<T> EventProcessing<T> |
EventProcessingFactory.getByClass(Class<? extends EventProcessingPlugin<T>> clazz,
T input) |
<T> EventProcessing<T> |
EventProcessingFactory.getByClass(Class<? extends EventProcessingPlugin<T>> clazz,
T input,
String id,
String name,
String notes) |
<T> EventProcessing<T> |
EventProcessingFactory.getByConfiguration(Configuration<EventProcessingPlugin<T>,T> configuration) |
Modifier and Type | Method and Description |
---|---|
Results |
SimulationResult.getResult(EventProcessing epp) |
Copyright © 2018. All rights reserved.