Uses of Class
edu.fiu.jtlex.ILingusticEvent.EventIntent
-
Uses of ILingusticEvent.EventIntent in edu.fiu.jtlex
Methods in edu.fiu.jtlex that return ILingusticEvent.EventIntent Modifier and Type Method Description ILingusticEvent.EventIntentILingusticEvent. getEventIntent()an enum that represent the event intent.ILingusticEvent.EventIntentLInguisticEvent. getEventIntent()static ILingusticEvent.EventIntentILingusticEvent.EventIntent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ILingusticEvent.EventIntent[]ILingusticEvent.EventIntent. 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.EventIntent 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.