Uses of Class
edu.fiu.jtlex.data.IInstance.Tense
-
Uses of IInstance.Tense in edu.fiu.jtlex.data
Methods in edu.fiu.jtlex.data that return IInstance.Tense Modifier and Type Method Description IInstance.TenseIInstance. getTense()Returns the tense of the verbal phrase.IInstance.TenseInstance. getTense()Returns the tense of the verbal phrase.static IInstance.TenseIInstance.Tense. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IInstance.Tense[]IInstance.Tense. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.fiu.jtlex.data with parameters of type IInstance.Tense 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.