Interface TetradLoggerConfig.Event

All Superinterfaces:
Serializable, TetradSerializable
All Known Implementing Classes:
DefaultTetradLoggerConfig.DefaultEvent
Enclosing interface:
TetradLoggerConfig

public static interface TetradLoggerConfig.Event extends TetradSerializable
Represents an event which is just an id and a description.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the event.
    Returns the ID of the event.
  • Method Details

    • getId

      String getId()
      Returns the ID of the event.
      Returns:
      the ID of the event
    • getDescription

      String getDescription()
      Returns the description of the event.
      Returns:
      the description of the event