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

Inheritance: ComplexSentence
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BinarySentence ( String op, Sentence first, Sentence second ) : System
op String
first Sentence
second Sentence
Résultat System

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : String
Résultat String

accept() public méthode

public accept ( PLVisitor plv, Object arg ) : Object
plv PLVisitor
arg Object
Résultat Object

firstTermIsAndSentence() public méthode

public firstTermIsAndSentence ( ) : bool
Résultat bool

getFirst() public méthode

public getFirst ( ) : Sentence
Résultat Sentence

getOperator() public méthode

public getOperator ( ) : String
Résultat String

getSecond() public méthode

public getSecond ( ) : Sentence
Résultat Sentence

isAndSentence() public méthode

public isAndSentence ( ) : bool
Résultat bool

isBiconditional() public méthode

public isBiconditional ( ) : bool
Résultat bool

isImplication() public méthode

public isImplication ( ) : bool
Résultat bool

isOrSentence() public méthode

public isOrSentence ( ) : bool
Résultat bool

secondTermIsAndSentence() public méthode

public secondTermIsAndSentence ( ) : bool
Résultat bool