Uses of Class
salsa.corpora.elements.Element

Packages that use Element
salsa.corpora.elements   
 

Uses of Element in salsa.corpora.elements
 

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

Methods in salsa.corpora.elements with parameters of type Element
 void Frame.addElement(Element newElement)
          Adds a Element to this Frame.