org.tm4j.topicmap.utils.extractors
Class PlayersExtractor

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

public class PlayersExtractor
extends ExtractorBase

An extractor which takes a Member instance as input and returns a Collection of the Topics which are role players in that Member instance as Output.


Constructor Summary
PlayersExtractor()
           
 
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

PlayersExtractor

public PlayersExtractor()
Method Detail

_extract

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