C# Class mergedServices.LexiconPredicate

Inheritance: LexiconToken
Afficher le fichier Open project: sherifkandeel/weet-it_WCF Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

BuildQueryPart() public méthode

returns a list of strings of predicate queries generated based on the given predicate token, its domains, and its ranges
public BuildQueryPart ( ) : string
Résultat string

LexiconPredicate() public méthode

public LexiconPredicate ( ) : System
Résultat System

ToSimpleString() public méthode

returns a string the descriping the predicate
public ToSimpleString ( ) : string
Résultat string

getClone() public méthode

return a clone of the new bucket
public getClone ( LexiconToken token ) : LexiconToken
token LexiconToken
Résultat LexiconToken