Class PrimeEventStructure

  • All Implemented Interfaces:
    java.io.Serializable

    public class PrimeEventStructure
    extends java.lang.Object
    implements java.io.Serializable
    Model of a PrimeEventStructure This PrimeEventStructure holds its events and states
    Author:
    Robin Bergenthum, Raphael Meyer
    See Also:
    Serialized Form
    • Constructor Detail

      • PrimeEventStructure

        public PrimeEventStructure()
    • Method Detail

      • getEvents

        public java.util.ArrayList<Event> getEvents()
        Returns:
        the event of the current PrimeEventStructure
      • setEvents

        public void setEvents​(java.util.ArrayList<Event> events)
        Parameters:
        events - set the current events belong to the PrimeEventStructure
      • getStates

        public java.util.ArrayList<State> getStates()
        Returns:
        the states of the current PrimeEventStructure
      • setStates

        public void setStates​(java.util.ArrayList<State> states)
        Parameters:
        states - set states of the current PrimeEventStructure