org.galagosearch.tupleflow
Class Linkage

java.lang.Object
  extended by org.galagosearch.tupleflow.Linkage

public class Linkage
extends java.lang.Object

Author:
trevor

Constructor Summary
Linkage()
           
 
Method Summary
static void close(Step stage)
           
static void link(Step source, Step stage)
           
static void link(Step source, Step stage, java.lang.String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Linkage

public Linkage()
Method Detail

link

public static void link(Step source,
                        Step stage,
                        java.lang.String fieldName)
                 throws IncompatibleProcessorException
Throws:
IncompatibleProcessorException

link

public static void link(Step source,
                        Step stage)
                 throws IncompatibleProcessorException
Throws:
IncompatibleProcessorException

close

public static void close(Step stage)
                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.