C# 클래스 AIMA.Core.Agent.Impl.AProg.SimpleRule.Rule

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( System o ) : bool
GetHashCode ( ) : int
Rule ( Condition aCon, Action anAction ) : System.Collections.Generic
ToString ( ) : System.String
evaluate ( ObjectWithDynamicAttributes p ) : bool
getAction ( ) : Action

메소드 상세

Equals() 공개 메소드

public Equals ( System o ) : bool
o System
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Rule() 공개 메소드

public Rule ( Condition aCon, Action anAction ) : System.Collections.Generic
aCon Condition
anAction Action
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String

evaluate() 공개 메소드

public evaluate ( ObjectWithDynamicAttributes p ) : bool
p AIMA.Core.Agent.Impl.ObjectWithDynamicAttributes
리턴 bool

getAction() 공개 메소드

public getAction ( ) : Action
리턴 Action