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

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

Uses of SSWAPNode in info.sswap.api.model
 

Subinterfaces of SSWAPNode in info.sswap.api.model
 interface SSWAPGraph
          A SSWAP Graph of a SSWAP Resource.
 interface SSWAPObject
          Object of SSWAP Graph.
 interface SSWAPProvider
          Describes a provider in SSWAP.
 interface SSWAPResource
          Describes a resource (a service) in SSWAP.
 interface SSWAPSubject
          Subject of a SSWAP Graph.
 

Methods in info.sswap.api.model with type parameters of type SSWAPNode
<T extends SSWAPNode>
T
RIG.translate(T node)
          Translates a SSWAPNode in this RIG to the vocabulary used by the RDG (the translation only makes sense for SSWAPResources and SSWAPSubjects; for all others the nodes are returned unmodified).
 

Uses of SSWAPNode in info.sswap.api.spi
 

Methods in info.sswap.api.spi with type parameters of type SSWAPNode
<T extends SSWAPNode>
T
APIProvider.getUntranslatedNode(T translatedNode)
           
static
<T extends SSWAPNode>
T
ExtensionAPI.getUntranslatedNode(T translatedNode)
          Return the source node (SSWAPResource or SSWAPSubject) from which the translatedNode was derived.
 



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