org.tm4j.topicmap.utils .TypeInstanceAssociationFilter

Description

This filter will skip all associations which are an XTM TYPE-INSTANCE association and will skip the topics which are used to define that association type and the roles of that association type.

Note This filter does not check for the uses of the topics before removing them. Therefore, if this filter is used with a topic map which makes use of the XTM defined subjects for purposes other than duplicating the topic <instanceOf> construct, then the filtered topic map may be left internally inconsistent.

Inheritance Hierarchy

Method Summary
void isTypeInstanceTopic(org.tm4j.topicmap.Topic t)
void startAssociation(org.tm4j.topicmap.Association a)
void startTopic(org.tm4j.topicmap.Topic t)