Uses of Class
edu.fiu.jtlex.data.ITimex.TimexType
-
Uses of ITimex.TimexType in edu.fiu.jtlex.data
Methods in edu.fiu.jtlex.data that return ITimex.TimexType Modifier and Type Method Description ITimex.TimexTypeTimex. getType()Returns the type of the timex.static ITimex.TimexTypeITimex.TimexType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ITimex.TimexType[]ITimex.TimexType. 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.TimexType 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.