Uses of Interface
edu.fiu.jtlex.data.IEvent
-
Uses of IEvent in edu.fiu.jtlex.data
Classes in edu.fiu.jtlex.data that implement IEvent Modifier and Type Class Description classEventDefault implementation ofIEvent.Methods in edu.fiu.jtlex.data that return IEvent Modifier and Type Method Description IEventIEvent. clone()Returns a deep copy of the event.IEventIInstance. getEvent()Returns the ID of the event to which the instance is related.IEventInstance. getEvent()Returns the ID of the event to which the instance is related.IEventITimeMLParser. parseEvent(java.lang.String eventString)A parser method which takes the string input representing an Event and parses it to get the different variables from the string.IEventTimeMLParser. parseEvent(java.lang.String eventString)A method for parsing events from a string.Methods in edu.fiu.jtlex.data with parameters of type IEvent Modifier and Type Method Description java.util.Set<IInstance>IText. getRelatedInstances(IEvent event)Returns the Instances related to the event passedjava.util.Set<IInstance>Text. getRelatedInstances(IEvent event)Finds and returns the related instances to an event.Constructors in edu.fiu.jtlex.data with parameters of type IEvent Constructor Description Instance(int eventInstanceID, IEvent event, IInstance.Tense tense, IInstance.Aspect aspect, IInstance.Pos pos, IInstance.Polarity polarity, java.lang.String modality, ISignal signal, java.lang.String cardinality)Creates a new event Instance object.