org.tm4j.panckoucke.util .InstanceExtractor

Description

An extractor which returns a collection of all the topic(s), association(s) and occurrence(s) which use the topic specified on the input as a type.
If the input object is not a Topic, an empty collection will be returned.

Inheritance Hierarchy

Method Summary
java.lang.Object _extract(java.lang.Object o)
java.util.Collection getInstances(org.tm4j.topicmap.Topic t0)
Additional api to explicit the estimated types of input and output.