All Classes

Class Description
Disconnectivity
Default implementation of IDisconnectivity.
Event
Default implementation of IEvent.
Graph
Default implementation of IGraph.
GraphTCSP
Default implementation of IGraphTCSP.
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.
IIndeterminacy
The Interface for the indeterminacy java class to implement its methods from.
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.
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.
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.
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.