C# Class mergedServices.LexiconPredicate

Inheritance: LexiconToken
Datei anzeigen Open project: sherifkandeel/weet-it_WCF Class Usage Examples

Public Methods

Method 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 method

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

LexiconPredicate() public method

public LexiconPredicate ( ) : System
return System

ToSimpleString() public method

returns a string the descriping the predicate
public ToSimpleString ( ) : string
return string

getClone() public method

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