Topic maps, analysis filter
# get a map my $tm = ... some map (or another filter) # build a filter expression my $an = new TM::Tau::Filter::Analyze (left => $tm); # this will calculate a map which carries the analysis result $an->sync_in; # print all metrics, the values are occurrences warn $an->instances ($an->mids ('metric));
This package implements an analysis filter. See TM::Tau::Filter how to use filters.
The underlying ontology will develop. You can bootstrap yourself by looking for \*(C`metric\*(C' in the map. All instances have occurrences with (integer) values.
\s-1NOTE\s0: This may change.
TM::Tau::Filter
Copyright 200[5-6], Robert Barta <[email protected]>, 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