C# 클래스 Nuve.Condition.ConditionBase

파일 보기 프로젝트 열기: hrzafer/nuve

보호된 프로퍼티들

프로퍼티 타입 설명
Alphabet Nuve.Orthographic.Alphabet
Operand string
Position Position

공개 메소드들

메소드 설명
IsTrueFor ( Allomorph allomorph ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
ConditionBase ( string position, string operand, Alphabet alphabet ) : System
ParseLabels ( string operand ) : HashSet
TryGetOperandMorpheme ( Allomorph allomorph, Allomorph &operand ) : bool

메소드 상세

ConditionBase() 보호된 메소드

protected ConditionBase ( string position, string operand, Alphabet alphabet ) : System
position string
operand string
alphabet Nuve.Orthographic.Alphabet
리턴 System

IsTrueFor() 공개 추상적인 메소드

public abstract IsTrueFor ( Allomorph allomorph ) : bool
allomorph Nuve.Morphologic.Structure.Allomorph
리턴 bool

ParseLabels() 보호된 메소드

protected ParseLabels ( string operand ) : HashSet
operand string
리턴 HashSet

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryGetOperandMorpheme() 보호된 메소드

protected TryGetOperandMorpheme ( Allomorph allomorph, Allomorph &operand ) : bool
allomorph Nuve.Morphologic.Structure.Allomorph
operand Nuve.Morphologic.Structure.Allomorph
리턴 bool

프로퍼티 상세

Alphabet 보호되어 있는 프로퍼티

protected Alphabet,Nuve.Orthographic Alphabet
리턴 Nuve.Orthographic.Alphabet

Operand 보호되어 있는 프로퍼티

protected string Operand
리턴 string

Position 보호되어 있는 프로퍼티

protected Position Position
리턴 Position