tinyTiM 2.0.0 alpha4 (Map I/O branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News tinyTiM 2.0.0 alpha4 (Map I/O branch)
# 1  
Old 12-07-2008
tinyTiM 2.0.0 alpha4 (Map I/O branch)

tinyTiM (the tiny Topic Maps engine) is a small and lightweight implementation of the Topic Maps API (TMAPI). License: The Apache License 2.0 Changes:
This is the initial release with Topic Maps serializers and deserializers for XML Topic Maps (XTM), Compact Topic Maps (CTM), Canonical XML Topic Maps (CXTM), N3, RDF/XML, N-Triples, and many more. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TM::Index::Reified(3pm) 				User Contributed Perl Documentation				   TM::Index::Reified(3pm)

NAME
TM::Index::Reified - Topic Maps, Indexing support (reification axis) SYNOPSIS
# somehow get a map (any subclass of TM will do) my $tm = ... # one option: create an eager index (immediate population) use TM::Index::Reified; my $idx = new TM::Index::Reified ($tm, closed => 1); # for most operations which involve is_reified to be called # should be much faster DESCRIPTION
This index can be attached to a map if the method "is_reified" is about to be called very often. Most likely you will want to have the index to be closed, i.e. populated. The package inherits most of its functionality from TM::Index. NOTE: As for all indices, modifications of the underlying map are not reflected automatically. INTERFACE
Constructor The constructor/destructor is inherited from TM::Index. Methods attach, detach This index attaches in a special way to the map. populate Invoking this, you will fill this index with authoritative information. SEE ALSO
TM, TM::Index COPYRIGHT AND LICENSE
Copyright 2010 by Robert Barta, <drrho@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-07-07 TM::Index::Reified(3pm)