Index

A B C D E F G H I L M N O P R S T U V 
All Classes All Packages

I

I_ACTION - edu.fiu.jtlex.data.IEvent.EventClass
An I_ACTION is an Intensional Action.
I_STATE - edu.fiu.jtlex.data.IEvent.EventClass
This class includes states that refer to alternative or possible worlds, (delimited by square brackets in the examples below), which can be introduced by subordinated clauses, nominalizations, or untensed VPs.
IAFTER - edu.fiu.jtlex.data.ILink.TLinkType
One immediately after than the other.
IBEFORE - edu.fiu.jtlex.data.ILink.TLinkType
One immediately before the other.
IDENTITY - edu.fiu.jtlex.data.ILink.TLinkType
Event identity.
IDisconnectivity - Interface in edu.fiu.jtlex.data
A separate class for implementation of SuggestLinks.
IEvent - Interface in edu.fiu.jtlex.data
Represents the EVENT tag.
IEvent.EventClass - Enum in edu.fiu.jtlex.data
An enum that represents the seven different event classes an object may belong to.
IGraph - Interface in edu.fiu.jtlex.data
Represents a TimeML Graph.
IGraph.GraphType - Enum in edu.fiu.jtlex.data
Determines whether the graph is the main graph, or a subordination graph.
IGraphTCSP - Interface in edu.fiu.jtlex.data
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 - Interface in edu.fiu.jtlex.data
Provides methods for identifying inconsistent subgraphs.
IIndeterminacy - Interface in edu.fiu.jtlex.data
The Interface for the indeterminacy java class to implement its methods from.
IInstance - Interface in edu.fiu.jtlex.data
Represents the MAKEINSTANCE tag.
IInstance.Aspect - Enum in edu.fiu.jtlex.data
An enum that represents the different aspects of an event instance phrase.
IInstance.Polarity - Enum in edu.fiu.jtlex.data
An enum that indicates whether the event instance phrase is negated.
IInstance.Pos - Enum in edu.fiu.jtlex.data
An enum that represents the different part of speech categories.
IInstance.Tense - Enum in edu.fiu.jtlex.data
An enum that represents the different tenses of event instance phrases.
ILink - Interface in edu.fiu.jtlex.data
Interface of Link attributes shared by 3 Links (TLink,SLink,ALink).
ILink.ALinkType - Enum in edu.fiu.jtlex.data
Enum that represents the temporal relation holding between the entities for ALink.
ILink.LinkTag - Enum in edu.fiu.jtlex.data
Enum that represents the type of link.
ILink.Origintype - Enum in edu.fiu.jtlex.data
Enum that represents whether the TLink was generated manually or by closure.
ILink.SLinkType - Enum in edu.fiu.jtlex.data
Enum that represents the temporal relation holding between the entities for SLink.
ILink.TLinkType - Enum in edu.fiu.jtlex.data
Enum that represents temporal relation holding between the entities for a TLink.
ILinkType - Interface in edu.fiu.jtlex.data
Interface of to propagate children.
INCLUDES - edu.fiu.jtlex.data.ILink.TLinkType
One including the other.
InconsistencyDetector - Class in edu.fiu.jtlex.data
Default implementation of IInconsistency.
InconsistencyDetector() - Constructor for class edu.fiu.jtlex.data.InconsistencyDetector
 
inconsistentSubGraphsToJSON() - Method in class edu.fiu.jtlex.data.Graph
Formats and returns the JSON representation of the inconsistent subgraphs.
IndeterminacyDetector - Class in edu.fiu.jtlex.data
Indeterminant timelines are where there are a pair of nodes (events or times) that do not have a clear order in time.
IndeterminacyDetector(IGraph) - Constructor for class edu.fiu.jtlex.data.IndeterminacyDetector
Creates an Indeterminacy Detector with the a given TimeML Graph.
indeterminantTimePairs() - Method in interface edu.fiu.jtlex.data.IIndeterminacy
Returns the adjacent indeterminant time pairings.
indeterminantTimePairs() - Method in class edu.fiu.jtlex.data.IndeterminacyDetector
Returns the adjacent indeterminant time pairings.
indeterminantTimePoints() - Method in interface edu.fiu.jtlex.data.IIndeterminacy
Returns the time points which are indeterminant.
indeterminantTimePoints() - Method in class edu.fiu.jtlex.data.IndeterminacyDetector
Returns the time points which are indeterminant.
INFINITIVE - edu.fiu.jtlex.data.IInstance.Tense
Infinitive: For Example, Callahan plans to release the information today.
INITIATES - edu.fiu.jtlex.data.ILink.ALinkType
John started to read.
INode - Interface in edu.fiu.jtlex.data
Super interface for Instances and Timexs.
Instance - Class in edu.fiu.jtlex.data
Default implementation of IMakeInstance.
Instance(int, IEvent, IInstance.Tense, IInstance.Aspect, IInstance.Pos, IInstance.Polarity, String, ISignal, String) - Constructor for class edu.fiu.jtlex.data.Instance
Creates a new event Instance object.
IPartitioner - Interface in edu.fiu.jtlex.data
Interface used for the implementation to partition an input TimeML temporal graph into main subgraph and subordinating subgraphs.
IS_INCLUDED - edu.fiu.jtlex.data.ILink.TLinkType
One being included in the other.
isConsistent() - Method in class edu.fiu.jtlex.data.Graph
 
isConsistent() - Method in interface edu.fiu.jtlex.data.IGraph
Returns true if the graph is consistent.
isConsistent(IGraph) - Method in interface edu.fiu.jtlex.data.IInconsistency
A method to verify the consistency of a graph.
isConsistent(IGraph) - Method in class edu.fiu.jtlex.data.InconsistencyDetector
A static method to verify the consistency of a graph.
ISignal - Interface in edu.fiu.jtlex.data
Represents the signal tag.
iterator() - Method in interface edu.fiu.jtlex.data.ITimeline
Returns an iterator object that is used in for-each loops.
iterator() - Method in class edu.fiu.jtlex.data.Timeline
Returns an iterator object that is used in for-each loops.
IText - Interface in edu.fiu.jtlex.data
Text objects are a placeholder for pre-analyzed, parsed data.
ITimeline - Interface in edu.fiu.jtlex.data
Represents a Timeline of a TimeML graph, which is an ordered list of the events extracted from a TimeML Graph.
ITimeMLParser - Interface in edu.fiu.jtlex.data
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 - Interface in edu.fiu.jtlex.data
Represents the TIME tag.
ITimex.FunctionInDocument - Enum in edu.fiu.jtlex.data
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 - Enum in edu.fiu.jtlex.data
An enum that represents the twelve different Mod states an object may belong to.
ITimex.TimexType - Enum in edu.fiu.jtlex.data
An enum that represents the four different types an object may belong to.
Timex may belong to: DATETIME DURATIONSET type
IType - Interface in edu.fiu.jtlex.data
Wrapper interface for IEvent.EventClass and ITimex.TimexType.
A B C D E F G H I L M N O P R S T U V 
All Classes All Packages