| Package | Description |
|---|---|
| org.apache.clerezza.jaxrs.rdf.providers | |
| org.apache.clerezza.representation |
| Class and Description |
|---|
| Parser
This singleton class provides a method
parse to transform serialized RDF forms into ImmutableGraphs. |
| Serializer
This singleton class provides a method
serialize to transform a
ImmutableGraph into serialized RDF forms. |
| Class and Description |
|---|
| Parser
This singleton class provides a method
parse to transform serialized RDF forms into ImmutableGraphs. |
| ParsingProvider
An instance of this class parses RDF-ImmutableGraph from one or more serialization
formats.
|
| Serializer
This singleton class provides a method
serialize to transform a
ImmutableGraph into serialized RDF forms. |
| SerializingProvider
An instance of this class serializes
Graphs to a
specified serialization format. |
| UnsupportedFormatException
This exception is thrown on an attempt to parse a format for which no
ParsingProvider is known. |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.