public interface Scenario
Modifier and Type | Method and Description |
---|---|
List<ConsistencyError> |
getConsistencyErrors()
Will return the list of consistency errors
reported for this scenario
|
List<EventProcessing> |
getEventProcessingList()
Returns the list of Event Processing Plugins configured
for this scenario
|
List<InterferenceLink> |
getInterferenceLinks()
Returns the list of interference links defined in this scenario
|
ContexedSystemPlugin |
getVictim()
Returns the victim system of this scenario.
|
int |
numberOfEvents()
how many events or snapshots should be simulated when running
this scenario as a Monte Carlo simulation
|
int numberOfEvents()
List<InterferenceLink> getInterferenceLinks()
List<EventProcessing> getEventProcessingList()
ContexedSystemPlugin getVictim()
List<ConsistencyError> getConsistencyErrors()
Copyright © 2018. All rights reserved.