Version: 1.1.1

Uses of Class
org.biomoby.client.DataServiceEdge

Packages that use DataServiceEdge
org.biomoby.client The components used for developing Moby clients. 
 

Uses of DataServiceEdge in org.biomoby.client
 

Methods in org.biomoby.client that return DataServiceEdge
static DataServiceEdge[] ServiceConnections.findEndingEdges(MobyPrimaryDataSimple targetData, MobyDataType[] dataTypes, MobyService[] services)
           
static DataServiceEdge[] ServiceConnections.findStartingEdges(MobyPrimaryDataSimple sourceData, MobyDataType[] dataTypes, MobyService[] services)
           
 

Methods in org.biomoby.client with parameters of type DataServiceEdge
static ServicesEdge[][] FilterServices.dataPaths(DataServiceEdge[] startingEdges, ServicesEdge[] edges, DataServiceEdge[] endingEdges)
          Find all paths (using available 'edges') that start by any of the 'startingEdges' and finish by any of the 'endingEdges'.
static ServicesEdge[][] FilterServices.dataPaths(DataServiceEdge[] startingEdges, ServicesEdge[] edges, DataServiceEdge[] endingEdges)
          Find all paths (using available 'edges') that start by any of the 'startingEdges' and finish by any of the 'endingEdges'.
static ServicesEdge[][] FilterServices.straightDataPaths(DataServiceEdge[] startingEdges, ServicesEdge[] edges, DataServiceEdge[] endingEdges)
          Find all paths (using available 'edges') that start by any of the 'startingEdges' and finish by any of the 'endingEdges'.
static ServicesEdge[][] FilterServices.straightDataPaths(DataServiceEdge[] startingEdges, ServicesEdge[] edges, DataServiceEdge[] endingEdges)
          Find all paths (using available 'edges') that start by any of the 'startingEdges' and finish by any of the 'endingEdges'.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010