- All Implemented Interfaces:
- org.apache.commons.collections4.Transformer<V,String>
public class ToStringLabeller<V>
extends Object
implements org.apache.commons.collections4.Transformer<V,String>
Labels vertices by their toString. This class functions as a drop-in
replacement for the default StringLabeller method. This class does not
guarantee unique labels; or even consistent ones; as a result,
getVertexByLabel will always return NULL.
- Author:
- danyelf