Uses of Class
salsa.corpora.elements.Frames

Packages that use Frames
salsa.corpora.elements   
 

Uses of Frames in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return Frames
 Frames Head.getFrames()
          Returns the Frames.
 

Methods in salsa.corpora.elements that return types with arguments of type Frames
 java.util.ArrayList<Frames> Semantics.getFrames()
          Returns the list of Frames (this list usually contains only one element).
 

Methods in salsa.corpora.elements with parameters of type Frames
 void Semantics.addFrames(Frames newFrames)
          Adds a new Frames to this Semantics.
 void Head.setFrames(Frames frames)
          Sets the Frames.