C# Class AIMA.Core.Logic.Propositional.Parsing.Ast.BinarySentence

Inheritance: ComplexSentence
Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
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

Method Details

BinarySentence() public method

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

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

accept() public method

public accept ( PLVisitor plv, Object arg ) : Object
plv PLVisitor
arg Object
return Object

firstTermIsAndSentence() public method

public firstTermIsAndSentence ( ) : bool
return bool

getFirst() public method

public getFirst ( ) : Sentence
return Sentence

getOperator() public method

public getOperator ( ) : String
return String

getSecond() public method

public getSecond ( ) : Sentence
return Sentence

isAndSentence() public method

public isAndSentence ( ) : bool
return bool

isBiconditional() public method

public isBiconditional ( ) : bool
return bool

isImplication() public method

public isImplication ( ) : bool
return bool

isOrSentence() public method

public isOrSentence ( ) : bool
return bool

secondTermIsAndSentence() public method

public secondTermIsAndSentence ( ) : bool
return bool