Package edu.fiu.jtlex.data

  • Interface Summary 
    Interface Description
    IDisconnectivity
    A separate class for implementation of SuggestLinks.
    IEvent
    Represents the EVENT tag.
    IGraph
    Represents a TimeML 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.
    IIndeterminacy
    The Interface for the indeterminacy java class to implement its methods from.
    IInstance
    Represents the MAKEINSTANCE tag.
    ILink
    Interface of Link attributes shared by 3 Links (TLink,SLink,ALink).
    ILinkType
    Interface of to propagate children.
    INode
    Super interface for Instances and Timexs.
    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.
    IType
    Wrapper interface for IEvent.EventClass and ITimex.TimexType.
  • Class Summary 
    Class Description
    Disconnectivity
    Default implementation of IDisconnectivity.
    Event
    Default implementation of IEvent.
    Graph
    Default implementation of IGraph.
    GraphTCSP
    Default implementation of IGraphTCSP.
    InconsistencyDetector
    Default implementation of IInconsistency.
    IndeterminacyDetector
    Indeterminant timelines are where there are a pair of nodes (events or times) that do not have a clear order in time.
    Instance
    Default implementation of IMakeInstance.
    Link
    Default implementation of ILink.
    Partitioner
    Class used to partition an input TimeML temporal graph into main subgraph and subordinating subgraphs.
    Signal
    Default implementation of ISignal.
    Text
    Default implementation of IText.
    Timeline
    Default implementation of ITimeline.
    TimeMLParser
    Default implementation of ITimeMLParser.
    Timex
    Default implementation of ITimex.
  • Enum Summary 
    Enum Description
    IEvent.EventClass
    An enum that represents the seven different event classes an object may belong to.
    IGraph.GraphType
    Determines whether the graph is the main graph, or a subordination graph.
    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.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.
    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