Uses of Class
edu.fiu.jtlex.data.ITimex.FunctionInDocument
-
Uses of ITimex.FunctionInDocument in edu.fiu.jtlex.data
Methods in edu.fiu.jtlex.data that return ITimex.FunctionInDocument Modifier and Type Method Description ITimex.FunctionInDocumentITimex. getFunction()Returns the function to which the object belongs.ITimex.FunctionInDocumentTimex. getFunction()Returns the function to which the object belongs.static ITimex.FunctionInDocumentITimex.FunctionInDocument. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ITimex.FunctionInDocument[]ITimex.FunctionInDocument. 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.FunctionInDocument 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.