Uses of Interface
edu.fiu.jtlex.data.INode
-
Uses of INode in edu.fiu.jtlex.data
Subinterfaces of INode in edu.fiu.jtlex.data Modifier and Type Interface Description interfaceIInstanceRepresents the MAKEINSTANCE tag.interfaceITimexRepresents the TIME tag.Classes in edu.fiu.jtlex.data that implement INode Modifier and Type Class Description classInstanceDefault implementation ofIMakeInstance.classTimexDefault implementation ofITimex.Methods in edu.fiu.jtlex.data that return INode Modifier and Type Method Description INodeINode. clone()Returns a deep copy of the Node.INodeILink. getEventInstance()Returns the ID of the event instance involved in the link.INodeLink. getEventInstance()Returns the ID of the event instance involved in the link.INodeGraph. getNodeByID(int NodeID)Returns a INode reference if a node with ID NodeID exists in the graph returns null otherwise.INodeIGraph. getNodeByID(int NodeID)Returns a INode reference if a node with ID NodeID exists in the graph returns null otherwise.INodeILink. getRelatedToNode()Returns the ID of the entity that is being related to the event instance with ID=eventInstanceID or time expression with ID=timeID.INodeLink. getRelatedToNode()Returns the ID of the entity that is being related to the event instance with ID=eventInstanceID or time expression with ID=timeID.INodeGraph. removeNode(INode node)Removes a node object from the graph.INodeIGraph. removeNode(INode node)Removes a node object from the graph.INodeGraph. removeNodeByID(int ID)Removes a node from the graph, by node identification number.INodeIGraph. removeNodeByID(int ID)Removes a node from the graph, by node identification number.Methods in edu.fiu.jtlex.data that return types with arguments of type INode Modifier and Type Method Description java.util.Set<INode>Graph. getNodes()Returns a set with all the Nodes in the TimeML graph, (null) if the TimeML graph is empty.java.util.Set<INode>IGraph. getNodes()Returns a set with all the Nodes in the TimeML graph, (null) if the TimeML graph is empty.java.util.Set<INode>IIndeterminacy. indeterminantTimePairs()Returns the adjacent indeterminant time pairings.java.util.List<INode>IIndeterminacy. indeterminantTimePoints()Returns the time points which are indeterminant.Methods in edu.fiu.jtlex.data with parameters of type INode Modifier and Type Method Description booleanGraph. addLink(INode NodeOne, INode NodeTwo, ILink.LinkTag linktag, ILinkType linkType, java.lang.String syntax, ISignal signal, ILink.Origintype orig)Adds aLinkinto the graph, givenNodeobjects.booleanIGraph. addLink(INode one, INode two, ILink.LinkTag linktag, ILinkType linkType, java.lang.String syntax, ISignal signal, ILink.Origintype orig)Adds aLinkinto the graph, givenNodeobjects.booleanGraph. addNode(INode node)Adds a node to the graph.booleanIGraph. addNode(INode node)Adds a node to the graph.INodeGraph. removeNode(INode node)Removes a node object from the graph.INodeIGraph. removeNode(INode node)Removes a node object from the graph.Constructors in edu.fiu.jtlex.data with parameters of type INode Constructor Description Link(ILink.LinkTag linktag, int linkID, java.lang.String syntax, INode eventInstance, ISignal signal, INode relatedToNode, ILinkType relType)This is the constructor for Alink and SLinkLink(ILink.LinkTag linktag, int linkID, java.lang.String syntax, INode eventInstance, ISignal signal, INode relatedToNode, ILinkType relType, ILink.Origintype orig)This is the constructor for Tlink.