pub type Event = u8;Expand description
The representation of an entity that can assign theta roles (e.g. a runnning even, when its raining, etc.)
They are representated as indices to the relevant ThetaRoles in a given Scenario.
Trait Implementations§
Source§impl TryFrom<LanguageResult<'_>> for Event
impl TryFrom<LanguageResult<'_>> for Event
Source§type Error = LanguageTypeError
type Error = LanguageTypeError
The type returned in the event of a conversion error.