Package edu.fiu.jtlex

Class TemporalNode

java.lang.Object
edu.fiu.jtlex.TemporalNode
All Implemented Interfaces:
IANode, ITemporalNode

public class TemporalNode
extends java.lang.Object
implements ITemporalNode
Author:
arada002
  • Constructor Summary

    Constructors 
    Constructor Description
    TemporalNode​(int id, int begin, int end, java.lang.String text, CompoundTerm[] compoundTerms)  
  • Method Summary

    Modifier and Type Method Description
    int getBegin()  
    CompoundTerm getCompoundTerm()  
    int getEnd()  
    edu.fiu.jtlex.data.ITimex.FunctionInDocument getFid()  
    int getId()  
    java.lang.String getText()  
    java.lang.String getTimexText()  
    int getTimexTid()  
    edu.fiu.jtlex.data.ITimex.TimexType getTimexType()  
    boolean isTemporalFunction()  
    edu.fiu.jtlex.data.ITimex toTimex()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait