Index

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

G

generateInconsistentSubgraphs(IGraph) - Method in interface edu.fiu.jtlex.data.IInconsistency
Given a TimeML graph generates a set of subgraphs that contain all the links and nodes involved in the inconsistencies.
generateInconsistentSubgraphs(IGraph) - Method in class edu.fiu.jtlex.data.InconsistencyDetector
Given a TimeML graph generates a set of subgraphs that contain all the links and nodes involved in the inconsistencies.
generateSelfLoopingSubGraphs(Set<ILink>) - Method in class edu.fiu.jtlex.data.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.data.ITimex
Returns the integer part of the anchortimeId.
getAnchorTimeId() - Method in class edu.fiu.jtlex.data.Timex
Returns the integer part of the anchortimeId.
getAnchorTimeIdStr() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the string part of the anchortimeId.
getAnchorTimeIdStr() - Method in class edu.fiu.jtlex.data.Timex
Returns the string part of the anchortimeId.
getAspect() - Method in interface edu.fiu.jtlex.data.IInstance
Returns the aspect of the verbal phrase.
getAspect() - Method in class edu.fiu.jtlex.data.Instance
Returns the aspect of the verbal phrase.
getAttachmentPoints() - Method in interface edu.fiu.jtlex.data.ITimeline
Returns a List containing the breaking points from the Partitioning.java class.
getAttachmentPoints() - Method in class edu.fiu.jtlex.data.Timeline
Returns a List containing the breaking points from the Partitioning.java class.
getBeginPoint() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the integer part of the beginpointId.
getBeginPoint() - Method in class edu.fiu.jtlex.data.Timex
Returns the integer part of the beginpointId.
getBeginPointStr() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the string part of the beginpointId.
getBeginPointStr() - Method in class edu.fiu.jtlex.data.Timex
Returns the string part of the beginpointId.
getCardinality() - Method in interface edu.fiu.jtlex.data.IInstance
Returns the cardinality of the event instance.
getCardinality() - Method in class edu.fiu.jtlex.data.Instance
Returns the cardinality, only present if there is a signal that provides its value.
getConsistency() - Method in class edu.fiu.jtlex.data.Graph
Returns true if the graph is consistent.
getConsistency() - Method in interface edu.fiu.jtlex.data.IGraph
Returns true if the graph is consistent.
getConsistentPartitions() - Method in class edu.fiu.jtlex.data.Graph
Returns the set of consistent subordinate subgraphs.
getConsistentPartitions() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the set of consistent subordinate subgraphs.
getDct(IGraph) - Method in class edu.fiu.jtlex.data.Disconnectivity
Gets the document creation time
getDct(IGraph) - Method in interface edu.fiu.jtlex.data.IDisconnectivity
Gets the document creation time
getEndPoint() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the integer part of the endpointId.
getEndPoint() - Method in class edu.fiu.jtlex.data.Timex
Returns the integer part of the endpointId.
getEndPointStr() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the string part of the endpointId.
getEndPointStr() - Method in class edu.fiu.jtlex.data.Timex
Returns the string part of the endpointId.
getEvent() - Method in interface edu.fiu.jtlex.data.IInstance
Returns the ID of the event to which the instance is related.
getEvent() - Method in class edu.fiu.jtlex.data.Instance
Returns the ID of the event to which the instance is related.
getEventClass() - Method in class edu.fiu.jtlex.data.Event
Returns the event class of an Event.
getEventClass() - Method in interface edu.fiu.jtlex.data.IEvent
Returns the event class to which the object belongs.
getEventInstance() - Method in interface edu.fiu.jtlex.data.ILink
Returns the ID of the event instance involved in the link.
getEventInstance() - Method in class edu.fiu.jtlex.data.Link
Returns the ID of the event instance involved in the link.
getFirstPoint() - Method in interface edu.fiu.jtlex.data.ITimeline
Returns the first timepoint in the Timeline.
getFirstPoint() - Method in class edu.fiu.jtlex.data.Timeline
Returns the first timepoint in the Timeline.
getFreq() - Method in interface edu.fiu.jtlex.data.ITimex
Returns frequency String portion.
getFreq() - Method in class edu.fiu.jtlex.data.Timex
Returns frequency String portion.
getFunction() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the function to which the object belongs.
getFunction() - Method in class edu.fiu.jtlex.data.Timex
Returns the function to which the object belongs.
getGraphType() - Method in class edu.fiu.jtlex.data.Graph
Returns the type of graph.
getGraphType() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the type of graph.
getId() - Method in class edu.fiu.jtlex.data.Event
Returns the eID of an Event.
getId() - Method in interface edu.fiu.jtlex.data.IEvent
Returns the integer part of the eventId.
getId() - Method in interface edu.fiu.jtlex.data.IInstance
Returns the unique ID number eventInstanceID.
getId() - Method in interface edu.fiu.jtlex.data.INode
Returns the integer part of the node ID.
getId() - Method in class edu.fiu.jtlex.data.Instance
Returns the unique ID number eventInstanceID.
getId() - Method in class edu.fiu.jtlex.data.Timex
Returns the tID of the timex.
getID() - Method in interface edu.fiu.jtlex.data.ISignal
Returns a unique signal ID number.
getID() - Method in class edu.fiu.jtlex.data.Signal
Returns the ID of a Signal.
getIdStr() - Method in class edu.fiu.jtlex.data.Event
Grabs the eID, adds an e to the front for String format and returns.
getIdStr() - Method in interface edu.fiu.jtlex.data.IEvent
Returns the full string representation of the eventID.
getIdStr() - Method in interface edu.fiu.jtlex.data.IInstance
Grabs the eventInstanceID, adds eiid to the front for the String format and returns.
getIdStr() - Method in interface edu.fiu.jtlex.data.INode
Returns the full string representation of the node ID.
getIdStr() - Method in class edu.fiu.jtlex.data.Instance
Grabs the eventInstanceID, adds eiid to the front for the String format and returns.
getIdStr() - Method in interface edu.fiu.jtlex.data.ISignal
Returns a unique signal ID string.
getIdStr() - Method in class edu.fiu.jtlex.data.Signal
Returns the String format of a Signal ID.
getIdStr() - Method in class edu.fiu.jtlex.data.Timex
Grabs the tID, adds a t to the front for String format and returns.
getInconsistentPartitions() - Method in class edu.fiu.jtlex.data.Graph
Returns the set of inconsistent subordinate subgraphs.
getInconsistentPartitions() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the set of inconsistent subordinate subgraphs.
getInconsistentSubgraphs() - Method in class edu.fiu.jtlex.data.Graph
Returns the set of inconsistent subgraphs.
getInconsistentSubgraphs() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the set of inconsistent subgraphs.
getIndeterminacyScore() - Method in class edu.fiu.jtlex.data.Graph
Returns a percent value representing the indeterminacy score.
getIndeterminacyScore() - Method in interface edu.fiu.jtlex.data.IGraph
Returns a percent value representing the indeterminacy score.
getIndeterminacyScore() - Method in interface edu.fiu.jtlex.data.IIndeterminacy
Returns a percent value representing the indeterminacy score.
getIndeterminacyScore() - Method in class edu.fiu.jtlex.data.IndeterminacyDetector
Returns a percent value representing the indeterminacy score.
getIndeterminantSections() - Method in class edu.fiu.jtlex.data.Graph
 
getIndeterminantTimePairs() - Method in class edu.fiu.jtlex.data.Graph
Returns a list of Indeterminant Time Pairs.
getIndeterminantTimePairs() - Method in interface edu.fiu.jtlex.data.IGraph
Returns a list of Indeterminant Time Pairs.
getIndeterminantTimePoints() - Method in class edu.fiu.jtlex.data.Graph
 
getInLinks() - Method in interface edu.fiu.jtlex.data.IInstance
Returns the inLinks, set of links that have this node as a target.
getInLinks() - Method in interface edu.fiu.jtlex.data.INode
Returns a set of links that have this node as a target.
getInLinks() - Method in class edu.fiu.jtlex.data.Instance
Returns the inLinks, set of links that have this node as a target.
getInLinks() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the set of TimeML links which come to this node.
getInLinks() - Method in class edu.fiu.jtlex.data.Timex
Returns the set of TimeML links which come to this node.
getInstances() - Method in interface edu.fiu.jtlex.data.IText
Returns a set view of all the instances.
getInstances() - Method in class edu.fiu.jtlex.data.Text
Returns the instances.
getLastPoint() - Method in interface edu.fiu.jtlex.data.ITimeline
Returns the last timepoint in the Timeline.
getLastPoint() - Method in class edu.fiu.jtlex.data.Timeline
Returns the last timepoint in the Timeline.
getLinkID() - Method in interface edu.fiu.jtlex.data.ILink
Returns the ID of the link.
getLinkID() - Method in class edu.fiu.jtlex.data.Link
Returns the ID of the link.
getLinks() - Method in class edu.fiu.jtlex.data.Graph
Returns a set with all the Links in the TimeML graph, (null) if the TimeML graph is empty.
getLinks() - Method in interface edu.fiu.jtlex.data.IGraph
Returns a set with all the Links in the TimeML graph, (null) if the TimeML graph is empty.
getLinks() - Method in interface edu.fiu.jtlex.data.IText
Returns a set view of all the links.
getLinks() - Method in class edu.fiu.jtlex.data.Text
Returns the links.
getLinksCount() - Method in class edu.fiu.jtlex.data.Graph
Returns the number of links.
getLinksCount() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the number of links.
getLinkTag() - Method in interface edu.fiu.jtlex.data.ILink
Returns the type of Link.
getLinkTag() - Method in class edu.fiu.jtlex.data.Link
Returns the type of Link.
getLinkTypesCount() - Method in class edu.fiu.jtlex.data.Graph
Returns the count of each type of links, formatted as a string.
getLinkTypesCount() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the count of each type of links, formatted as a string.
getMainTimeline() - Method in interface edu.fiu.jtlex.data.ITimeline
Returns the List<String> representation of the main Timeline in the graph.
getMainTimeline() - Method in class edu.fiu.jtlex.data.Timeline
Returns the List<String> representation of the main Timeline in the graph.
getMod() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the mod to which the object belongs.
getMod() - Method in class edu.fiu.jtlex.data.Timex
Returns the mod to which the object belongs.
getModality() - Method in interface edu.fiu.jtlex.data.IInstance
The modality attribute is only present if there is a modal word present that modifies the instance.
getModality() - Method in class edu.fiu.jtlex.data.Instance
The modality attribute is only present if there is a modal word present that modifies the instance.
getNodeByID(int) - Method in class edu.fiu.jtlex.data.Graph
Returns a INode reference if a node with ID NodeID exists in the graph returns null otherwise.
getNodeByID(int) - Method in interface edu.fiu.jtlex.data.IGraph
Returns a INode reference if a node with ID NodeID exists in the graph returns null otherwise.
getNodes() - Method in class edu.fiu.jtlex.data.Graph
Returns a set with all the Nodes in the TimeML graph, (null) if the TimeML graph is empty.
getNodes() - Method in interface edu.fiu.jtlex.data.IGraph
Returns a set with all the Nodes in the TimeML graph, (null) if the TimeML graph is empty.
getNodesCount() - Method in class edu.fiu.jtlex.data.Graph
Returns the number of nodes.
getNodesCount() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the number of nodes.
getOrigin() - Method in interface edu.fiu.jtlex.data.ILink
Returns whether a TLINK was generated MANUALLY or by CLOSURE.
getOrigin() - Method in class edu.fiu.jtlex.data.Link
Returns whether a TLINK was generated MANUALLY or by CLOSURE.
getOutLinks() - Method in interface edu.fiu.jtlex.data.IInstance
Returns the outLinks, set of links that have this node as an origin.
getOutLinks() - Method in interface edu.fiu.jtlex.data.INode
Returns a set of links that have this node as a origin.
getOutLinks() - Method in class edu.fiu.jtlex.data.Instance
Returns the outLinks, set of links that have this node as an origin.
getOutLinks() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the set of TimeML links which come from this node.
getOutLinks() - Method in class edu.fiu.jtlex.data.Timex
Returns the set of TimeML links which come from this node.
getPartitionlinks() - Method in class edu.fiu.jtlex.data.Graph
Returns the set of subordination links.
getPartitionlinks() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the set of subordination links.
getPartitions() - Method in class edu.fiu.jtlex.data.Graph
Returns the set of subordinate subgraphs.
getPartitions() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the set of subordinate subgraphs.
getPhrase() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the phrase from the text annotated as timex.
getPhrase() - Method in class edu.fiu.jtlex.data.Timex
Returns the phrase from the text annotated as timex.
getPolarity() - Method in interface edu.fiu.jtlex.data.IInstance
Returns the polarity of the eventInstance.
getPolarity() - Method in class edu.fiu.jtlex.data.Instance
Returns the polarity of the eventInstance.
getPos() - Method in interface edu.fiu.jtlex.data.IInstance
Returns the syntactic category of the phrase (part of speech).
getPos() - Method in class edu.fiu.jtlex.data.Instance
Returns the syntactic category of the phrase (part of speech).
getQuant() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the quantity to which the object belongs.
getQuant() - Method in class edu.fiu.jtlex.data.Timex
Returns the quantity to which the object belongs.
getRawText() - Method in interface edu.fiu.jtlex.data.IText
Returns the article text with TimeML tags.
getRawText() - Method in class edu.fiu.jtlex.data.Text
Returns the raw text.
getRelatedInstances(IEvent) - Method in interface edu.fiu.jtlex.data.IText
Returns the Instances related to the event passed
getRelatedInstances(IEvent) - Method in class edu.fiu.jtlex.data.Text
Finds and returns the related instances to an event.
getRelatedToNode() - Method in interface edu.fiu.jtlex.data.ILink
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.data.Link
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.data.ILink
This is the temporal relation holding between the entities.
getRelType() - Method in class edu.fiu.jtlex.data.Link
This is the temporal relation holding between the entities.
getSignal() - Method in interface edu.fiu.jtlex.data.IInstance
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.data.ILink
Returns the ID of the relation signal.
getSignal() - Method in class edu.fiu.jtlex.data.Instance
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.data.Link
Returns the ID of the relation signal.
getSignalString() - Method in interface edu.fiu.jtlex.data.ISignal
Returns the temporal preposition, conjunction or modifier phrase.
getSignalString() - Method in class edu.fiu.jtlex.data.Signal
Returns the String of a Signal.
getSolutionList() - Method in class edu.fiu.jtlex.data.Graph
Return the string representations of timeline solututions via GraphTCSP.stringTimeLine().
getSolutionList() - Method in interface edu.fiu.jtlex.data.IGraph
Return the string representations of timeline solututions via GraphTCSP.stringTimeLine().
getStem() - Method in class edu.fiu.jtlex.data.Event
Returns the stem of an Event.
getStem() - Method in interface edu.fiu.jtlex.data.IEvent
Returns the stem of the event.
getStore() - Method in class edu.fiu.jtlex.data.GraphTCSP
This method is meant to allow for getting the values held in the store.
getStore() - Method in interface edu.fiu.jtlex.data.IGraphTCSP
This method is meant to allow for getting the values held in the store.
getSubordinationTimelines() - Method in interface edu.fiu.jtlex.data.ITimeline
Returns an ArrayList containing the Timelines belonging to the subordinating subgraphs.
getSubordinationTimelines() - Method in class edu.fiu.jtlex.data.Timeline
Returns an ArrayList containing the Timelines belonging to the subordinating subgraphs.
getSuggestedLinks() - Method in class edu.fiu.jtlex.data.Graph
Returns a list of suggested links to increase graph connectivity.
getSuggestedLinks(Graph) - Method in class edu.fiu.jtlex.data.Disconnectivity
Returns a list of suggestedLinks to increase graph connectivity
getSuggestedLinks(Graph) - Method in interface edu.fiu.jtlex.data.IDisconnectivity
Returns a list of suggested links to increase graph connectivity.
getSyntax() - Method in interface edu.fiu.jtlex.data.ILink
Returns the syntax of the link.
getSyntax() - Method in class edu.fiu.jtlex.data.Link
Returns the syntax of the link.
getTemporalFunction() - Method in interface edu.fiu.jtlex.data.ITimex
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.data.Timex
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.data.IInstance
Returns the tense of the verbal phrase.
getTense() - Method in class edu.fiu.jtlex.data.Instance
Returns the tense of the verbal phrase.
getText() - Method in class edu.fiu.jtlex.data.Graph
Returns the article text without TimeML tags.
getText() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the article text without TimeML tags.
getText() - Method in interface edu.fiu.jtlex.data.IText
Returns the article text without TimeML tags.
getText() - Method in class edu.fiu.jtlex.data.Text
Returns the text.
getTimeExpressions(IGraph) - Method in class edu.fiu.jtlex.data.Disconnectivity
Gets a list of time expressions
getTimeExpressions(IGraph) - Method in interface edu.fiu.jtlex.data.IDisconnectivity
Gets a list of time expressions
getTimeline() - Method in class edu.fiu.jtlex.data.Graph
Returns the computed timeline.
getTimeline() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the computed timeline.
getTimelineLength() - Method in class edu.fiu.jtlex.data.Graph
Returns the length of the main timeline.
getTimelineLength() - Method in interface edu.fiu.jtlex.data.IGraph
Returns the length of the main timeline.
getTimelineLength() - Method in interface edu.fiu.jtlex.data.IIndeterminacy
Returns the overall length of the timeline.
getTimelineLength() - Method in class edu.fiu.jtlex.data.IndeterminacyDetector
Returns the overall length of the timeline.
getTimelineLength() - Method in interface edu.fiu.jtlex.data.ITimeline
Returns the number of events in the timeline.
getTimelineLength() - Method in class edu.fiu.jtlex.data.Timeline
Returns the number of events in the timeline.
getTimexes() - Method in interface edu.fiu.jtlex.data.IText
Returns a set view of all the TIMEXes.
getTimexes() - Method in class edu.fiu.jtlex.data.Text
Returns the Timex's.
getTotalAdjacentPairs() - Method in interface edu.fiu.jtlex.data.IIndeterminacy
Returns the number of adjacent pairs which have been located by the method.
getTotalAdjacentPairs() - Method in class edu.fiu.jtlex.data.IndeterminacyDetector
Returns the number of adjacent pairs which have been located.
getTotalIndeterminantSections() - Method in interface edu.fiu.jtlex.data.IIndeterminacy
Returns the total number of indeterminant time points which have been located by the method.
getTotalIndeterminantSections() - Method in class edu.fiu.jtlex.data.IndeterminacyDetector
Returns the total number of indeterminant time points which have been located.
getTotalSubordinationBranches() - Method in interface edu.fiu.jtlex.data.ITimeline
Returns the total number of subordination branches in the graph.
getTotalSubordinationBranches() - Method in class edu.fiu.jtlex.data.Timeline
Returns the total number of subordination branches in the graph.
getTotalTimePoints() - Method in interface edu.fiu.jtlex.data.ITimeline
Returns number of timepoints.
getTotalTimePoints() - Method in class edu.fiu.jtlex.data.Timeline
Returns number of timepoints.
getType() - Method in interface edu.fiu.jtlex.data.IInstance
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.data.INode
Return the integer that corresponds with the type.
getType() - Method in class edu.fiu.jtlex.data.Instance
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.data.Timex
Returns the type of the timex.
getValue() - Method in interface edu.fiu.jtlex.data.ITimex
Returns the string representation of the value.
getValue() - Method in class edu.fiu.jtlex.data.Timex
Returns the string representation of the value.
getValueDigits(String) - Method in class edu.fiu.jtlex.data.Timex
Returns true if the the value is at least 4 digits.
Graph - Class in edu.fiu.jtlex.data
Default implementation of IGraph.
Graph() - Constructor for class edu.fiu.jtlex.data.Graph
Generates a blank graph object for manual computation.
Graph(File) - Constructor for class edu.fiu.jtlex.data.Graph
Generates a graph based on a TimeML annotated text file.
Graph(InputStream) - Constructor for class edu.fiu.jtlex.data.Graph
Generates a graph based on a TimeML annotated text file.
Graph(String) - Constructor for class edu.fiu.jtlex.data.Graph
Generates a graph based on a TimeML annotated text file.
GraphTCSP - Class in edu.fiu.jtlex.data
Default implementation of IGraphTCSP.
GraphTCSP(IGraph) - Constructor for class edu.fiu.jtlex.data.GraphTCSP
Transforms the TimeML Graph into a Temporal Constraint Satasfaction Problem.
A B C D E F G H I L M N O P R S T U V 
All Classes All Packages