C# 클래스 AIMA.Core.Logic.FOL.KB.Data.Literal

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

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetHashCode ( ) : int
Literal ( AtomicSentence atom ) : System
Literal ( AtomicSentence atom, bool negated ) : System
ToString ( ) : String
getAtomicSentence ( ) : AtomicSentence
isNegativeLiteral ( ) : bool
isPositiveLiteral ( ) : bool
newInstance ( AtomicSentence atom ) : Literal

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Literal() 공개 메소드

public Literal ( AtomicSentence atom ) : System
atom AtomicSentence
리턴 System

Literal() 공개 메소드

public Literal ( AtomicSentence atom, bool negated ) : System
atom AtomicSentence
negated bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

getAtomicSentence() 공개 메소드

public getAtomicSentence ( ) : AtomicSentence
리턴 AtomicSentence

isNegativeLiteral() 공개 메소드

public isNegativeLiteral ( ) : bool
리턴 bool

isPositiveLiteral() 공개 메소드

public isPositiveLiteral ( ) : bool
리턴 bool

newInstance() 공개 메소드

public newInstance ( AtomicSentence atom ) : Literal
atom AtomicSentence
리턴 Literal