Uses of Class
salsa.corpora.elements.Value

Packages that use Value
salsa.corpora.elements   
 

Uses of Value in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Value
 java.util.ArrayList<Value> Secedgelabel.getValues()
          Returns the list of Value elements.
 java.util.ArrayList<Value> Feature.getValues()
          Returns the list of Value elements of this Feature.
 java.util.ArrayList<Value> Edgelabel.getValues()
          Returns the list of Value elements of this Edgelabel.
 

Methods in salsa.corpora.elements with parameters of type Value
 void Secedgelabel.addValue(Value newValue)
          Adds a new Value to this Secedgelabel.
 void Feature.addValue(Value newValue)
          Adds a new Value to this Feature.
 void Edgelabel.addValue(Value newValue)
          Adds a new Value to this Edgelabel.