helix.graph.algo.c3part.lookahead
Class AllPathConnector

java.lang.Object
  extended by helix.graph.algo.c3part.lookahead.LookaheadConnector
      extended by helix.graph.algo.c3part.lookahead.ExtendedConnector
          extended by helix.graph.algo.c3part.lookahead.AllPathConnector

public class AllPathConnector
extends ExtendedConnector


Method Summary
static LookaheadConnector getInstance()
           
 void getLookAhead(Graph datagraph, Graph multigraph, int color, GSet<Vertex> store)
          get the pseudoterminals and append them into 'store'.
 
Methods inherited from class helix.graph.algo.c3part.lookahead.LookaheadConnector
getLookahead
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LookaheadConnector getInstance()

getLookAhead

public void getLookAhead(Graph datagraph,
                         Graph multigraph,
                         int color,
                         GSet<Vertex> store)
Description copied from class: LookaheadConnector
get the pseudoterminals and append them into 'store'. you must implement this method

Specified by:
getLookAhead in class LookaheadConnector
Parameters:
datagraph - Graph current datagraph
multigraph - Graph current multigraph (clas) beeing expanded
color - int color of terminals to find
store - GSet[Vertex] set to store results