|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.clerezza.rdf.core.sparql.StringQuerySerializer
public abstract class StringQuerySerializer
This abstract class provides a method to generate a String
representation of a Query.
| Constructor Summary | |
|---|---|
StringQuerySerializer()
|
|
| Method Summary | |
|---|---|
abstract String |
serialize(AskQuery askQuery)
Serializes an AskQuery object to a String. |
abstract String |
serialize(ConstructQuery constructQuery)
Serializes a ConstructQuery object to a String. |
abstract String |
serialize(DescribeQuery describeQuery)
Serializes a DescribeQuery object to a String. |
String |
serialize(Query query)
Serializes a Query object to a String. |
abstract String |
serialize(SelectQuery selectQuery)
Serializes a SelectQuery object to a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringQuerySerializer()
| Method Detail |
|---|
public String serialize(Query query)
Query object to a String.
query - the Query object to be serialized
public abstract String serialize(SelectQuery selectQuery)
SelectQuery object to a String.
selectQuery - the SelectQuery object to be serialized
public abstract String serialize(ConstructQuery constructQuery)
ConstructQuery object to a String.
constructQuery - the ConstructQuery object to be serialized
public abstract String serialize(DescribeQuery describeQuery)
DescribeQuery object to a String.
describeQuery - the DescribeQuery object to be serialized
public abstract String serialize(AskQuery askQuery)
AskQuery object to a String.
askQuery - the AskQuery object to be serialized
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||