Uses of Class
salsa.corpora.elements.Edge

Packages that use Edge
salsa.corpora.elements   
 

Uses of Edge in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Edge
 java.util.ArrayList<Edge> Nonterminal.getEdges()
          Returns the list of Edge elements of this Nonterminal.
 

Methods in salsa.corpora.elements with parameters of type Edge
 void Nonterminal.addEdge(Edge newEdge)
          Adds a new Edge to this Nonterminal.