org.tm4j.topicmap.utils.extractors
Class BaseNamesExtractor

java.lang.Object
  extended byorg.tm4j.topicmap.utils.extractors.ExtractorBase
      extended byorg.tm4j.topicmap.utils.extractors.BaseNamesExtractor
All Implemented Interfaces:
uk.co.jezuk.mango.UnaryFunction

public class BaseNamesExtractor
extends ExtractorBase

An extractor which takes a Topic instance as input and returns the Collection of BaseNames of that Topic as output.


Constructor Summary
BaseNamesExtractor()
           
 
Method Summary
 java.lang.Object _extract(java.lang.Object in)
           
 
Methods inherited from class org.tm4j.topicmap.utils.extractors.ExtractorBase
fn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseNamesExtractor

public BaseNamesExtractor()
Method Detail

_extract

public java.lang.Object _extract(java.lang.Object in)
Specified by:
_extract in class ExtractorBase