Chapter 10. Unified Topic Maps

Table of Contents

Creating a Unified Topic Map
Limitations Of The Unified Topic Map

There is a special "back-end" implementation of TM4J which, rather than storing topic maps in some persistent form, allows the programmer to access information from multiple topic maps as if they had been merged without actually doing the merge. This so-called "unified" view of multiple topic maps can be useful when the topic maps to be combined are too large to be easily merged into one or when merged views of topic maps are required in an ad-hoc manner.

Code sample goes here.

Creating a Unified Topic Map

TBCTo be Completed