C# Класс mergedServices.LexiconPredicate

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

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

Метод Описание
BuildQueryPart ( ) : string

returns a list of strings of predicate queries generated based on the given predicate token, its domains, and its ranges

LexiconPredicate ( ) : System
ToSimpleString ( ) : string

returns a string the descriping the predicate

getClone ( LexiconToken token ) : LexiconToken

return a clone of the new bucket

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

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

returns a list of strings of predicate queries generated based on the given predicate token, its domains, and its ranges
public BuildQueryPart ( ) : string
Результат string

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

public LexiconPredicate ( ) : System
Результат System

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

returns a string the descriping the predicate
public ToSimpleString ( ) : string
Результат string

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

return a clone of the new bucket
public getClone ( LexiconToken token ) : LexiconToken
token LexiconToken
Результат LexiconToken