C# Class AIMA.Core.Logic.FOL.KB.Data.Literal

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

Méthodes publiques

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

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Literal() public méthode

public Literal ( AtomicSentence atom ) : System
atom AtomicSentence
Résultat System

Literal() public méthode

public Literal ( AtomicSentence atom, bool negated ) : System
atom AtomicSentence
negated bool
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

getAtomicSentence() public méthode

public getAtomicSentence ( ) : AtomicSentence
Résultat AtomicSentence

isNegativeLiteral() public méthode

public isNegativeLiteral ( ) : bool
Résultat bool

isPositiveLiteral() public méthode

public isPositiveLiteral ( ) : bool
Résultat bool

newInstance() public méthode

public newInstance ( AtomicSentence atom ) : Literal
atom AtomicSentence
Résultat Literal