C# 클래스 mergedServices.QueryHandler

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

공개 프로퍼티들

프로퍼티 타입 설명
manager VDS.RDF.Storage.VirtuosoManager

공개 메소드들

메소드 설명
ExecuteQueryWithString ( string input ) : SparqlResultSet

overload of Execute query

closeConnection ( ) : void

closes connection to the server

convertToDbpedia ( string input ) : string

converts the localhost to dbpedia, not recommended

convertToLocalhost ( string input ) : string

converts any domain name to the localhost:8890

getGraphFromURIWithlocalHost ( string input ) : VDS.RDF.Graph

gets the graph from the input Uri(changes the uri to localhost)

getLabelIfAny ( string node ) : string

Gets label of given node.

startConnection ( ) : void

starts connection with the server

메소드 상세

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

convertToDbpedia() 공개 정적인 메소드

converts the localhost to dbpedia, not recommended
public static convertToDbpedia ( string input ) : string
input string the localhost input
리턴 string

convertToLocalhost() 공개 정적인 메소드

converts any domain name to the localhost:8890
public static convertToLocalhost ( string input ) : string
input string url with any domain name
리턴 string

getGraphFromURIWithlocalHost() 공개 정적인 메소드

gets the graph from the input Uri(changes the uri to localhost)
public static getGraphFromURIWithlocalHost ( string input ) : VDS.RDF.Graph
input string the input string uri
리턴 VDS.RDF.Graph

getLabelIfAny() 공개 정적인 메소드

Gets label of given node.
public static getLabelIfAny ( string node ) : string
node string Node
리턴 string

startConnection() 공개 정적인 메소드

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

프로퍼티 상세

manager 공개적으로 정적으로 프로퍼티

public static VirtuosoManager,VDS.RDF.Storage manager
리턴 VDS.RDF.Storage.VirtuosoManager