Package events

Class AbstractScenarioEvent

  • All Implemented Interfaces:
    dispatch.InterfaceEvent, Comparable<dispatch.AbstractEvent>

    public abstract class AbstractScenarioEvent
    extends dispatch.AbstractEvent
    • Constructor Detail

      • AbstractScenarioEvent

        public AbstractScenarioEvent​(jaxb.Event jev)
    • Method Detail

      • validate_pre_init

        public void validate_pre_init​(error.OTMErrorLog errorLog)
      • initialize

        public void initialize​(Scenario scenario)
                        throws error.OTMException
        Throws:
        error.OTMException
      • validate_post_init

        public abstract void validate_post_init​(error.OTMErrorLog errorLog)