C# 클래스 mergedServices.ResSetToJSON

파일 보기 프로젝트 열기: sherifkandeel/weet-it_WCF 1 사용 예제들

공개 메소드들

메소드 설명
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