From: Lars H. <he...@se...> - 2006-09-10 16:16:58
|
Hi all, I've released a collection of Java libs, called [TMAPIX] that provides some classes to work more comfortable with [TMAPI]. The documentation is currently a bit sparse, but I hope that the [JavaDocs] provide enough information to work with it. Amongst others it contains classes to build and retrieve Topic Maps constructs via [AsTMa2] - alike expressions. Example: // Returns a collection of occurrences of type "homepage" that that // contain "de" in their scope. Occurrences occs = filter.getOccurrences(myTopic, "homepage@de"); This is the first release of TMAPIX, but I have several other classes and packages I like to integrate into TMAPIX. Stay tuned. :) TMAPIX is distributed under the Mozilla Public License Version 1.1 [TMAPIX] http://tmapix.semagia.com/ [JavaDocs] http://tmapix.semagia.com/release/0.1/docs/api [TMAPI] http://www.tmapi.org/ [AsTMa2] http://astma.it.bond.edu.au/astma=-spec-2.0r1.0.dbk Best regards, Lars -- http://www.semagia.com |