Uses of Class
edu.fiu.jtlex.data.ILink.LinkTag
-
Uses of ILink.LinkTag in edu.fiu.jtlex.data
Methods in edu.fiu.jtlex.data that return ILink.LinkTag Modifier and Type Method Description ILink.LinkTagILink. getLinkTag()Returns the type of Link.ILink.LinkTagLink. getLinkTag()Returns the type of Link.static ILink.LinkTagILink.LinkTag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ILink.LinkTag[]ILink.LinkTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.fiu.jtlex.data with parameters of type ILink.LinkTag 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 ILink.LinkTag 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.