edu.washington.biostr.sig.vault.core
Interface Converter<F,T>

All Superinterfaces:
Filter<F>

public interface Converter<F,T>
extends Filter<F>


Method Summary
 T convert(F value)
          Convert a value that has previously been accepted with the filter.
 
Methods inherited from interface edu.washington.biostr.sig.vault.core.Filter
accept
 

Method Detail

convert

T convert(F value)
Convert a value that has previously been accepted with the filter.

Parameters:
value -
Returns:


Copyright © 2006 University of Washington. All Rights Reserved.