org.tm4j.topicmap.utils.extractors
Class ScopeExtractor

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

public class ScopeExtractor
extends java.lang.Object
implements uk.co.jezuk.mango.UnaryFunction

An extractor function which takes a ScopedObject instance as input and returns the collection of Topic instances that define the scope of the object as output.


Constructor Summary
ScopeExtractor()
           
 
Method Summary
 java.lang.Object fn(java.lang.Object x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeExtractor

public ScopeExtractor()
Method Detail

fn

public java.lang.Object fn(java.lang.Object x)
Specified by:
fn in interface uk.co.jezuk.mango.UnaryFunction