Class EventFactory

java.lang.Object
org.mpi_sws.jmc.strategies.trust.EventFactory

public class EventFactory extends Object
  • Constructor Details

    • EventFactory

      public EventFactory()
  • Method Details

    • fromRuntimeEvent

      public static List<Event> fromRuntimeEvent(JmcRuntimeEvent runtimeEvent)
      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).