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
Mostra file Open project: brlima94/acat-localization

Public Methods

Method 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 method

Initialize
public Paragraph ( ) : System
return System

isFirstSentence() public method

Checks if this is the first sentence
public isFirstSentence ( Sentence sentence ) : bool
sentence Sentence sentence
return bool

isLastSentence() public method

Checks fi this is the last sentence
public isLastSentence ( Sentence sentence ) : bool
sentence Sentence sentence object
return bool