Uses of Class
edu.fiu.jtlex.ILingusticEvent.EventType
-
Uses of ILingusticEvent.EventType in edu.fiu.jtlex
Methods in edu.fiu.jtlex that return ILingusticEvent.EventType Modifier and Type Method Description ILingusticEvent.EventTypeILingusticEvent. getEventType()An event type that can be REPORTILingusticEvent.EventTypeLInguisticEvent. getEventType()static ILingusticEvent.EventTypeILingusticEvent.EventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ILingusticEvent.EventType[]ILingusticEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.fiu.jtlex with parameters of type ILingusticEvent.EventType Constructor Description LInguisticEvent(int id, java.lang.String lemma, java.lang.String text, int begin, int end, ILingusticEvent.EventType eventType, ILingusticEvent.EventIntent eventIntent)Creates a new Linguistic Event with the specified information.