C# Класс mergedServices.ResSetToJSON

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

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

Метод Описание
ToListOfJsonObj ( List b ) : List

gets the list of the json objects to be drawn for each query

namer ( string URI ) : string

renames the string;

Приватные методы

Метод Описание
ToJsonObj ( List b ) : string
innerResultToURIs ( List inner ) : List>

get the value of each variable

reArrangeRelationVariables ( List query ) : List

This function sorts the results and the variables names to be different from each side Egypt->Type->Country<-Type<-Syria The first Type should be drawn separately from the second one

toJSONEdge ( List query ) : string

get the nodes of each query

toJSONNode ( List query ) : string

get all the results of each variable

valuesOfResults ( SparqlResult sq ) : List

we get the values of each result from here

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

ToListOfJsonObj() публичный статический Метод

gets the list of the json objects to be drawn for each query
public static ToListOfJsonObj ( List b ) : List
b List the result list of each query
Результат List

namer() публичный статический Метод

renames the string;
public static namer ( string URI ) : string
URI string
Результат string