Uses of Package
edu.fiu.jtlex.data

  • Classes in edu.fiu.jtlex.data used by edu.fiu.jtlex.data 
    Class Description
    Event
    Default implementation of IEvent.
    Graph
    Default implementation of IGraph.
    IDisconnectivity
    A separate class for implementation of SuggestLinks.
    IEvent
    Represents the EVENT tag.
    IEvent.EventClass
    An enum that represents the seven different event classes an object may belong to.
    IGraph
    Represents a TimeML Graph.
    IGraph.GraphType
    Determines whether the graph is the main graph, or a subordination graph.
    IGraphTCSP
    Converts a TimeML Graph into a Temporal Constraint Satisfaction Problem (TCSP) as follows: Each node in the TimeML graph represents an event or time.
    IInconsistency
    Provides methods for identifying inconsistent subgraphs.
    IInstance
    Represents the MAKEINSTANCE tag.
    IInstance.Aspect
    An enum that represents the different aspects of an event instance phrase.
    IInstance.Polarity
    An enum that indicates whether the event instance phrase is negated.
    IInstance.Pos
    An enum that represents the different part of speech categories.
    IInstance.Tense
    An enum that represents the different tenses of event instance phrases.
    ILink
    Interface of Link attributes shared by 3 Links (TLink,SLink,ALink).
    ILink.ALinkType
    Enum that represents the temporal relation holding between the entities for ALink.
    ILink.LinkTag
    Enum that represents the type of link.
    ILink.Origintype
    Enum that represents whether the TLink was generated manually or by closure.
    ILink.SLinkType
    Enum that represents the temporal relation holding between the entities for SLink.
    ILink.TLinkType
    Enum that represents temporal relation holding between the entities for a TLink.
    ILinkType
    Interface of to propagate children.
    INode
    Super interface for Instances and Timexs.
    Instance
    Default implementation of IMakeInstance.
    IPartitioner
    Interface used for the implementation to partition an input TimeML temporal graph into main subgraph and subordinating subgraphs.
    ISignal
    Represents the signal tag.
    IText
    Text objects are a placeholder for pre-analyzed, parsed data.
    ITimeline
    Represents a Timeline of a TimeML graph, which is an ordered list of the events extracted from a TimeML Graph.
    ITimeMLParser
    The interface for the master parser to allow for different parts of a timeML document (Event, Timex, and Link) to be parsed for the required variables within their strings.
    ITimex
    Represents the TIME tag.
    ITimex.FunctionInDocument
    An enum that represents the seven different functions an object may belong to.
    Function may belong to: CREATION_TIMEMODIFICATION_TIME PUBLICATION_TIMERELEASE_TIMERECEPTION_TIME EXPIRATION_TIMENONE
    ITimex.TimexMod
    An enum that represents the twelve different Mod states an object may belong to.
    ITimex.TimexType
    An enum that represents the four different types an object may belong to.
    Timex may belong to: DATETIME DURATIONSET type
    IType
    Wrapper interface for IEvent.EventClass and ITimex.TimexType.
    Link
    Default implementation of ILink.
    Signal
    Default implementation of ISignal.
    Timeline
    Default implementation of ITimeline.
    Timex
    Default implementation of ITimex.