edu.uci.ics.jung.algorithms.util
Interface SettableTransformer<I,O>
- All Known Implementing Classes: 
- MapSettableTransformer
- public interface SettableTransformer<I,O> 
An interface for classes that can set the value to be returned (from transform())
 when invoked on a given input.
- Author:
- Joshua O'Madadhain
| Method Summary | 
|  void | set(I input,
    O output)Sets the value (
 output) to be returned by a call totransform(input)). | 
 
set
void set(I input,
         O output)
- Sets the value (output) to be returned by a call totransform(input)).
 
- 
- Parameters:
- input-
- output-
 
Copyright © 2010 null. All Rights Reserved.