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

Packages that use SSWAPResource
info.sswap.api.model Main package for SSWAP API 
info.sswap.api.spi Run-time API provider for interface implementation 
info.sswap.impl.empire   
info.sswap.impl.empire.model   
 

Uses of SSWAPResource in info.sswap.api.model
 

Methods in info.sswap.api.model that return SSWAPResource
 SSWAPResource SSWAPNode.asSSWAPResource()
          Type-safe cast to SSWAPResource.
static SSWAPResource SSWAP.createResource(java.net.URI resourceURI)
          Gets a SSWAPResource that is defined in the RDG that exists at the specified URI (the resource should have the same URI as the RDG).
 SSWAPResource SSWAPGraph.getResource()
          Gets the resource to which this graph belongs
 SSWAPResource SSWAPProtocol.getResource()
          Gets the SSWAPResource in the file
 SSWAPResource RIG.getTranslatedResource()
          Returns a read-only copy of the SSWAPResource with properties and types of this RIG translated into the vocabulary of the RDG.
 

Methods in info.sswap.api.model that return types with arguments of type SSWAPResource
 java.util.Collection<SSWAPResource> SSWAPProvider.getProvidesResources()
          Gets the information about all the resources provided by this provider.
 

Methods in info.sswap.api.model with parameters of type SSWAPResource
 void SSWAPProvider.addProvidesResource(SSWAPResource resource)
          Adds a resource that is provided by this provider to the list.
 

Method parameters in info.sswap.api.model with type arguments of type SSWAPResource
 void SSWAPProvider.setProvidesResource(java.util.Collection<SSWAPResource> resources)
          Sets the information about all the resources provided by this provider.
 

Uses of SSWAPResource in info.sswap.api.spi
 

Methods in info.sswap.api.spi that return SSWAPResource
 SSWAPResource APIProvider.createResource(java.net.URI uri)
          Gets an undereferenced SSWAPResource implementation
 

Uses of SSWAPResource in info.sswap.impl.empire
 

Methods in info.sswap.impl.empire that return SSWAPResource
 SSWAPResource APIProviderImpl.createResource(java.net.URI uri)
           
 

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

Classes in info.sswap.impl.empire.model that implement SSWAPResource
 class ResourceImpl
          Implementation of SSWAPResource.
 

Methods in info.sswap.impl.empire.model that return SSWAPResource
 SSWAPResource NodeImpl.asSSWAPResource()
           
 SSWAPResource ProtocolImpl.createResource(java.net.URI resourceURI)
          Creates a new ResourceImpl in this protocol graph
 SSWAPResource RRGImpl.createResource(java.net.URI uri)
           
 SSWAPResource GraphImpl.getResource()
           
 SSWAPResource ProtocolImpl.getResource()
           
 SSWAPResource RIGImpl.getTranslatedResource()
           
 

Methods in info.sswap.impl.empire.model that return types with arguments of type SSWAPResource
 java.util.Collection<SSWAPResource> ProviderImpl.getProvidesResources()
          Gets the information about all the resources provided by this provider.
protected  ProtocolImpl.MappingValidator<SSWAPResource> ProtocolImpl.getResourceMappingValidator()
           
protected  ProtocolImpl.MappingValidator<SSWAPResource> RQGImpl.getResourceMappingValidator()
           
 

Methods in info.sswap.impl.empire.model with parameters of type SSWAPResource
 void ProviderImpl.addProvidesResource(SSWAPResource resource)
          Adds a resource that is provided by this provider to the list.
(package private)  void GraphImpl.setResource(SSWAPResource resource)
           
 

Method parameters in info.sswap.impl.empire.model with type arguments of type SSWAPResource
 void ProviderImpl.setProvidesResource(java.util.Collection<SSWAPResource> resources)
          Sets the information about all the resources provided by this provider.
 



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