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

Inheritance: Literal
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode Description
ReducedLiteral ( AtomicSentence atom ) : System
ReducedLiteral ( AtomicSentence atom, bool negated ) : System
ToString ( ) : String
newInstance ( AtomicSentence atom ) : Literal

Method Details

ReducedLiteral() public méthode

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

ReducedLiteral() public méthode

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

ToString() public méthode

public ToString ( ) : String
Résultat String

newInstance() public méthode

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