Package edu.cmu.tetrad.util
Interface TetradLoggerConfig.Event
- All Superinterfaces:
Serializable
,TetradSerializable
- All Known Implementing Classes:
DefaultTetradLoggerConfig.DefaultEvent
- Enclosing interface:
TetradLoggerConfig
Represents an event which is just an id and a description.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the event.getId()
Returns the ID of the event.
-
Method Details
-
getId
-
getDescription
-