C# Класс AIMA.Core.Logic.FOL.KB.Data.ReducedLiteral

Наследование: Literal
Показать файл Открыть проект

Открытые методы

Метод Описание
ReducedLiteral ( AtomicSentence atom ) : System
ReducedLiteral ( AtomicSentence atom, bool negated ) : System
ToString ( ) : String
newInstance ( AtomicSentence atom ) : Literal

Описание методов

ReducedLiteral() публичный Метод

public ReducedLiteral ( AtomicSentence atom ) : System
atom AtomicSentence
Результат System

ReducedLiteral() публичный Метод

public ReducedLiteral ( AtomicSentence atom, bool negated ) : System
atom AtomicSentence
negated bool
Результат System

ToString() публичный Метод

public ToString ( ) : String
Результат String

newInstance() публичный Метод

public newInstance ( AtomicSentence atom ) : Literal
atom AtomicSentence
Результат Literal