C# 클래스 ABB.Swum.FieldRule

The SWUM creation rule for fields in classes.
상속: UnigramRule
파일 보기 프로젝트 열기: abb-iss/Swum.NET 1 사용 예제들

공개 메소드들

메소드 설명
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