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

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

public static class ExportSettings.CriterionToId
extends Object
implements Function<Criterion,String>


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

public ExportSettings.CriterionToId()
Method Detail

apply

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


Copyright © 2011. All Rights Reserved.