Uses of Interface
edu.fiu.jtlex.data.ISignal
-
Uses of ISignal in edu.fiu.jtlex.data
Classes in edu.fiu.jtlex.data that implement ISignal Modifier and Type Class Description classSignalDefault implementation ofISignal.Methods in edu.fiu.jtlex.data that return ISignal Modifier and Type Method Description ISignalISignal. clone()Returns a deep copy of the Signal.ISignalIInstance. getSignal()Returns the signal object, present if multiple event instances are creatednullif not defined, may not be less than 0ISignalILink. getSignal()Returns the ID of the relation signal.ISignalInstance. getSignal()Returns the signal object, present if multiple event instances are creatednullif not defined, may not be less than 0ISignalLink. getSignal()Returns the ID of the relation signal.ISignalITimeMLParser. parseSignal(java.lang.String signalString)A parser method which takes the string input representing a Signal and parses it to get the Signal object.ISignalTimeMLParser. parseSignal(java.lang.String signalString)A method for parsing a signal from a string.Methods in edu.fiu.jtlex.data with parameters of type ISignal 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 ISignal Constructor Description Instance(int eventInstanceID, IEvent event, IInstance.Tense tense, IInstance.Aspect aspect, IInstance.Pos pos, IInstance.Polarity polarity, java.lang.String modality, ISignal signal, java.lang.String cardinality)Creates a new event Instance object.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.