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

상속: Literal
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
ReducedLiteral ( AtomicSentence atom ) : System
ReducedLiteral ( AtomicSentence atom, bool negated ) : System
ToString ( ) : String
newInstance ( AtomicSentence atom ) : Literal

메소드 상세

ReducedLiteral() 공개 메소드

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

ReducedLiteral() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

newInstance() 공개 메소드

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