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

Packages that use SSWAPProtocol
info.sswap.api.model Main package for SSWAP API 
info.sswap.impl.empire.io   
info.sswap.impl.empire.model   
 

Uses of SSWAPProtocol in info.sswap.api.model
 

Subinterfaces of SSWAPProtocol in info.sswap.api.model
 interface RDG
          A Resource Description Graph (RDG) describes a SSWAP semantic web service.
 interface RIG
          A Resource Invocation Graph (RIG) is for invocation of a SSWAP semantic web service.
 interface RQG
          A Resource Query Graph (RQG) is a specialized query sent to a Discovery Server in request of all SSWAP semantic web services (RDGs) that satisfy the query.
 interface RRG
          A Resource Response Graph (RRG) is the return result of a SSWAP semantic web service.
 

Methods in info.sswap.api.model with parameters of type SSWAPProtocol
 com.hp.hpl.jena.rdf.model.Model ModelResolver.resolveProtocolModel(SSWAPProtocol protocol)
          Resolves a graph by performing a more specific resolution than for a generic source model
 

Uses of SSWAPProtocol in info.sswap.impl.empire.io
 

Methods in info.sswap.impl.empire.io with parameters of type SSWAPProtocol
 com.hp.hpl.jena.rdf.model.Model ClosureModelResolver.resolveProtocolModel(SSWAPProtocol protocol)
           
 

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

Classes in info.sswap.impl.empire.model that implement SSWAPProtocol
 class ProtocolImpl
           
 class RDGImpl
           
 class RIGImpl
          Implementation of RIG.
 class RQGImpl
          Implementation of RQG interface
 class RRGImpl
          Implementation of RRG interface
 

Methods in info.sswap.impl.empire.model with parameters of type SSWAPProtocol
private  void RRGImpl.copyObjectToSubject(SSWAPObject object, SSWAPSubject subject, SSWAPProtocol protocolDoc)
           
 



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