Uses of Interface
edu.fiu.jtlex.data.ILinkType
-
Uses of ILinkType in edu.fiu.jtlex.data
Classes in edu.fiu.jtlex.data that implement ILinkType Modifier and Type Class Description static classILink.ALinkTypeEnum that represents the temporal relation holding between the entities for ALink.static classILink.SLinkTypeEnum that represents the temporal relation holding between the entities for SLink.static classILink.TLinkTypeEnum that represents temporal relation holding between the entities for a TLink.Methods in edu.fiu.jtlex.data that return ILinkType Modifier and Type Method Description ILinkTypeILink. getRelType()This is the temporal relation holding between the entities.ILinkTypeLink. getRelType()This is the temporal relation holding between the entities.Methods in edu.fiu.jtlex.data with parameters of type ILinkType Modifier and Type Method Description booleanGraph. addLink(int NodeOneID, int NodeTwoID, ILink.LinkTag linktag, ILinkType linkType, java.lang.String syntax, ISignal signal, ILink.Origintype orig)Adds aLinkinto the graph, givenNodeidentification numbers.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(int NodeOneID, int NodeTwoID, ILink.LinkTag linktag, ILinkType linkType, java.lang.String syntax, ISignal signal, ILink.Origintype orig)Adds aLinkinto the graph, givenNodeidentification numbers.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.Constructors in edu.fiu.jtlex.data with parameters of type ILinkType 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.