C# 클래스 mergedServices.QueryProcessor

파일 보기 프로젝트 열기: sherifkandeel/weet-it_WCF

공개 메소드들

메소드 설명
ExecuteQueryWithInnerQuery ( SPARQLQueryBuilder input, string obj1, string obj2 ) : List

Exectues a certain List of InnerQuery objects

ExecuteQueryWithString ( string input ) : SparqlResultSet

overload of Execute query

closeConnection ( ) : void

closes connection to the server

startConnection ( ) : void

starts connection with the server

비공개 메소드들

메소드 설명
setOriginalObjects ( ResSetToJSON temp, string input ) : ResSetToJSON.innerResult

helper function to manage the changes of the queries first and last objects

메소드 상세

ExecuteQueryWithInnerQuery() 공개 정적인 메소드

Exectues a certain List of InnerQuery objects
public static ExecuteQueryWithInnerQuery ( SPARQLQueryBuilder input, string obj1, string obj2 ) : List
input SPARQLQueryBuilder the list of innerquery to be queried
obj1 string
obj2 string
리턴 List

ExecuteQueryWithString() 공개 정적인 메소드

overload of Execute query
public static ExecuteQueryWithString ( string input ) : SparqlResultSet
input string the query text as string
리턴 SparqlResultSet

closeConnection() 공개 정적인 메소드

closes connection to the server
public static closeConnection ( ) : void
리턴 void

startConnection() 공개 정적인 메소드

starts connection with the server
public static startConnection ( ) : void
리턴 void