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

Packages that use RDG
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.api.spi Run-time API provider for interface implementation 
info.sswap.impl.empire   
info.sswap.impl.empire.model   
info.sswap.impl.http   
 

Uses of RDG in info.sswap.api.http
 

Methods in info.sswap.api.http that return RDG
 RDG HTTPProvider.RDGResponse.getRDG()
          Getter method to get the Resource Description Graph (RDG) from a successful conversion.
 

Uses of RDG in info.sswap.api.model
 

Methods in info.sswap.api.model that return RDG
static RDG SSWAP.createRDG(java.net.URI resourceURI, java.lang.String name, java.lang.String oneLineDescription, SSWAPProvider provider)
          Creates a new RDG
static RDG SSWAP.createRDG(java.net.URI resourceURI, java.lang.String name, java.lang.String oneLineDescription, java.net.URI providerURI)
          Creates a new RDG
 RDG SSWAPResource.getRDG()
          Gets the RDG where this resource is defined.
static RDG SSWAP.getRDG(java.net.URI uri)
          Creates an object representing an RDG.
 

Methods in info.sswap.api.model that return types with arguments of type RDG
 java.util.Collection<RDG> PDG.getRDGs()
          Gets all RDGs pointed to by a sswap:providesResource statement in this PDG
 java.util.Collection<RDG> RQG.invoke()
          Sends this RQG as a query to the default Discovery Server
 java.util.Collection<RDG> RQG.invoke(java.net.URI discoveryServerURI)
          Sends this RQG as a query to the specified discovery server instance.
 

Methods in info.sswap.api.model with parameters of type RDG
 RIG RRG.createRIG(RDG rdg)
          Returns a new Resource Invocation Graph (RIG) based on the contents of this Resource Response Graph (RRG) suitable for the service represented by the Resource Description Graph (RRG).
 boolean RQG.satisfiesResource(RDG rdg)
          Checks whether this RQG matches the given RDG
 

Uses of RDG in info.sswap.api.servlet
 

Fields in info.sswap.api.servlet declared as RDG
private  RDG AsyncRIGInvocation.rdg
          The RIG of the service being invoked.
 

Methods in info.sswap.api.servlet that return RDG
private  RDG AbstractSSWAPServlet.getRDG(java.lang.String rdgURIStr)
          Dereference the servlet's RDG and map any Exceptions to a general IOException.
 

Constructors in info.sswap.api.servlet with parameters of type RDG
AsyncRIGInvocation(RIG asyncRIG, RDG rdg, java.lang.String rrgToken)
          Creates a new asynchronous invocation object that will wrap in a separate thread the regular, synchronous execution of the service.
 

Uses of RDG in info.sswap.api.spi
 

Methods in info.sswap.api.spi that return RDG
 RDG APIProvider.createCompositeService(java.net.URI serviceURI, java.lang.String name, java.lang.String description, java.net.URI providerURI, RDG firstService, RDG lastService)
           
static RDG ExtensionAPI.createCompositeService(java.net.URI serviceURI, java.lang.String name, java.lang.String description, java.net.URI providerURI, RDG firstService, RDG lastService)
           
 RDG APIProvider.createRDG(java.net.URI resourceURI, java.lang.String name, java.lang.String oneLineDescription, java.net.URI providerURI)
          Creates a new RDG object.
 RDG APIProvider.getRDG(java.net.URI uri)
          Gets a dereferenced RDG implementation
 

Methods in info.sswap.api.spi with parameters of type RDG
 RDG APIProvider.createCompositeService(java.net.URI serviceURI, java.lang.String name, java.lang.String description, java.net.URI providerURI, RDG firstService, RDG lastService)
           
static RDG ExtensionAPI.createCompositeService(java.net.URI serviceURI, java.lang.String name, java.lang.String description, java.net.URI providerURI, RDG firstService, RDG lastService)
           
 RQG APIProvider.generateRQG(RDG upstreamService, RDG downstreamService)
           
static RQG ExtensionAPI.generateRQG(RDG upstreamService, RDG downstreamService)
           
 RQG APIProvider.generateRQG(RDG upstreamService, RDG downstreamService, java.net.URI resultURI)
           
static RQG ExtensionAPI.generateRQG(RDG upstreamService, RDG downstreamService, java.net.URI resultURI)
           
 

Uses of RDG in info.sswap.impl.empire
 

Methods in info.sswap.impl.empire that return RDG
 RDG APIProviderImpl.createCompositeService(java.net.URI serviceURI, java.lang.String name, java.lang.String description, java.net.URI providerURI, RDG firstService, RDG lastService)
           
 RDG APIProviderImpl.createRDG(java.net.URI resourceURI, java.lang.String name, java.lang.String oneLineDescription, java.net.URI providerURI)
           
 RDG APIProviderImpl.getRDG(java.net.URI uri)
           
 

Methods in info.sswap.impl.empire with parameters of type RDG
 RDG APIProviderImpl.createCompositeService(java.net.URI serviceURI, java.lang.String name, java.lang.String description, java.net.URI providerURI, RDG firstService, RDG lastService)
           
private  java.util.Collection<SSWAPObject> APIProviderImpl.generateCompositeServiceObjects(RDG lastService, RDG result)
           
private  java.util.Collection<SSWAPSubject> APIProviderImpl.generateCompositeServiceSubjects(RDG firstService, RDG lastService, RDG result)
           
 RQG APIProviderImpl.generateRQG(RDG upstreamService, RDG downstreamService)
           
 RQG APIProviderImpl.generateRQG(RDG upstreamService, RDG downstreamService, java.net.URI resultURI)
           
private  java.util.Collection<SSWAPObject> APIProviderImpl.generateRQGObjects(RDG downstreamService, RQG rqg)
           
private  java.util.Collection<SSWAPSubject> APIProviderImpl.generateRQGSubjects(RDG upstreamService, RDG downstreamService, RQG rqg)
           
 

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

Classes in info.sswap.impl.empire.model that implement RDG
 class RDGImpl
           
 

Fields in info.sswap.impl.empire.model declared as RDG
private  RDG RIGImpl.rdg
           
 

Methods in info.sswap.impl.empire.model that return RDG
(package private)  RDG RIGImpl.getRDG()
           
 RDG ResourceImpl.getRDG()
           
 

Methods in info.sswap.impl.empire.model that return types with arguments of type RDG
 java.util.Collection<RDG> PDGImpl.getRDGs()
           
 java.util.Collection<RDG> RQGImpl.invoke()
           
 java.util.Collection<RDG> RQGImpl.invoke(java.net.URI discoveryServerURIString)
           
 

Methods in info.sswap.impl.empire.model with parameters of type RDG
 RIG RRGImpl.createRIG(RDG rdg)
           
 boolean RQGImpl.satisfiesResource(RDG rdg)
           
(package private)  void RIGImpl.setRDG(RDG rdg)
           
(package private)  void ProtocolImpl.validateAgainstRDG(RDG rdg)
          Validates this Protocol message against an RDG.
 void RRGImpl.validateAgainstRDG(RDG rdg)
          In addition to the regular validation (provided by the superclass), it also performs computation of type triples for objects in RRG.
 

Uses of RDG in info.sswap.impl.http
 

Methods in info.sswap.impl.http that return RDG
 RDG HTTPAPIImpl.RDGResponse.getRDG()
           
 

Constructors in info.sswap.impl.http with parameters of type RDG
HTTPAPIImpl.RDGResponse(RDG rdg, com.clarkparsia.utils.web.Response response)
          Constructor to set the RDG and network response data; not needed by most users.
 



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