Uses of Class
edu.fiu.jtlex.data.ILink.Origintype
-
Uses of ILink.Origintype in edu.fiu.jtlex.data
Methods in edu.fiu.jtlex.data that return ILink.Origintype Modifier and Type Method Description ILink.OrigintypeILink. getOrigin()Returns whether a TLINK was generatedMANUALLYor byCLOSURE.ILink.OrigintypeLink. getOrigin()Returns whether a TLINK was generatedMANUALLYor byCLOSURE.static ILink.OrigintypeILink.Origintype. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ILink.Origintype[]ILink.Origintype. 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.Origintype 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.Origintype Constructor Description Link(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.