Package org.mpi_sws.jmc.strategies.trust
Class EventFactory
java.lang.Object
org.mpi_sws.jmc.strategies.trust.EventFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromRuntimeEvent(JmcRuntimeEvent runtimeEvent) Creates a new event mapping the runtime event to the trust event.
-
Constructor Details
-
EventFactory
public EventFactory()
-
-
Method Details
-
fromRuntimeEvent
Creates a new event mapping the runtime event to the trust event.Returns empty list if event not supported.
- Parameters:
runtimeEvent- The runtime event.- Returns:
- A list of trust events (empty if not supported).
-