C# 클래스 AjRools.Expert.Rules.Rule

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

공개 메소드들

메소드 설명
FireIfReady ( World world ) : bool
RetractIfNotReady ( World world ) : bool
Rule ( IList conditions, IList assertions ) : System

비공개 메소드들

메소드 설명
Fire ( World world ) : void
IsReadyToFire ( World world ) : bool
Retract ( World world ) : void

메소드 상세

FireIfReady() 공개 메소드

public FireIfReady ( World world ) : bool
world World
리턴 bool

RetractIfNotReady() 공개 메소드

public RetractIfNotReady ( World world ) : bool
world World
리턴 bool

Rule() 공개 메소드

public Rule ( IList conditions, IList assertions ) : System
conditions IList
assertions IList
리턴 System