Class Occurred

    • Constructor Detail

      • Occurred

        public Occurred()
        Default constructor. A default constructor is necessary for ontological classes.
    • Method Detail

      • setWhat

        public void setWhat​(EventRecord er)
        Set the what slot of this event.
        Parameters:
        er - The record of the occurred event, along with location and timestamp information.
      • getWhat

        public EventRecord getWhat()
        Retrieve the value of the what slot of this event, containing the record of the occurred event, along with location and timestamp information.
        Returns:
        The value of the what slot, or null if no value was set.