|
||||||||||
| 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
org.apache.clerezza.rdf.core.sparql.query.impl.SimpleStringQuerySerializer
public class SimpleStringQuerySerializer
This class implements abstract methods of StringQuerySerializer
to serialize specific Query types.
| Constructor Summary | |
|---|---|
SimpleStringQuerySerializer()
|
|
| Method Summary | |
|---|---|
String |
serialize(AskQuery askQuery)
Serializes an AskQuery object to a String. |
String |
serialize(ConstructQuery constructQuery)
Serializes a ConstructQuery object to a String. |
String |
serialize(DescribeQuery describeQuery)
Serializes a DescribeQuery object to a String. |
String |
serialize(SelectQuery selectQuery)
Serializes a SelectQuery object to a String. |
| Methods inherited from class org.apache.clerezza.rdf.core.sparql.StringQuerySerializer |
|---|
serialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleStringQuerySerializer()
| Method Detail |
|---|
public String serialize(SelectQuery selectQuery)
StringQuerySerializerSelectQuery object to a String.
serialize in class StringQuerySerializerselectQuery - the SelectQuery object to be serialized
public String serialize(ConstructQuery constructQuery)
StringQuerySerializerConstructQuery object to a String.
serialize in class StringQuerySerializerconstructQuery - the ConstructQuery object to be serialized
public String serialize(DescribeQuery describeQuery)
StringQuerySerializerDescribeQuery object to a String.
serialize in class StringQuerySerializerdescribeQuery - the DescribeQuery object to be serialized
public String serialize(AskQuery askQuery)
StringQuerySerializerAskQuery object to a String.
serialize in class StringQuerySerializeraskQuery - the AskQuery object to be serialized
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||