C# Class ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.Paragraph

Represents a paragraph of text. Contains the starting offset of the para in the text and length of the text. ALso contains a list of sentences that comprise the para
Afficher le fichier Open project: brlima94/acat-localization

Méthodes publiques

Méthode Description
Paragraph ( ) : System

Initialize

isFirstSentence ( Sentence sentence ) : bool

Checks if this is the first sentence

isLastSentence ( Sentence sentence ) : bool

Checks fi this is the last sentence

Method Details

Paragraph() public méthode

Initialize
public Paragraph ( ) : System
Résultat System

isFirstSentence() public méthode

Checks if this is the first sentence
public isFirstSentence ( Sentence sentence ) : bool
sentence Sentence sentence
Résultat bool

isLastSentence() public méthode

Checks fi this is the last sentence
public isLastSentence ( Sentence sentence ) : bool
sentence Sentence sentence object
Résultat bool