Event

Type Alias Event 

Source
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

Source§

type Error = LanguageTypeError

The type returned in the event of a conversion error.
Source§

fn try_from(value: LanguageResult<'_>) -> Result<Self, Self::Error>

Performs the conversion.