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

Inheritance: Literal
Datei anzeigen Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
ReducedLiteral ( AtomicSentence atom ) : System
ReducedLiteral ( AtomicSentence atom, bool negated ) : System
ToString ( ) : String
newInstance ( AtomicSentence atom ) : Literal

Method Details

ReducedLiteral() public method

public ReducedLiteral ( AtomicSentence atom ) : System
atom AtomicSentence
return System

ReducedLiteral() public method

public ReducedLiteral ( AtomicSentence atom, bool negated ) : System
atom AtomicSentence
negated bool
return System

ToString() public method

public ToString ( ) : String
return String

newInstance() public method

public newInstance ( AtomicSentence atom ) : Literal
atom AtomicSentence
return Literal