Uses of Class
ca.site.elkb.SG

Packages that use SG
ca.site.elkb   
 

Uses of SG in ca.site.elkb
 

Methods in ca.site.elkb that return SG
 SG Paragraph.getSG(int index)
          Returns the Semicolon Group at the specified position in the array of Semicolon Groups.
 SG Paragraph.getSG(java.lang.String word)
          Returns the the first Semicolon Group in this Paragraph which contains the given word.
 SG Paragraph.getSGinPhrase(java.lang.String word)
          Returns the the first Semicolon Group in this Paragraph which contains the given word either on its own or in a phrase.
 

Methods in ca.site.elkb that return types with arguments of type SG
 java.util.ArrayList<SG> Paragraph.getSGList()
          Returns the array of Semicolon Groups of this Paragraph.
 

Methods in ca.site.elkb with parameters of type SG
 void Paragraph.addSG(SG sgObj)
          Adds a Semicolon Group, repreented as a string, to the Paragraph.