jlibs.core.graph
Class PredicateConvertor<E>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
navigator
protected Navigator2<E> navigator
delegate
protected Convertor<E,String> delegate
PredicateConvertor
public PredicateConvertor(Navigator2<E> navigator,
Convertor<E,String> delegate)
convert
public String convert(E source)
- Specified by:
convert in interface Convertor<E,String>
Copyright © 2018. All rights reserved.