Uses of Class
ucot.parser.Sentence

Packages that use Sentence
ucot.parser   
 

Uses of Sentence in ucot.parser
 

Fields in ucot.parser with type parameters of type Sentence
private  java.util.List<Sentence> ParsedData.sentences
          Sentences parsed from usecase
 

Methods in ucot.parser that return types with arguments of type Sentence
 java.util.List<Sentence> ParsedData.getSentences()
          Returns a list of sentences this parsedData contains
 

Methods in ucot.parser with parameters of type Sentence
 void ParsedData.addSentence(Sentence sentence)
          Adds a new sentence