Skip to content

Commit

Permalink
Issue #39: java docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Horsmann committed Aug 1, 2016
1 parent 4a405d3 commit 81a9adc
Showing 1 changed file with 1 addition and 7 deletions.
Expand Up @@ -23,17 +23,11 @@
import org.apache.uima.resource.ResourceInitializationException;

/**
* Feature extractors that depend on {@link MetaCollector}s should implemnt this interface. By doing
* Feature extractors that depend on {@link MetaCollector}s should implement this interface. By doing
* so they declare what kind of {@link MetaCollector}s are used in the MetaInfoTask.
*/
public interface MetaDependent
{
/**
* @param name
* @param parameterSettings
* @param name
* @return A list of meta collector classes that a "meta dependent" collector depdends on
*/
List<MetaCollectorConfiguration> getMetaCollectorClasses(Map<String, Object> parameterSettings)
throws ResourceInitializationException;
}

0 comments on commit 81a9adc

Please sign in to comment.