org.tm4j.topicmap.utils.extractors .AssociatedTopicsExtractor

Description

An extractor which returns a list of all topics associated with the input topic with an optionally specified association type and role specs for the the input topic and its associated topic.

Inheritance Hierarchy

Method Summary
java.lang.Object fn(java.lang.Object o)
Function implementation.
void setAssociationTester(uk.co.jezuk.mango.Predicate assocTester)
Sets the predicate which tests the associations traversed from the input topic to the set of returned topics.
void setOtherRoleTester(uk.co.jezuk.mango.Predicate otherRoleTester)
Sets the predicate which filters the roles of the associations processed.
void setThisRoleTester(uk.co.jezuk.mango.Predicate thisRoleTester)
Sets the predicate which filters the roles of the input topic for the associations to be processed.