org.decisiondeck.jmcda.persist.utils
Class ExportSettings.AlternativeToId

java.lang.Object
  extended by org.decisiondeck.jmcda.persist.utils.ExportSettings.AlternativeToId
All Implemented Interfaces:
Function<Alternative,String>
Enclosing class:
ExportSettings

public static class ExportSettings.AlternativeToId
extends Object
implements Function<Alternative,String>


Constructor Summary
ExportSettings.AlternativeToId()
           
 
Method Summary
 String apply(Alternative 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

ExportSettings.AlternativeToId

public ExportSettings.AlternativeToId()
Method Detail

apply

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


Copyright © 2011. All Rights Reserved.