C# Класс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Paragraph() публичный метод

Initialize
public Paragraph ( ) : System
Результат System

isFirstSentence() публичный метод

Checks if this is the first sentence
public isFirstSentence ( Sentence sentence ) : bool
sentence Sentence sentence
Результат bool

isLastSentence() публичный метод

Checks fi this is the last sentence
public isLastSentence ( Sentence sentence ) : bool
sentence Sentence sentence object
Результат bool