C# 클래스 Parley.Evaluation, home_nursing

파일 보기 프로젝트 열기: ChristianHoj/home_nursing

공개 메소드들

메소드 설명
Evaluate ( ) : bool
Matches ( string instruction ) : bool

보호된 메소드들

메소드 설명
Evaluate ( object left, object right ) : bool
Evaluation ( string operatorTerm ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetTerm ( string termString ) : object

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( ) : bool
리턴 bool

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

protected abstract Evaluate ( object left, object right ) : bool
left object
right object
리턴 bool

Evaluation() 보호된 메소드

protected Evaluation ( string operatorTerm ) : System.Collections.Generic
operatorTerm string
리턴 System.Collections.Generic

Matches() 공개 메소드

public Matches ( string instruction ) : bool
instruction string
리턴 bool