org.carrot2.core
Class ProcessingComponentDescriptor.ProcessingComponentDescriptorToId
java.lang.Object
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.
| 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 |
INSTANCE
public static final ProcessingComponentDescriptor.ProcessingComponentDescriptorToId INSTANCE
apply
public String apply(ProcessingComponentDescriptor descriptor)
- Specified by:
apply in interface com.google.common.base.Function<ProcessingComponentDescriptor,String>
Copyright (c) Dawid Weiss, Stanislaw Osinski