Main > Programming > Libraries >

Algorithm::Dependency 1.102

Algorithm::Dependency 1.102

Sponsored Links

Algorithm::Dependency 1.102 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.045 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 975
Date added: 2007-02-22
Publisher: Adam Kennedy

Algorithm::Dependency 1.102 description

Algorithm::Dependency is a base class for implementing various dependency trees.

SYNOPSIS

use Algorithm::Dependency;
use Algorithm::Dependency::Source::File;

# Load the data from a simple text file
my $data_source = Algorithm::Dependency::Source::File->new( foo.txt );

# Create the dependency object, and indicate the items that are already
# selected/installed/etc in the database
my $dep = Algorithm::Dependency->new(
source => $data_source,
selected => [ This, That ]
) or die Failed to set up dependency algorithm;

# For the item Foo, find out the other things we also have to select.
# This WONT include the item we selected, Foo.
my $also = $dep->depends( Foo );
print $also
? "By selecting Foo, you are also selecting the following items: "
. join( , , @$also )
: "Nothing else to select for Foo";

# Find out the order we need to act on the items in.
# This WILL include the item we selected, Foo.
my $schedule = $dep->schedule( Foo );

Algorithm::Dependency is a framework for creating simple read-only dependency heirachies, where you have a set of items that rely on other items in the set, and require actions on them as well.

Despite the most visible of these being software installation systems like the CPAN installer, or debian apt-get, they are usefull in other situations. This module intentionally uses implementation-neutral words, to avoid confusion.

Algorithm::Dependency 1.102 Screenshot

Advertisements

Algorithm::Dependency 1.102 Keywords

Bookmark Algorithm::Dependency 1.102

Hyperlink code:
Link for forum:

Algorithm::Dependency 1.102 Copyright

WareSeeker periodically updates pricing and software information of Algorithm::Dependency 1.102 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Algorithm::Dependency 1.102 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Algorithm::Diff is a Perl module to compute `intelligent differences between two files / lists. Free Download
Algorithm::SkipList is a Perl implementation of skip lists. Free Download
Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. Free Download
Algorithm::C3 is a module for merging hierarchies using the C3 algorithm. Free Download
Algorithm::Cluster is a Perl interface to the C Clustering Library. Free Download
Dependency Analyzer is a utility for graphically visualizing Maven2 artifacts dependency graphs. Free Download
Gtk2::CodeGen is a code generation utilities for Glib-based bindings. Free Download
Class::Agreement is a Perl module that add contracts to your Perl classes easily. Free Download