jlibs.core.graph
Class PredicateConvertor<E>

java.lang.Object
  extended by jlibs.core.graph.PredicateConvertor<E>
All Implemented Interfaces:
Convertor<E,String>

public class PredicateConvertor<E>
extends Object
implements Convertor<E,String>

Author:
Santhosh Kumar T

Field Summary
protected  Convertor<E,String> delegate
           
protected  Navigator2<E> navigator
           
 
Constructor Summary
PredicateConvertor(Navigator2<E> navigator, Convertor<E,String> delegate)
           
 
Method Summary
 String convert(E source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

navigator

protected Navigator2<E> navigator

delegate

protected Convertor<E,String> delegate
Constructor Detail

PredicateConvertor

public PredicateConvertor(Navigator2<E> navigator,
                          Convertor<E,String> delegate)
Method Detail

convert

public String convert(E source)
Specified by:
convert in interface Convertor<E,String>


Copyright © 2018. All rights reserved.