net.simplace.simulation.graphpanel.transformer.SimFieldPopupLabelTransformer

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.


public class SimFieldPopupLabelTransformer implements
org.apache.commons.collections15.Transformer {
// Public Constructors
public SimFieldPopupLabelTransformer();


// Public Instance Methods
public String transform(FWSimFieldContainer aSimFieldContainer);



}