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

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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

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

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

public Equals ( Object o ) : bool
o Object
Результат bool

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

public GetHashCode ( ) : int
Результат int

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

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

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

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

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

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

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

public getAtomicSentence ( ) : AtomicSentence
Результат AtomicSentence

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

public isNegativeLiteral ( ) : bool
Результат bool

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

public isPositiveLiteral ( ) : bool
Результат bool

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

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