Uses of Class
salsa.corpora.elements.Variable

Packages that use Variable
salsa.corpora.elements   
 

Uses of Variable in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Variable
 java.util.ArrayList<Variable> Match.getVariables()
          Returns the list of Variable elements.
 

Methods in salsa.corpora.elements with parameters of type Variable
 void Match.addVariable(Variable newVariable)
          Adds a new Variable to this Match.