Uses of Class
salsa.corpora.elements.Frame

Packages that use Frame
salsa.corpora.elements   
salsa.corpora.processing   
 

Uses of Frame in salsa.corpora.elements
 

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

Methods in salsa.corpora.elements with parameters of type Frame
 void Frames.addFrame(Frame newFrame)
          Adds a new Frame to this Frames.
 

Uses of Frame in salsa.corpora.processing
 

Methods in salsa.corpora.processing that return types with arguments of type Frame
 java.util.ArrayList<Frame> CorpusProcessor.getAllAnnotatedFrames()
          Returns a list of all Frames that stand for frame annotations.