org.tm4j.topicmap.utils.extractors .AssociationGroupsExtractor
Description
An extractor which returns a Map of AssociationGroup objects which represent all the associations of a specific type in which the topic plays a specific role. This extractor can be particularly useful in creating grouped displays of the associations in which a topic participates.
Inheritance Hierarchy
- java.lang.Object
- ExtractorBase
- AssociationGroupsExtractor
| Method Summary | |
|---|---|
| java.lang.Object |
_extract(java.lang.Object o)
Extracts the Map of AssociationGroup objects for the input.
|
| void | setAssociationTest(uk.co.jezuk.mango.Predicate assocTest) |
| void | setComparator(java.util.Comparator c) |
| void | setRoleTest(uk.co.jezuk.mango.Predicate roleTest) |
| void | unsetAssociationTest() |
| void | unsetRoleTest() |
Meta Data (1)
Related Topics
Contains
Imports
Is Contained By
