org.carrot2.core
Class ProcessingComponentDescriptor.ProcessingComponentDescriptorToId

java.lang.Object
  extended by org.carrot2.core.ProcessingComponentDescriptor.ProcessingComponentDescriptorToId
All Implemented Interfaces:
com.google.common.base.Function<ProcessingComponentDescriptor,String>
Enclosing class:
ProcessingComponentDescriptor

public static final class ProcessingComponentDescriptor.ProcessingComponentDescriptorToId
extends Object
implements com.google.common.base.Function<ProcessingComponentDescriptor,String>

Transforms a ProcessingComponentDescriptor to its identifier.


Field Summary
static ProcessingComponentDescriptor.ProcessingComponentDescriptorToId INSTANCE
           
 
Method Summary
 String apply(ProcessingComponentDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

INSTANCE

public static final ProcessingComponentDescriptor.ProcessingComponentDescriptorToId INSTANCE
Method Detail

apply

public String apply(ProcessingComponentDescriptor descriptor)
Specified by:
apply in interface com.google.common.base.Function<ProcessingComponentDescriptor,String>


Copyright (c) Dawid Weiss, Stanislaw Osinski