Uses of Class
edu.fiu.jtlex.data.ITimex.TimexMod
-
Uses of ITimex.TimexMod in edu.fiu.jtlex.data
Methods in edu.fiu.jtlex.data that return ITimex.TimexMod Modifier and Type Method Description ITimex.TimexModITimex. getMod()Returns the mod to which the object belongs.ITimex.TimexModTimex. getMod()Returns the mod to which the object belongs.static ITimex.TimexModITimex.TimexMod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ITimex.TimexMod[]ITimex.TimexMod. 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 ITimex.TimexMod Constructor Description Timex(int tID, ITimex.TimexType type, java.lang.String value, ITimex.TimexMod mod, boolean temporalFunction, int anchorID, ITimex.FunctionInDocument documentFunction, int beginPoint, int endPoint, java.lang.String quant, java.lang.String freq, java.lang.String phrase)Creates a new Timex with the specified information.