|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RRG | |
---|---|
info.sswap.api.http | Java API access to HTTP API |
info.sswap.api.model | Main package for SSWAP API |
info.sswap.api.servlet | Servlet support to engage automatic semantic mappings and reasoning |
Uses of RRG in info.sswap.api.http |
---|
Methods in info.sswap.api.http that return RRG | |
---|---|
RRG |
HTTPProvider.RRGResponse.getRRG()
Getter method to get the Resource Response Graph ( RRG ) from a successful conversion. |
Uses of RRG in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return RRG | |
---|---|
RRG |
RIG.getRRG()
Gets the RRG that can be used to create a response to the RIG. |
RRG |
RIG.getRRG(java.io.InputStream is)
Creates an RRG based on the serialized RRG data (e.g., sent by a provider of the service in response to this RIG having been sent to the provider). |
Uses of RRG in info.sswap.api.servlet |
---|
Methods in info.sswap.api.servlet with parameters of type RRG | |
---|---|
void |
RRGCache.store(java.lang.String token,
RRG rrg)
Stores a computed RRG, indicating that the computation of an RRG was successful, and allowing its future retrieval by the client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |