ome.services.graphs
Class GraphTables

java.lang.Object
  extended by ome.services.graphs.GraphTables

public class GraphTables
extends Object

algorithms for sorting and indexing the data returned by GraphSpec.queryBackupIds(Session, int, GraphEntry, QueryBuilder).

Since:
Beta4.2.3
Author:
Josh Moore, josh at glencoesoftware.com

Constructor Summary
GraphTables()
           
 
Method Summary
 void add(GraphEntry entry, long[][] results)
           
 Iterator<List<long[]>> columnSets(GraphEntry entry, long[] match)
          Returns all column sets where the first LENGTH - 1 members of "match" coincide with the values of the columns in the set.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphTables

public GraphTables()
Method Detail

add

public void add(GraphEntry entry,
                long[][] results)

columnSets

public Iterator<List<long[]>> columnSets(GraphEntry entry,
                                         long[] match)
Returns all column sets where the first LENGTH - 1 members of "match" coincide with the values of the columns in the set. (Remembering that a set is a group of rows which are all equal except for the last value it suffices to check any member of the set).

Parameters:
entry -
match -
Returns:

toString

public String toString()
Overrides:
toString in class Object


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.