C# 클래스 Nuve.Orthographic.Action.BaseAction

파일 보기 프로젝트 열기: hrzafer/nuve 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Alphabet Alphabet
Flag string
OperandOne string
OperandTwo string

공개 메소드들

메소드 설명
Do ( Allomorph allomorph, Position position ) : void

보호된 메소드들

메소드 설명
BaseAction ( Alphabet alphabet, string operandOne, string operandTwo, string flag ) : System
Do ( Allomorph allomorph ) : void
TryGetOperandMorpheme ( Allomorph allomorph, Allomorph &operand, Position position ) : bool

메소드 상세

BaseAction() 보호된 메소드

protected BaseAction ( Alphabet alphabet, string operandOne, string operandTwo, string flag ) : System
alphabet Alphabet
operandOne string
operandTwo string
flag string
리턴 System

Do() 보호된 추상적인 메소드

protected abstract Do ( Allomorph allomorph ) : void
allomorph Nuve.Morphologic.Structure.Allomorph
리턴 void

Do() 공개 메소드

public Do ( Allomorph allomorph, Position position ) : void
allomorph Nuve.Morphologic.Structure.Allomorph
position Position
리턴 void

TryGetOperandMorpheme() 보호된 메소드

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

프로퍼티 상세

Alphabet 보호되어 있는 프로퍼티

protected Alphabet Alphabet
리턴 Alphabet

Flag 보호되어 있는 프로퍼티

protected string Flag
리턴 string

OperandOne 보호되어 있는 프로퍼티

protected string OperandOne
리턴 string

OperandTwo 보호되어 있는 프로퍼티

protected string OperandTwo
리턴 string