Uses of Class
salsa.corpora.elements.Uspblock

Packages that use Uspblock
salsa.corpora.elements   
 

Uses of Uspblock in salsa.corpora.elements
 

Methods in salsa.corpora.elements that return types with arguments of type Uspblock
 java.util.ArrayList<Uspblock> UnderspecificationFrames.getUspblocks()
          Returns the list of Uspblock elements.
 java.util.ArrayList<Uspblock> UnderspecificationFrameElements.getUspblocks()
          Returns the list of Uspblock.
 

Methods in salsa.corpora.elements with parameters of type Uspblock
 void UnderspecificationFrames.addUspblock(Uspblock newUspblock)
          Adds a new Uspblock to this UnderspecificationFrames.
 void UnderspecificationFrameElements.addUspblock(Uspblock newUspblock)
          Adds a new Uspblock element to this UnderspecificationFrameElements.