C# 클래스 AIMA.Core.Logic.Propositional.Parsing.Ast.BinarySentence

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

공개 메소드들

메소드 설명
BinarySentence ( String op, Sentence first, Sentence second ) : System
Equals ( Object o ) : bool
GetHashCode ( ) : int
ToString ( ) : String
accept ( PLVisitor plv, Object arg ) : Object
firstTermIsAndSentence ( ) : bool
getFirst ( ) : Sentence
getOperator ( ) : String
getSecond ( ) : Sentence
isAndSentence ( ) : bool
isBiconditional ( ) : bool
isImplication ( ) : bool
isOrSentence ( ) : bool
secondTermIsAndSentence ( ) : bool

메소드 상세

BinarySentence() 공개 메소드

public BinarySentence ( String op, Sentence first, Sentence second ) : System
op String
first Sentence
second Sentence
리턴 System

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

accept() 공개 메소드

public accept ( PLVisitor plv, Object arg ) : Object
plv PLVisitor
arg Object
리턴 Object

firstTermIsAndSentence() 공개 메소드

public firstTermIsAndSentence ( ) : bool
리턴 bool

getFirst() 공개 메소드

public getFirst ( ) : Sentence
리턴 Sentence

getOperator() 공개 메소드

public getOperator ( ) : String
리턴 String

getSecond() 공개 메소드

public getSecond ( ) : Sentence
리턴 Sentence

isAndSentence() 공개 메소드

public isAndSentence ( ) : bool
리턴 bool

isBiconditional() 공개 메소드

public isBiconditional ( ) : bool
리턴 bool

isImplication() 공개 메소드

public isImplication ( ) : bool
리턴 bool

isOrSentence() 공개 메소드

public isOrSentence ( ) : bool
리턴 bool

secondTermIsAndSentence() 공개 메소드

public secondTermIsAndSentence ( ) : bool
리턴 bool