Index
All Classes and Interfaces|All Packages
A
- addEvent(ITimeMLEvent) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Adds an event to the graph.
- addEvent(ITimeMLEvent) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Adds an event to the graph.
- addLink(ITimeMLLink) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Adds the provided link to the graph.
- addLink(ITimeMLLink) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Adds the provided link to the graph.
- addNode(ITimeMLNode) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Adds a node to the graph.
- addNode(ITimeMLNode) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Adds a node to the graph.
- ADJECTIVE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Pos
-
Adjective
- AFTER - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One after the other.
- AFTER - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Point: less than (�less than a year ago�)
- APPROX - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Point and duration: about (e.g., �about three years ago�), around (e.g., �around three o�clock�), or approximately (e.g., �approximately one hour�).
- ASPECTUAL - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLEvent.EventClass
-
Grammatical device of aspectual predication
B
- BEFORE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One before the other.
- BEFORE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Point: more than (�more than a decade ago�)
- BEGINS - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One being the beginning of the other.
- BEGUN_BY - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One being begun by the other.
C
- clone() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Returns a field-by-field copy of the event.
- clone() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns a deep copy of the Link.
- clone() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLSignal
-
Returns a deep copy of the Signal.
- clone() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Creates and returns a field-by-field copy of the Timex.
- clone() - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Creates and returns a field-by-field copy of the Event.
- clone() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Creates and returns a field-by-field copy of the Instance.
- clone() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Returns a field-by-field copy of the Link.
- clone() - Method in class edu.fiu.jtlex.timeml.data.TimeMLSignal
-
Returns a field-by-field copy clone of the Signal.
- clone() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Creates and returns a field-by-field copy of the Timex.
- clone() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Creates a clone of the graph by first cloning the nodes and links and then returning them inside a new Graph object.
- clone() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLNode
-
Returns a field-by-field of the Node.
- clone() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Creates a clone of the graph by first cloning the nodes and links and then returning them inside a new Graph object.
- close() - Method in class edu.fiu.jtlex.algorithms.ConsoleWriter
-
Does nothing
- close() - Method in interface edu.fiu.jtlex.algorithms.IWriter
-
Closes the stream
- close() - Method in class edu.fiu.jtlex.algorithms.TimeMLWriter
-
Closes the stream.
- CLOSURE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.Origintype
-
Link was generated in the closure part of the annotation.
- CONDITIONAL - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.SLink
-
A conditional relationship can occur between any two event instances and is generally accompanied by a signal such as if.
- ConsoleWriter - Class in edu.fiu.jtlex.algorithms
-
A proxy class for printing to console.
- ConsoleWriter() - Constructor for class edu.fiu.jtlex.algorithms.ConsoleWriter
-
Creates a ConsoleWriter
- CONTINUES - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.ALink
-
John kept talking.
- convertMonthToHalf(int) - Method in class edu.fiu.jtlex.algorithms.DisconnectivityProcessor
-
Gets the half the month is bounded to out of the 12 months.
- convertMonthToHalf(int) - Method in interface edu.fiu.jtlex.algorithms.IDisconnectivityProcessor
-
Gets the half the month is bounded to out of the 12 months.
- convertMonthToQuarter(int) - Method in class edu.fiu.jtlex.algorithms.DisconnectivityProcessor
-
Gets the quarter the month is bounded to out of the 12 months.
- convertMonthToQuarter(int) - Method in interface edu.fiu.jtlex.algorithms.IDisconnectivityProcessor
-
Gets the quarter the month is bounded to out of the 12 months.
- convertSolutionToString(List<IntVar>) - Method in class edu.fiu.jtlex.algorithms.GraphTCSPSolver
-
Converts the given solution into its string representation
- convertSolutionToString(List<IntVar>) - Method in interface edu.fiu.jtlex.algorithms.IGraphTCSPSolver
-
Converts a solution into its string representation
- COUNTER_FACTIVE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.SLink
-
The event introduces a presupposition about the non-veracity of its argument: forget (to), unable to (in past tense), prevent, cancel, avoid, decline, etc.
- createTimeMLGraph() - Static method in class edu.fiu.jtlex.algorithms.GraphReader
-
Creates a new empty Graph.
- createTimeMLGraph(File) - Static method in class edu.fiu.jtlex.algorithms.GraphReader
-
Creates a new Graph from a TimeML file.
- createTimeMLGraph(InputStream) - Static method in class edu.fiu.jtlex.algorithms.GraphReader
-
Creates a new Graph from an input stream.
- createTimeMLGraph(String) - Static method in class edu.fiu.jtlex.algorithms.GraphReader
-
Creates a new Graph from a String.
- createTimeMLGraph(Set<ITimeMLNode>, Set<ITimeMLLink>) - Static method in class edu.fiu.jtlex.algorithms.GraphReader
-
Creates a new Graph based on nodes and links.
- CREATION_TIME - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.FunctionInDocument
-
The time the story is created.
- CULMINATES - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.ALink
-
John finished assembling the table.
D
- DATE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexType
-
The expression describes a calendar time.
- detect(ITimeMLGraph) - Method in interface edu.fiu.jtlex.algorithms.IIndeterminacyDetector
-
Detects indeterminacies in the given TimeML graph.
- detect(ITimeMLGraph) - Method in class edu.fiu.jtlex.algorithms.IndeterminacyDetector
-
Detects indeterminacies in the given TimeML graph.
- DisconnectivityProcessor - Class in edu.fiu.jtlex.algorithms
-
Default implementation of
IDisconnectivityProcessor
- DisconnectivityProcessor() - Constructor for class edu.fiu.jtlex.algorithms.DisconnectivityProcessor
-
Creates a new instance
- DURATION - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexType
-
The expression describes a duration.
- DURING - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One holds during the other.
- DURING_INV - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One is being held during the other.
E
- edu.fiu.jtlex.algorithms - package edu.fiu.jtlex.algorithms
- edu.fiu.jtlex.timeml.data - package edu.fiu.jtlex.timeml.data
- edu.fiu.jtlex.timeml.graph - package edu.fiu.jtlex.timeml.graph
- edu.fiu.jtlex.timeml.io - package edu.fiu.jtlex.timeml.io
- edu.fiu.jtlex.timeml.timeline - package edu.fiu.jtlex.timeml.timeline
- END - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Point and Duration: end or late (e.g., �late afternoon�)
- ENDED_BY - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One being ended by the other.
- ENDS - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One being the ending of the other.
- EQUAL_OR_LESS - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Duration: no more than (e.g., �...will be open no more than 10 days�)
- EQUAL_OR_MORE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Duration: at least (e.g., �...will be open at least 10 days�)
- equals(Object) - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Checks if this event equals an object.
- equals(Object) - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Checks if this instance equals an object.
- equals(Object) - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Checks if this link equals an object.
- equals(Object) - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLSignal
-
Checks if this Signal equals an object.
- equals(Object) - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLText
-
Checks if this text equals an object.
- equals(Object) - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Checks if this Timex equals an object.
- equals(Object) - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Checks if this event equals an object.
- equals(Object) - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Checks if this instance equals an object.
- equals(Object) - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Checks if this link equals an object.
- equals(Object) - Method in class edu.fiu.jtlex.timeml.data.TimeMLSignal
-
Checks if this Signal equals an object.
- equals(Object) - Method in class edu.fiu.jtlex.timeml.data.TimeMLText
-
Checks if this text equals an object.
- equals(Object) - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Checks if this Timex equals an object.
- equals(Object) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Checks if this graph equals an object.
- equals(Object) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLNode
-
Compares the given object to another of the same type.
- equals(Object) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Checks if this graph equals an object.
- equals(Object) - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Checks if this Timeline equals an object.
- equals(Object) - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Checks if this Timeline equals an object.
- EVIDENTIAL - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.SLink
-
Evidential relations are typically introduced by REPORTING or PERCEPTION events.
- EXPIRATION_TIME - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.FunctionInDocument
-
The time the story expires (if any).
F
- FACTIVE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.SLink
-
Certain verbs introduce an entailment (or presupposition) of their argument's veracity.
- FUTURE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Tense
-
Future tense.
G
- generateInconsistentSubgraphs(ITimeMLGraph) - Method in interface edu.fiu.jtlex.algorithms.IInconsistencyDetector
-
Generates a set of subgraphs that contain all the links and nodes involved in the inconsistencies.
- generateInconsistentSubgraphs(ITimeMLGraph) - Method in class edu.fiu.jtlex.algorithms.InconsistencyDetector
-
Given a TimeML graph generates a set of subgraphs that contain all the links and nodes involved in the inconsistencies.
- generateSelfLoopingSubGraphs(Set<ITimeMLLink>, Set<ITimeMLNode>) - Method in interface edu.fiu.jtlex.algorithms.IInconsistencyDetector
-
Given a set of links, identifies which are inconsistent self references, and produces a subgraph for each instance.
- generateSelfLoopingSubGraphs(Set<ITimeMLLink>, Set<ITimeMLNode>) - Method in class edu.fiu.jtlex.algorithms.InconsistencyDetector
-
Given a set of links, identifies which are inconsistent self references, and produces a subgraph for each instance.
- getAnchorTimeId() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the integer part of the anchortimeId.
- getAnchorTimeId() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the integer part of the anchortimeId.
- getAnchorTimeIdStr() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the string part of the anchortimeId.
- getAnchorTimeIdStr() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the string part of the anchortimeId.
- getAspect() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Returns the aspect of the verbal phrase.
- getAspect() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Returns the aspect of the verbal phrase.
- getAttachmentPoints() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns a List containing the breaking points from the Partitioning.java class.
- getAttachmentPoints() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns a List containing the breaking points.
- getBeginPoint() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the integer part of the beginpointId.
- getBeginPoint() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the integer part of the beginpointId.
- getBeginPointStr() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the string part of the beginpointId.
- getBeginPointStr() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the string part of the beginpointId.
- getCardinality() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Returns the cardinality of the event instance.
- getCardinality() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Returns the cardinality, only present if there is a signal that provides its value.
- getConsistentPartitions() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Returns the set of consistent subordinate subgraphs.
- getConsistentPartitions() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Gets a list of the consistent partitions.
- getDct(ITimeMLGraph) - Method in class edu.fiu.jtlex.algorithms.DisconnectivityProcessor
-
Gets the document creation time
- getDct(ITimeMLGraph) - Method in interface edu.fiu.jtlex.algorithms.IDisconnectivityProcessor
-
Gets a timex that is the date creation time tag from a partition
- getEndPoint() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the integer part of the endpointId.
- getEndPoint() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the integer part of the endpointId.
- getEndPointStr() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the string part of the endpointId.
- getEndPointStr() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the string part of the endpointId.
- getEvent() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Returns the ID of the event to which the instance is related.
- getEvent() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Returns the ID of the event to which the instance is related.
- getEventById(String) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Gets a event by id.
- getEventById(String) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Gets a event by id.
- getEventClass() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Returns the event class to which the object belongs.
- getEventClass() - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Returns the event class of an Event.
- getEventInstance() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns the ID of the event instance involved in the link.
- getEventInstance() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Returns the ID of the event instance involved in the link.
- getEvents() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLText
-
Returns a set view of all the events.
- getEvents() - Method in class edu.fiu.jtlex.timeml.data.TimeMLText
-
Returns the instances.
- getEvents() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Returns a snapshot of all the events currently in the graph.
- getEvents() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Returns a snapshot of all the events currently in the graph.
- getFirstPoint() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns the first timepoint in the Timeline.
- getFirstPoint() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns the first timepoint in the Timeline.
- getFreq() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns frequency String portion.
- getFreq() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns frequency String portion.
- getFunction() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the function to which the object belongs.
- getFunction() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the function to which the object belongs.
- getGraphType() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Gets the Graph's type.
- getGraphType() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Gets the Graph's type.
- getId() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Returns the integer part of the eventId.
- getId() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Returns the unique ID number eventInstanceID.
- getId() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the integer part of the tID.
- getId() - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Returns the eID of an Event.
- getId() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Returns the unique ID number eventInstanceID.
- getId() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the tID of the timex.
- getId() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLNode
-
Returns the integer part of the node ID.
- getID() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLSignal
-
Returns a unique signal ID number.
- getID() - Method in class edu.fiu.jtlex.timeml.data.TimeMLSignal
-
Returns the ID of a Signal.
- getIdStr() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Returns the full string representation of the eventID.
- getIdStr() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Grabs the eventInstanceID, adds eiid to the front for the String format and returns.
- getIdStr() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLSignal
-
Returns a unique signal ID string.
- getIdStr() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the tID.
- getIdStr() - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Grabs the eID, adds an e to the front for String format and returns.
- getIdStr() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Grabs the eventInstanceID, adds eiid to the front for the String format and returns.
- getIdStr() - Method in class edu.fiu.jtlex.timeml.data.TimeMLSignal
-
Returns the String format of a Signal ID.
- getIdStr() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Grabs the tID, adds a t to the front for String format and returns.
- getIdStr() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLNode
-
Returns the full string representation of the node ID.
- getInconsistentPartitions() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Returns the set of inconsistent subordinate subgraphs.
- getInconsistentPartitions() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Gets a list of the inconsistent partitions
- getInconsistentSubGraphs() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Gets the set of inconsistent subgraphs
- getInconsistentSubGraphs() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Gets the set of inconsistent subgraphs.
- getIndeterminacyScore() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Returns a percent value representing the indeterminacy score.
- getIndeterminacyScore() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Returns a percent value representing the indeterminacy score.
- getIndeterminacyScore() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLIndeterminacy
-
Calculates the indeterminacy score.
- getIndeterminacyScore() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLIndeterminacy
-
Calculates the indeterminacy score.
- getIndeterminantTimePairs() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Returns a list of Indeterminant Time Pairs.
- getIndeterminantTimePairs() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Returns a list of Indeterminant Time Pairs.
- getInLinks() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Each link has a node at its beginning and end.
- getInLinks() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Returns the InLinks in the graph.
- getInstances() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Returns the IDs of the instances related to the Event.
- getInstances() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLText
-
Returns a set view of all the instances.
- getInstances() - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Returns the IDs of the instances related to the Event.
- getInstances() - Method in class edu.fiu.jtlex.timeml.data.TimeMLText
-
Returns the instances.
- getLastPoint() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns the last timepoint in the Timeline.
- getLastPoint() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns the last timepoint in the Timeline.
- getLinkById(int) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Gets a link by id.
- getLinkById(int) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Gets a link by id.
- getLinkID() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns the ID of the link.
- getLinkID() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Returns the ID of the link.
- getLinks() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLText
-
Returns a set view of all the links.
- getLinks() - Method in class edu.fiu.jtlex.timeml.data.TimeMLText
-
Returns the links.
- getLinks() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Returns a snapshot of all the links currently in the graph.
- getLinks() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Returns a snapshot of all the links currently in the graph.
- getLinkTag() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns the type of Link.
- getLinkTag() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Returns the type of Link.
- getLinkTypesCount(ITimeMLGraph) - Static method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Gets the link count per link type.
- getMainTimeline() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns the
List<String>
representation of the main Timeline in the graph. - getMainTimeline() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns the
List<String>
representation of the main Timeline in the graph. - getMod() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the mod to which the object belongs.
- getMod() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the mod to which the object belongs.
- getModality() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
The modality attribute is only present if there is a modal word present that modifies the instance.
- getModality() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
The modality attribute is only present if there is a modal word present that modifies the instance.
- getNodeById(String) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Gets a node by id.
- getNodeById(String) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Gets a node by id.
- getNodes() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Returns a snapshot of all the nodes currently in the graph.
- getNodes() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Returns a snapshot of all the nodes currently in the graph.
- getOrigin() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns whether a TLINK was generated
MANUALLY
or byCLOSURE
. - getOrigin() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Returns whether a TLINK was generated
MANUALLY
or byCLOSURE
. - getOutLinks() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Each link has a node at its beginning and end.
- getOutLinks() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Returns the OutLinks in the graph.
- getParent() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Gets the Graph's Parent Graph.
- getParent() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Gets the Graph's Parent Graph.
- getPartitionLinks() - Method in interface edu.fiu.jtlex.timeml.graph.IPartitionResult
-
Gets the set of partition links.
- getPartitionLinks() - Method in class edu.fiu.jtlex.timeml.graph.PartitionResult
-
Gets the set of partition links.
- getPartitions() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Returns the set of partitions within a graph.
- getPartitions() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Gets a list of all the partitions.
- getPartitions() - Method in interface edu.fiu.jtlex.timeml.graph.IPartitionResult
-
Gets the list of partitions.
- getPartitions() - Method in class edu.fiu.jtlex.timeml.graph.PartitionResult
-
Gets the list of partitions.
- getPhrase() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the phrase from the text annotated as timex.
- getPhrase() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the phrase from the text annotated as timex.
- getPolarity() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Returns the polarity of the eventInstance.
- getPolarity() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Returns the polarity of the eventInstance.
- getPos() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Returns the syntactic category of the phrase (part of speech).
- getPos() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Returns the syntactic category of the phrase (part of speech).
- getQuant() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the quantity to which the object belongs.
- getQuant() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the quantity to which the object belongs.
- getRawText() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLText
-
Returns the article text with TimeML tags.
- getRawText() - Method in class edu.fiu.jtlex.timeml.data.TimeMLText
-
Returns the raw text.
- getRelatedInstances(ITimeMLEvent) - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLText
-
Returns the Instances related to the event passed.
- getRelatedInstances(ITimeMLEvent) - Method in class edu.fiu.jtlex.timeml.data.TimeMLText
-
Finds and returns the related instances to an event.
- getRelatedToNode() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns the ID of the entity that is being related to the event instance with ID=eventInstanceID or time expression with ID=timeID.
- getRelatedToNode() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Returns the ID of the entity that is being related to the event instance with ID=eventInstanceID or time expression with ID=timeID.
- getRelType() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
This is the temporal relation holding between the entities.
- getRelType() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
This is the temporal relation holding between the entities.
- getSignal() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Returns the signal object, present if multiple event instances are created
null
if not defined, may not be less than 0 - getSignal() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns the ID of the relation signal.
- getSignal() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Returns the signal object, present if multiple event instances are created
null
if not defined, may not be less than 0 - getSignal() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Returns the ID of the relation signal.
- getSignalString() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLSignal
-
Returns the temporal preposition, conjunction or modifier phrase.
- getSignalString() - Method in class edu.fiu.jtlex.timeml.data.TimeMLSignal
-
Returns the String of a Signal.
- getSolutions() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Return a list of solutions for the graph.
- getSolutions() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
The list of solutions for the graph.
- getStem() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Returns the stem of the event.
- getStem() - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Returns the stem of an Event.
- getStore() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraphTCSP
-
Get the constraints store
- getStore() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraphTCSP
- getSubordinationTimelines() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns an ArrayList containing the Timelines belonging to the subordinating subgraphs.
- getSubordinationTimelines() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns an ArrayList containing the Timelines belonging to the subordinating subgraphs.
- getSyntax() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns the syntax of the link.
- getSyntax() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Returns the syntax of the link.
- getTemporalFunction() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the inary attribute which expresses that the value of the temporal expression needs to be determined via evaluation of a temporal function.
- getTemporalFunction() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the inary attribute which expresses that the value of the temporal expression needs to be determined via evaluation of a temporal function.
- getTense() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Returns the tense of the verbal phrase.
- getTense() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Returns the tense of the verbal phrase.
- getText() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLText
-
Returns the article text without TimeML tags.
- getText() - Method in class edu.fiu.jtlex.timeml.data.TimeMLText
-
Returns the text.
- getTimeExpressions(ITimeMLGraph) - Method in class edu.fiu.jtlex.algorithms.DisconnectivityProcessor
-
Gets a list of time expressions
- getTimeExpressions(ITimeMLGraph) - Method in interface edu.fiu.jtlex.algorithms.IDisconnectivityProcessor
-
Gets a list of time expressions from a partition
- getTimeline() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Returns the timeline of the graph.
- getTimeline() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Returns the timeline of the graph.
- getTimelineLength() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Returns the length of the timeline.
- getTimelineLength() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Returns the length of the timeline.
- getTimelineLength() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLIndeterminacy
-
Returns the timeline's length.
- getTimelineLength() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns the number of events in the timeline.
- getTimelineLength() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLIndeterminacy
-
Returns the timeline's length.
- getTimelineLength() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns the number of events in the timeline.
- getTimepoints() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraphTCSP
-
Get the time points
- getTimepoints() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraphTCSP
- getTimexes() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLText
-
Returns a set view of all the TIMEXes.
- getTimexes() - Method in class edu.fiu.jtlex.timeml.data.TimeMLText
-
Returns the Timex's.
- getTotalAdjacentPairs() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLIndeterminacy
-
Returns the number of adjacent pairs.
- getTotalAdjacentPairs() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLIndeterminacy
-
Returns the number of adjacent pairs.
- getTotalIndeterminantSections() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLIndeterminacy
-
Returns the total number of indeterminant time sections.
- getTotalIndeterminantSections() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLIndeterminacy
-
Returns the total number of indeterminant time sections.
- getTotalSubordinationBranches() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns the total number of subordination branches in the graph.
- getTotalSubordinationBranches() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns the total number of subordination branches in the graph.
- getTotalTimePoints() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns number of timepoints.
- getTotalTimePoints() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns number of timepoints.
- getType() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLInstance
-
Calls the event to which the instance is related, then returns the event class of the event instance.
- getType() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the type of the timex.
- getType() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Calls the event to which the instance is related, then returns the event class of the event instance.
- getType() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the type of the timex.
- getType() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLNode
-
Return the integer that corresponds with the type.
- getValue() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the string representation of the value.
- getValue() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the string representation of the value.
- getValueDigits(String) - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns true if the the value is at least 4 digits.
- GraphReader - Class in edu.fiu.jtlex.algorithms
-
A Reader Class for initializing Graphs.
- GraphReader() - Constructor for class edu.fiu.jtlex.algorithms.GraphReader
- GraphTCSPSolver - Class in edu.fiu.jtlex.algorithms
-
Solver of a TCSP that is created from a graph.
- GraphTCSPSolver() - Constructor for class edu.fiu.jtlex.algorithms.GraphTCSPSolver
-
Creates a new instance
H
- hasDct(ITimeMLGraph) - Method in class edu.fiu.jtlex.algorithms.DisconnectivityProcessor
-
Flags if a partition contains a document creation time.
- hasDct(ITimeMLGraph) - Method in interface edu.fiu.jtlex.algorithms.IDisconnectivityProcessor
-
Determines whether a partition has a date creation time tag
- hashCode() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Generates a hash code for the event.
- hashCode() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Generates a hash code for the link.
- hashCode() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLSignal
-
Generates a hash code for the signal.
- hashCode() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLText
-
Generates a hash code for the text.
- hashCode() - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Generates a hash code for the event.
- hashCode() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Generates a hash code for the link.
- hashCode() - Method in class edu.fiu.jtlex.timeml.data.TimeMLSignal
-
Generates a hash code for the signal.
- hashCode() - Method in class edu.fiu.jtlex.timeml.data.TimeMLText
-
Generates a hash code for the text.
- hashCode() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Generates a hash code for the graph, based of its nodes and edges.
- hashCode() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Generates a hash code for the graph, based of its nodes and edges.
- hashCode() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Generates a hash code for the timeline.
- hashCode() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Generates a hash code for the timeline.
- hasNext() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Checks if there are Timeline elements remaining in the list.
- hasNext() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Checks if there are Timeline elements remaining in the list.
- hasTimeExpressions(ITimeMLGraph) - Method in class edu.fiu.jtlex.algorithms.DisconnectivityProcessor
-
Flags if the partition contains time expressions.
- hasTimeExpressions(ITimeMLGraph) - Method in interface edu.fiu.jtlex.algorithms.IDisconnectivityProcessor
-
Determines whether a partition contains any timex
I
- I_ACTION - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLEvent.EventClass
-
An I_ACTION is an Intensional Action.
- I_STATE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLEvent.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 - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One immediately after than the other.
- IBEFORE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One immediately before the other.
- IDENTITY - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
Event identity.
- IDisconnectivityProcessor - Interface in edu.fiu.jtlex.algorithms
-
Abstraction for a processor to increase connectivity between graph partitions.
- IGraphTCSPSolver - Interface in edu.fiu.jtlex.algorithms
-
Abstraction for a TCSP solver
- IInconsistencyDetector - Interface in edu.fiu.jtlex.algorithms
-
An abstraction for inconsistency detection.
- IIndeterminacyDetector - Interface in edu.fiu.jtlex.algorithms
-
Abstraction for indeterminacy detector
- INCLUDES - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One including the other.
- InconsistencyDetector - Class in edu.fiu.jtlex.algorithms
-
Default implementation for inconsistency detection
- InconsistencyDetector() - Constructor for class edu.fiu.jtlex.algorithms.InconsistencyDetector
-
Creates a new indeterminacy detector with
GraphTCSPSolver
as default implementation. - InconsistencyDetector(IGraphTCSPSolver) - Constructor for class edu.fiu.jtlex.algorithms.InconsistencyDetector
-
Creates a new inconsistency detector with the given
IGraphTCSPSolver
implementation. - IndeterminacyDetector - Class in edu.fiu.jtlex.algorithms
-
Default implementation of INewIndeterminacyDetector
- IndeterminacyDetector() - Constructor for class edu.fiu.jtlex.algorithms.IndeterminacyDetector
-
Creates a new indeterminacy detector with
GraphTCSPSolver
as default implementation. - IndeterminacyDetector(IGraphTCSPSolver) - Constructor for class edu.fiu.jtlex.algorithms.IndeterminacyDetector
-
Creates a new inconsistency detector with the given
IGraphTCSPSolver
implementation. - indeterminantTimePairs() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLIndeterminacy
-
Return the adjacent indeterminant time pairings.
- indeterminantTimePairs() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLIndeterminacy
-
Return the adjacent indeterminant time pairings.
- indeterminantTimePoints() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLIndeterminacy
-
Returns the indeterminant time points
- indeterminantTimePoints() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLIndeterminacy
-
Returns the indeterminant time points
- INFINITIVE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Tense
-
Infinitive: For Example, Callahan plans to release the information today.
- INITIATES - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.ALink
-
John started to read.
- IPartitioner - Interface in edu.fiu.jtlex.algorithms
-
Abstraction for a TimeML temporal graph partitioner.
- IPartitionResult - Interface in edu.fiu.jtlex.timeml.graph
-
Abstraction for an object that can store a graph's partitioning information
- IS_INCLUDED - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
One being included in the other.
- isConsistent() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Checks if the graph is consistent.
- isConsistent() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Checks if the graph is consistent.
- isConsistent(ITimeMLGraph) - Method in interface edu.fiu.jtlex.algorithms.IInconsistencyDetector
-
A method to verify the consistency of a graph.
- isConsistent(ITimeMLGraph) - Method in class edu.fiu.jtlex.algorithms.InconsistencyDetector
-
A method to determine a graph's consistency.
- iterator() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns an iterator object that is used in for-each loops.
- iterator() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns an iterator object that is used in for-each loops.
- ITimeMLEvent - Interface in edu.fiu.jtlex.timeml.data
-
Represents the EVENT tag.
- ITimeMLEvent.EventClass - Enum Class in edu.fiu.jtlex.timeml.data
-
An enum that represents the seven different event classes an object may belong to.
- ITimeMLGraph - Interface in edu.fiu.jtlex.timeml.graph
-
Abstraction of a TimeML Graph data structure
- ITimeMLGraph.GraphType - Enum Class in edu.fiu.jtlex.timeml.graph
-
Refers to the different possible graph types.
- ITimeMLGraphTCSP - Interface in edu.fiu.jtlex.timeml.graph
-
Abstraction for a Temporal Constraint Satisfaction Problem
- ITimeMLIndeterminacy - Interface in edu.fiu.jtlex.timeml.timeline
-
Abstraction for indeterminacy results.
- ITimeMLInstance - Interface in edu.fiu.jtlex.timeml.data
-
Represents the MAKEINSTANCE tag.
- ITimeMLInstance.Aspect - Enum Class in edu.fiu.jtlex.timeml.data
-
An enum that represents the different aspects of an event instance phrase.
- ITimeMLInstance.Polarity - Enum Class in edu.fiu.jtlex.timeml.data
-
An enum that indicates whether the event instance phrase is negated.
- ITimeMLInstance.Pos - Enum Class in edu.fiu.jtlex.timeml.data
-
An enum that represents the different part of speech categories.
- ITimeMLInstance.Tense - Enum Class in edu.fiu.jtlex.timeml.data
-
An enum that represents the different tenses of event instance phrases.
- ITimeMLLink - Interface in edu.fiu.jtlex.timeml.data
-
Interface of Link attributes shared by 3 Links (TLink,SLink,ALink).
- ITimeMLLink.ALink - Enum Class in edu.fiu.jtlex.timeml.data
-
Enum that represents the temporal relation holding between the entities for ALink.
- ITimeMLLink.ITimeMLLinkType - Interface in edu.fiu.jtlex.timeml.data
-
Interface of to propagate children.
- ITimeMLLink.Origintype - Enum Class in edu.fiu.jtlex.timeml.data
-
Enum that represents whether the TLink was generated manually or by closure.
- ITimeMLLink.SLink - Enum Class in edu.fiu.jtlex.timeml.data
-
Enum that represents the temporal relation holding between the entities for SLink.
- ITimeMLLink.TLink - Enum Class in edu.fiu.jtlex.timeml.data
-
Enum that represents temporal relation holding between the entities for a TLink.
- ITimeMLNode - Interface in edu.fiu.jtlex.timeml.graph
-
Super interface for Instances and Timexs.
- ITimeMLNode.IType - Interface in edu.fiu.jtlex.timeml.graph
-
Wrapper interface for
ITimeMLEvent.EventClass
andITimeMLTimex.TimexType
. - ITimeMLParser - Interface in edu.fiu.jtlex.timeml.io
-
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.
- ITimeMLSignal - Interface in edu.fiu.jtlex.timeml.data
-
Represents the signal tag.
- ITimeMLText - Interface in edu.fiu.jtlex.timeml.data
-
Text objects are a placeholder for pre-analyzed, parsed data.
- ITimeMLTimeline - Interface in edu.fiu.jtlex.timeml.timeline
-
Represents a Timeline of a TimeML graph, which is an ordered list of the events extracted from a TimeML Graph.
- ITimeMLTimex - Interface in edu.fiu.jtlex.timeml.data
-
Represents the TIME tag.
- ITimeMLTimex.FunctionInDocument - Enum Class in edu.fiu.jtlex.timeml.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 - ITimeMLTimex.TimexMod - Enum Class in edu.fiu.jtlex.timeml.data
-
An enum that represents the twelve different Mod states an object may belong to.
- ITimeMLTimex.TimexType - Enum Class in edu.fiu.jtlex.timeml.data
-
An enum that represents the four different types an object may belong to.
Timex may belong to: DATETIME DURATIONSET type - ITLEX - Interface in edu.fiu.jtlex.algorithms
-
Represents the main processing area for jTLEX.
- ITLEXAlgorithm - Interface in edu.fiu.jtlex.algorithms
-
Abstraction for jTLEX entry point
- IWriter - Interface in edu.fiu.jtlex.algorithms
-
Abstraction for classes that write strings.
L
- LESS_THAN - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Duration: less than (e.g., �less than 2 hours long�) or nearly (e.g., "nearly four decades of experience")
- linktag - Variable in class edu.fiu.jtlex.timeml.data.TimeMLLink
M
- MainGraph - Enum constant in enum class edu.fiu.jtlex.timeml.graph.ITimeMLGraph.GraphType
-
Refers to the whole graph, which is composed by a set of partitions.
- MANUALLY - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.Origintype
-
Link was manually generated.
- MID - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Point and Duration: middle (e.g., �the middle of the month�) or mid- (e.g., �mid-February�)
- MODAL - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.SLink
-
This relation is brought up by events introducing a reference to a possible world, mainly I_ACTIONs and I_STATEs.
- MODIFICATION_TIME - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.FunctionInDocument
-
The time the story is modified.
- MORE_THAN - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Duration: more than (e.g., "more than 5 minutes�)
N
- NEG - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Polarity
-
Negated.
- NEG_EVIDENTIAL - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.SLink
-
Introduced by REPORTING and PERCEPTION events conveying negative polarity.
- next() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns next String representation of an event on the timeline.
- next() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns next String representation of an event on the timeline.
- NONE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Aspect
-
Null aspect.
- NONE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Tense
-
Verbs preceeded by any other modal auxiliar: For example, must, may, might, can, could, should, and would. In this case, the attributes in MAKEINSTANCE will be tense=�NONE� and pos=�VERB�.
- NONE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.FunctionInDocument
-
Null Function
- NONE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexType
-
Null Type
- NOUN - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Pos
-
Noun
O
- OCCURRENCE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLEvent.EventClass
-
This class includes all the many other kinds of events describing something that happens or occurs in the world.
- ON_OR_AFTER - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Point: no more than (�no more than a year ago�)
- ON_OR_BEFORE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Point: no less than (�no less than a year ago�)
- OTHER - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Pos
-
Other
P
- parse(InputStream) - Method in interface edu.fiu.jtlex.timeml.io.ITimeMLParser
-
The parse method which will take the input stream and break it up into the different variables held within.
- parse(InputStream) - Method in class edu.fiu.jtlex.timeml.io.TimeMLParser
-
A method for parsing a TimeML File and returning the found set of events/timex's/signals/instances/links and returns them as a text object.
- parseEvent(String) - Method in interface edu.fiu.jtlex.timeml.io.ITimeMLParser
-
A parser method which takes the string input representing an Event and parses it to get the different variables from the string.
- parseEvent(String) - Method in class edu.fiu.jtlex.timeml.io.TimeMLParser
-
A method for parsing events from a string.
- parseInstance(String) - Method in interface edu.fiu.jtlex.timeml.io.ITimeMLParser
-
A parser method which takes the string input representing an Instance and parses it to get the Instance object.
- parseInstance(String) - Method in class edu.fiu.jtlex.timeml.io.TimeMLParser
-
A method for parsing an instance from a string.
- parseLink(String, String) - Method in interface edu.fiu.jtlex.timeml.io.ITimeMLParser
-
A parser method which takes the string input representing a Link and parses it to get the different variables from the string.
- parseLink(String, String) - Method in class edu.fiu.jtlex.timeml.io.TimeMLParser
-
A method for parsing a link from a string.
- parseSignal(String) - Method in interface edu.fiu.jtlex.timeml.io.ITimeMLParser
-
A parser method which takes the string input representing a Signal and parses it to get the Signal object.
- parseSignal(String) - Method in class edu.fiu.jtlex.timeml.io.TimeMLParser
-
A method for parsing a signal from a string.
- parseTimex(String) - Method in interface edu.fiu.jtlex.timeml.io.ITimeMLParser
-
A parser method which takes the string input representing a Timex and parses it to get the different variables from the string.
- parseTimex(String) - Method in class edu.fiu.jtlex.timeml.io.TimeMLParser
-
A method for parsing a timex from a string.
- Partitioner - Class in edu.fiu.jtlex.algorithms
-
Class used to partition an input TimeML temporal graph into main subgraph and subordinating subgraphs.
- Partitioner() - Constructor for class edu.fiu.jtlex.algorithms.Partitioner
-
Creates a new partitioner instance
- partitionGraph(ITimeMLGraph) - Method in interface edu.fiu.jtlex.algorithms.IPartitioner
-
Returns a list of partitioned sub-graphs.
- partitionGraph(ITimeMLGraph) - Method in class edu.fiu.jtlex.algorithms.Partitioner
-
Partitions a TimeML temporal graph by trimming all S-Links and then reassembling the graphs using DFS.
- PartitionResult - Class in edu.fiu.jtlex.timeml.graph
-
Default implementation of IPartitionResult.
- PartitionResult(List<ITimeMLGraph>, Set<ITimeMLLink>, ITimeMLGraph) - Constructor for class edu.fiu.jtlex.timeml.graph.PartitionResult
-
Creates a new partition result.
- PAST - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Tense
-
Past tense.
- PASTPART - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Tense
-
Past Participle: For example, Steel plates found at the scene are being examined by experts.
- PERCEPTION - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLEvent.EventClass
-
Events involving the physical perception of another event.
- PERFECTIVE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Aspect
-
Describes an action viewed as a simple whole
- PERFECTIVE_PROGRESSIVE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Aspect
-
Combination of
PROGRESSIVE
andPERFECTIVE
. - POS - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Polarity
-
Not negated.
- PREPOSITION - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Pos
-
Preposition
- PRESENT - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Tense
-
Present tense.
- PRESPART - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Tense
-
Present Participle: For example, King Hussein arrived in Washington yesterday seeking to gain support for a new initiative.
- process(String) - Method in interface edu.fiu.jtlex.algorithms.ITLEXAlgorithm
-
Receives a directory's path and processes all the timeML files in it (.tml)
- process(String) - Method in class edu.fiu.jtlex.algorithms.TLEXAlgorithm
-
Receives a directory's path and processes all the timeML files in it (.tml) and uses the given
IWriter
during construction to display the results. - PROGRESSIVE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Aspect
-
Expresses an ongoing action.
- PUBLICATION_TIME - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.FunctionInDocument
-
The time the story is published.
R
- RECEPTION_TIME - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.FunctionInDocument
-
The time the story was received by a customer.
- REINITIATES - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.ALink
-
John resumed talking.
- RELEASE_TIME - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.FunctionInDocument
-
The time the story may be released (if not immediately).
- removeEvent(ITimeMLEvent) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Removes a provided event from the graph.
- removeEvent(ITimeMLEvent) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Removes a provided event from the graph.
- removeEventById(String) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Removes an event by id.
- removeEventById(String) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Removes an event by id.
- removeLink(ITimeMLLink) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Removes a provided link from the graph.
- removeLink(ITimeMLLink) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Removes a provided link from the graph.
- removeLinkById(int) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Removes a link by id.
- removeLinkById(int) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Removes a link by id.
- removeNode(ITimeMLNode) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Removes a provided node from the graph.
- removeNode(ITimeMLNode) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Removes a provided node from the graph.
- removeNodeById(String) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Removes a node by id.
- removeNodeById(String) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Removes a node by id.
- REPORTING - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLEvent.EventClass
-
Describes the action of a person or an organization declaring something, narrating an event, informing about an event, etc.
S
- SET - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexType
-
The expression describes a set of times.
- setInstance(ITimeMLInstance) - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Sets the related Instance for the event.
- setInstance(ITimeMLInstance) - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Sets the related Instance for the event.
- SIMULTANEOUS - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
Two event instances are judged simultaneous if they happen at the same time, or are temporally indistinguishable in context.
- solve(ITimeMLGraphTCSP) - Method in class edu.fiu.jtlex.algorithms.GraphTCSPSolver
-
Solves the given problem using minimum selection strategy.
- solve(ITimeMLGraphTCSP) - Method in interface edu.fiu.jtlex.algorithms.IGraphTCSPSolver
-
Solves the given TCSP using minimum selection.
- solveRandom(ITimeMLGraphTCSP) - Method in class edu.fiu.jtlex.algorithms.GraphTCSPSolver
-
Solves a problem using random selection strategy.
- solveRandom(ITimeMLGraphTCSP) - Method in interface edu.fiu.jtlex.algorithms.IGraphTCSPSolver
-
Solves the given TCSP using random selection.
- START - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Point and Duration: early (e.g., "the early 1960s"), dawn (e.g., "the dawn of 2000"), start (e.g., "the start of the quarter"), or beginning
- STATE - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLEvent.EventClass
-
States describe circumstances in which something obtains or holds true.
- subGraph(Set<ITimeMLNode>, Set<ITimeMLLink>, Set<ITimeMLEvent>) - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Creates a sub graph.
- subGraph(Set<ITimeMLNode>, Set<ITimeMLLink>, Set<ITimeMLEvent>) - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Creates a sub graph.
- SubordinationGraph - Enum constant in enum class edu.fiu.jtlex.timeml.graph.ITimeMLGraph.GraphType
-
Refers to the partitions of the graph, which arise from the removal of S-Links
- suggestLinks(List<ITimeMLGraph>, int) - Method in class edu.fiu.jtlex.algorithms.DisconnectivityProcessor
-
Suggests a list of possible links that might connect the partition with date creation time with the other partitions.
- suggestLinks(List<ITimeMLGraph>, int) - Method in interface edu.fiu.jtlex.algorithms.IDisconnectivityProcessor
-
Suggests a list of possible links to increase connectivity within a graph.
T
- TERMINATES - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.ALink
-
John stopped talking.
- TIME - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexType
-
The expression refers to a time of the day, even if in a very indefinite way.
- TimeMLEvent - Class in edu.fiu.jtlex.timeml.data
-
Default implementation of
ITimeMLEvent
. - TimeMLEvent(int, ITimeMLEvent.EventClass, String) - Constructor for class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Creates a new Event with the specified information.
- TimeMLGraph - Class in edu.fiu.jtlex.timeml.graph
-
Represents a TimeML Graph, and the default implementation of
ITimeMLGraph
. - TimeMLGraph() - Constructor for class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Creates an empty graph.
- TimeMLGraph(InputStream) - Constructor for class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Utilizes an
ITimeMLParser
to parse a stream into nodes and edges, and adds them to the graph. - TimeMLGraphTCSP - Class in edu.fiu.jtlex.timeml.graph
-
Implements a TimeML Graph as a Temporal Constraint Satisfaction Problem.
- TimeMLGraphTCSP(ITimeMLGraph) - Constructor for class edu.fiu.jtlex.timeml.graph.TimeMLGraphTCSP
-
Transforms the TimeML Graph into a Temporal Constraint Satisfaction Problem.
- TimeMLIndeterminacy - Class in edu.fiu.jtlex.timeml.timeline
-
Default implementation of
IIndeterminacy
. - TimeMLIndeterminacy(List<IntVar>, List<Boolean>, Set<Integer>) - Constructor for class edu.fiu.jtlex.timeml.timeline.TimeMLIndeterminacy
-
Creates a new Indeterminacy with the specified information.
- TimeMLInstance - Class in edu.fiu.jtlex.timeml.data
-
Default implementation of
IMakeInstance
. - TimeMLInstance(int, ITimeMLEvent, ITimeMLInstance.Tense, ITimeMLInstance.Aspect, ITimeMLInstance.Pos, ITimeMLInstance.Polarity, String, ITimeMLSignal, String) - Constructor for class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Creates a new event Instance object.
- TimeMLLink - Class in edu.fiu.jtlex.timeml.data
-
Default implementation of
ILink
. - TimeMLLink(Class<?>, int, String, ITimeMLNode, ITimeMLSignal, ITimeMLNode, ITimeMLLink.ITimeMLLinkType) - Constructor for class edu.fiu.jtlex.timeml.data.TimeMLLink
-
This is the constructor for Alink and SLink
- TimeMLLink(Class<?>, int, String, ITimeMLNode, ITimeMLSignal, ITimeMLNode, ITimeMLLink.ITimeMLLinkType, ITimeMLLink.Origintype) - Constructor for class edu.fiu.jtlex.timeml.data.TimeMLLink
-
This is the constructor for Tlink.
- TimeMLParser - Class in edu.fiu.jtlex.timeml.io
-
Default implementation of
ITimeMLParser
. - TimeMLParser() - Constructor for class edu.fiu.jtlex.timeml.io.TimeMLParser
- TimeMLSignal - Class in edu.fiu.jtlex.timeml.data
-
Default implementation of
ISignal
. - TimeMLSignal(int, String) - Constructor for class edu.fiu.jtlex.timeml.data.TimeMLSignal
-
Creates a new Signal object.
- TimeMLText - Class in edu.fiu.jtlex.timeml.data
-
Default implementation of
IText
. - TimeMLText(String, String, Map<Integer, ITimeMLTimex>, Set<ITimeMLLink>, Map<Integer, ITimeMLInstance>, Map<Integer, ITimeMLEvent>) - Constructor for class edu.fiu.jtlex.timeml.data.TimeMLText
-
Creates a new Text object.
- TimeMLTimeline - Class in edu.fiu.jtlex.timeml.timeline
-
Default implementation of
ITimeline
. - TimeMLTimeline(List<List<String>>, Set<ITimeMLLink>) - Constructor for class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Represents a Timeline of a TimeML graph, which is an ordered list of the events extracted from a TimeML Graph.
- TimeMLTimex - Class in edu.fiu.jtlex.timeml.data
-
Default implementation of
ITimeMLTimex
. - TimeMLTimex(int, ITimeMLTimex.TimexType, String, ITimeMLTimex.TimexMod, boolean, int, ITimeMLTimex.FunctionInDocument, int, int, String, String, String) - Constructor for class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Creates a new Timex with the specified information.
- TimeMLWriter - Class in edu.fiu.jtlex.algorithms
-
A FileWriter proxy class that implements
IWriter
- TimeMLWriter(String) - Constructor for class edu.fiu.jtlex.algorithms.TimeMLWriter
-
Creates a FileWriter proxy.
- TLEX - Class in edu.fiu.jtlex.algorithms
-
Default implementation of
ITLEX
. - TLEX(ITimeMLGraph) - Constructor for class edu.fiu.jtlex.algorithms.TLEX
-
Creates a new TLEX with the specified information.
- TLEX(ITimeMLGraph, IInconsistencyDetector, IIndeterminacyDetector, IPartitioner, IDisconnectivityProcessor, IGraphTCSPSolver) - Constructor for class edu.fiu.jtlex.algorithms.TLEX
-
Creates a new TLEX with the specified information.
- TLEXAlgorithm - Class in edu.fiu.jtlex.algorithms
-
Implementation of
ITLEXAlgorithm
. - TLEXAlgorithm() - Constructor for class edu.fiu.jtlex.algorithms.TLEXAlgorithm
-
Creates a default instance that prints the results to console.
- TLEXAlgorithm(IWriter) - Constructor for class edu.fiu.jtlex.algorithms.TLEXAlgorithm
-
Creates a TLEXAlgorithm instance with the given
IWriter
for displaying the results. - toJson() - Method in interface edu.fiu.jtlex.algorithms.ITLEX
-
Produces a JSON representation of the object.
- toJson() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Produces a JSON representation of the object.
- toJson() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Returns the JSON (RFC 8259) representation of the event.
- toJson() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns the JSON (RFC 8259) representation of the Link.
- toJson() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLSignal
-
Returns the JSON (RFC 8259) representation of the Signal.
- toJson() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the JSON (RFC 8259) representation of the Timex.
- toJson() - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Converts the Event and it's info into JSON Format.
- toJson() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Converts the Instance and its info into JSON format.
- toJson() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Returns the JSON (RFC 8259) representation of the Link.
- toJson() - Method in class edu.fiu.jtlex.timeml.data.TimeMLSignal
-
Returns the String ID and String in JSON format.
- toJson() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Converts the Timex and its info into JSON format.
- toJson() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLGraph
-
Returns the JSON (RFC 8259) representation of the graph.
- toJson() - Method in interface edu.fiu.jtlex.timeml.graph.ITimeMLNode
-
Returns the JSON (RFC 8259) representation of the Node.
- toJson() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Returns the JSON (RFC 8259) representation of the graph.
- toJson() - Method in interface edu.fiu.jtlex.timeml.timeline.ITimeMLTimeline
-
Returns the JSON (RFC 8259) representation of the Timeline.
- toJson() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
-
Returns the JSON (RFC 8259) representation of the Timeline.
- toString() - Method in class edu.fiu.jtlex.algorithms.TLEX
-
Produces a printable string representation of the object
- toString() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLEvent
-
Returns the String Representation of the Event.
- toString() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLLink
-
Returns the String representation of the Link.
- toString() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLSignal
-
Returns the String representation of the Signal.
- toString() - Method in interface edu.fiu.jtlex.timeml.data.ITimeMLTimex
-
Returns the info of the Timex in String format.
- toString() - Method in class edu.fiu.jtlex.timeml.data.TimeMLEvent
-
Returns the info of an Event in String Format.
- toString() - Method in class edu.fiu.jtlex.timeml.data.TimeMLInstance
-
Returns the info of the Instance in String format.
- toString() - Method in class edu.fiu.jtlex.timeml.data.TimeMLLink
-
Converts the Link to a String Cannot be null due to requiring items from constructor.
- toString() - Method in class edu.fiu.jtlex.timeml.data.TimeMLSignal
-
Returns the Signal ID and String in String format.
- toString() - Method in class edu.fiu.jtlex.timeml.data.TimeMLTimex
-
Returns the info of the Timex in String format.
- toString() - Method in enum class edu.fiu.jtlex.timeml.graph.ITimeMLGraph.GraphType
- toString() - Method in class edu.fiu.jtlex.timeml.graph.TimeMLGraph
-
Gets a printable string representation of the graph.
- toString() - Method in class edu.fiu.jtlex.timeml.timeline.TimeMLTimeline
U
- USER - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.Origintype
-
TODO: Is this constant necessary?
V
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLEvent.EventClass
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Aspect
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Polarity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Pos
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Tense
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.ALink
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.Origintype
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.SLink
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.FunctionInDocument
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.fiu.jtlex.timeml.graph.ITimeMLGraph.GraphType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLEvent.EventClass
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Aspect
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Polarity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Pos
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Tense
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.ALink
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.Origintype
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.SLink
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLLink.TLink
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.FunctionInDocument
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexMod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.data.ITimeMLTimex.TimexType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.fiu.jtlex.timeml.graph.ITimeMLGraph.GraphType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERB - Enum constant in enum class edu.fiu.jtlex.timeml.data.ITimeMLInstance.Pos
-
Verb
W
- write(String) - Method in class edu.fiu.jtlex.algorithms.ConsoleWriter
-
Prints the string to console Can be whitespace or null
- write(String) - Method in interface edu.fiu.jtlex.algorithms.IWriter
-
Writes a string
- write(String) - Method in class edu.fiu.jtlex.algorithms.TimeMLWriter
-
Writes a string
- writeLine(String) - Method in class edu.fiu.jtlex.algorithms.ConsoleWriter
-
Prints the string to console and an end of line character Can be whitespace or null
- writeLine(String) - Method in interface edu.fiu.jtlex.algorithms.IWriter
-
Writes a string and a end of line character
- writeLine(String) - Method in class edu.fiu.jtlex.algorithms.TimeMLWriter
-
Writes a string and a new line character at the end.
All Classes and Interfaces|All Packages