Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News tinyTiM 2.0.0 alpha4 (Map I/O branch) Post 302265384 by Linux Bot on Sunday 7th of December 2008 04:30:06 AM
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...
 
TM::Materialized::Stream(3pm)				User Contributed Perl Documentation			     TM::Materialized::Stream(3pm)

NAME
TM::Materialized::Stream - Topic Maps, abstract class for maps with stream based input/output drivers SYNOPSIS
# this class will never be directly used for instantiation # see the description in TM and individual low-level drivers (AsTMa, ...) DESCRIPTION
This class is a subclass of TM, so it implements map objects. It is abstract, though, as it only defined how a stream-based driver package should behave. It may thus be inherited by classes which implement external formats (TM::Materialized::AsTMa, TM::Materialized::XML, ....). INTERFACE
Constructor The constructor of implementations should expect a hash as parameter containing the field(s) from TM and one or more of the following: url: If given, then the instance will be read from this url whenever synced in. file: If given, then the data will be read/written from/to this file. This is just a convenience as it will be mapped to url. inline: If given, then the instance will be read directly from this text provided inline when synced. If several fields ("file", "url", "inline") are specified, it is undefined which one will be taken. Examples (using AsTMa): # opening from an AsTMa= file $atm = new TM::Materialized::AsTMa (file => 'here.atm'); # why need a file? files are evil, anyway $atm = new TM::Materialized::AsTMa (inline => '# this is AsTMa'); SEE ALSO
TM AUTHOR INFORMATION
Copyright 200[2-6], Robert Barta <drrho@cpan.org>, All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html perl v5.10.1 2008-04-10 TM::Materialized::Stream(3pm)
All times are GMT -4. The time now is 06:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy