C# Класс ABB.Swum.FieldRule

The SWUM creation rule for fields in classes.
Наследование: UnigramRule
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConstructSwum ( ProgramElementNode node ) : void

Constructs the Software Word Use Model on the given node, using this Rule.

FieldRule ( ) : System

Creates a new FieldRule using the defaults.

FieldRule ( PartOfSpeechData posData, Tagger tagger, IdSplitter splitter ) : System

Creates a new FieldRule.

InClass ( ProgramElementNode node ) : bool

Determines whether the supplied ProgramElementNode matches the conditions of this rule.

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

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

Constructs the Software Word Use Model on the given node, using this Rule.
public ConstructSwum ( ProgramElementNode node ) : void
node ABB.Swum.Nodes.ProgramElementNode The node to construct the SWUM on.
Результат void

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

Creates a new FieldRule using the defaults.
public FieldRule ( ) : System
Результат System

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

Creates a new FieldRule.
public FieldRule ( PartOfSpeechData posData, Tagger tagger, IdSplitter splitter ) : System
posData ABB.Swum.WordData.PartOfSpeechData The part-of-speech data to use.
tagger Tagger The part-of-speech tagger to use.
splitter IdSplitter The identifier splitter to use.
Результат System

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

Determines whether the supplied ProgramElementNode matches the conditions of this rule.
public InClass ( ProgramElementNode node ) : bool
node ABB.Swum.Nodes.ProgramElementNode The ProgramElementNode to test.
Результат bool