Method | Description | |
---|---|---|
AddPatternGroup ( RDFPatternGroup patternGroup ) : |
Adds the given pattern group to the query
|
|
ApplyToFederation ( RDFFederation federation ) : |
Applies the query to the given federation
|
|
ApplyToGraph ( RDFGraph graph ) : |
Applies the query to the given graph
|
|
ApplyToStore ( RDFStore store ) : |
Applies the query to the given store
|
|
RDFAskQuery ( ) : System |
Default-ctor to build an empty ASK query
|
|
ToString ( ) : String |
Gives the string representation of the ASK query
|
public AddPatternGroup ( RDFPatternGroup patternGroup ) : |
||
patternGroup | RDFPatternGroup | |
return |
public ApplyToFederation ( RDFFederation federation ) : |
||
federation | RDFFederation | |
return |
public ApplyToGraph ( RDFGraph graph ) : |
||
graph | RDFGraph | |
return |
public ApplyToStore ( RDFStore store ) : |
||
store | RDFStore | |
return |