Uses of Interface
info.sswap.api.model.RRG

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 
info.sswap.impl.empire.model   
info.sswap.impl.http   
 

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 that return RRG
 RRG RRGCache.Entry.getRRG()
           
private  RRG AsyncRIGInvocation.getUpstreamRRG(RIG asyncRIG)
          Retrieves the upstream RRG given the information in the asynchronous RIG
private  RRG LegacyServiceWrapperServlet.invoke(RIG rig)
           
private  RRG AbstractSSWAPServlet.invokeRemoteService(java.net.URI remoteService)
          Invoke a HTTP GET; Wrapper to invokeRemoteService(URI remoteService,null)
private  RRG AbstractSSWAPServlet.invokeRemoteService(java.net.URI remoteService, java.io.InputStream bodyStream)
          Invoke a HTTP GET or POST on 'remoteService'.
 

Methods in info.sswap.api.servlet with parameters of type RRG
private  RIG AsyncRIGInvocation.createRIG(RRG upstreamRRG)
          Creates a RIG from an upstream RRG.
(package private)  void AbstractSSWAPServlet.publishRRG(java.lang.String token, RRG rrg)
          Publishes an RRG (so that it can be retrieved by the caller in the asynchronous invocation protocol).
private  void AsyncRIGInvocation.removeToken(RRG 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.
 

Uses of RRG in info.sswap.impl.empire.model
 

Classes in info.sswap.impl.empire.model that implement RRG
 class RRGImpl
          Implementation of RRG interface
 

Methods in info.sswap.impl.empire.model that return RRG
 RRG RIGImpl.getRRG()
           
 RRG RIGImpl.getRRG(java.io.InputStream is)
           
 

Uses of RRG in info.sswap.impl.http
 

Methods in info.sswap.impl.http that return RRG
 RRG HTTPAPIImpl.RRGResponse.getRRG()
           
 

Constructors in info.sswap.impl.http with parameters of type RRG
HTTPAPIImpl.RRGResponse(RRG rrg, com.clarkparsia.utils.web.Response response)
          Constructor to set the RRG and network response data; not needed by most users.
HTTPAPIImpl.RRGResponse(RRG rrg, com.clarkparsia.utils.web.Response response, java.lang.Exception exception)
          Constructor to set the RRG and an exception; not needed by most users.
 



Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.