Uses of Class
ucot.parser.Link

Packages that use Link
ucot.parser Classes related to parsing read usecases. 
 

Uses of Link in ucot.parser
 

Fields in ucot.parser with type parameters of type Link
private  java.util.List<Link> Word.links
          The links from this Word to other words.
 

Methods in ucot.parser that return Link
 Link Word.getLink(java.lang.String name)
           Returns the first link called by spesific name-
 

Methods in ucot.parser that return types with arguments of type Link
 java.util.List<Link> Word.getLinks()
           Returns all the links.
 java.util.List<Link> Word.getLinks(java.lang.String name)
           Returns links of spesific name.
 

Methods in ucot.parser with parameters of type Link
 void Word.addLink(Link l)
          Adds link..
 boolean Word.RemoveLink(Link l)
           Removes link from this word.