org.decisiondeck.xmcda_oo.data
Class BasicGenerator.DefaultNamer

java.lang.Object
  extended by org.decisiondeck.xmcda_oo.data.BasicGenerator.DefaultNamer
All Implemented Interfaces:
Function<Integer,String>
Enclosing class:
BasicGenerator

public static class BasicGenerator.DefaultNamer
extends Object
implements Function<Integer,String>


Constructor Summary
BasicGenerator.DefaultNamer(String prefix, int nbObjects)
           
 
Method Summary
 String apply(Integer input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

BasicGenerator.DefaultNamer

public BasicGenerator.DefaultNamer(String prefix,
                                   int nbObjects)
Method Detail

apply

public String apply(Integer input)
Specified by:
apply in interface Function<Integer,String>


Copyright © 2011. All Rights Reserved.