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

Packages that use SSWAPGraph
info.sswap.api.model Main package for SSWAP API 
 

Uses of SSWAPGraph in info.sswap.api.model
 

Methods in info.sswap.api.model that return SSWAPGraph
 SSWAPGraph SSWAPNode.asSSWAPGraph()
          Type-safe cast to SSWAPGraph.
 SSWAPGraph SSWAPProtocol.createGraph()
          Creates a graph that will be associated with this SSWAPModel.
 SSWAPGraph SSWAPResource.getGraph()
          Gets the SSWAP graph of the resource.
 SSWAPGraph SSWAPSubject.getGraph()
          Gets the graph to which this subject belongs.
 

Methods in info.sswap.api.model that return types with arguments of type SSWAPGraph
 java.util.Collection<SSWAPGraph> SSWAPResource.getGraphs()
          Gets all the SSWAP graphs of the resource.
 java.util.Collection<SSWAPGraph> SSWAPSubject.getGraphs()
          Gets the graphs to which this subject belongs.
 java.util.Map<SSWAPGraph,java.util.Collection<SSWAPSubject>> SSWAPProtocol.getMappings()
          Gets a map from SSWAPGraphs to SSWAPSubjects
 

Methods in info.sswap.api.model with parameters of type SSWAPGraph
 void SSWAPResource.setGraph(SSWAPGraph graph)
          Sets the SSWAPGraph for this resource.
 

Method parameters in info.sswap.api.model with type arguments of type SSWAPGraph
 void SSWAPResource.setGraphs(java.util.Collection<SSWAPGraph> graphs)
          Sets the SSWAPGraphs for this resource.
 



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