NAME

Class::Composite::Element - Element of a Collection::Container

SYNOPSIS

use Class::Composite::Element;
use Class::Composite::Container;
my $element = Class::Composite::Element->new();
my $collection = Class::Composite::Container->new();
$collection->addElement( $elem );

DESCRIPTION

Used to differenciate elements from containers within a collection

INHERITANCE

Class::Composite

INTERFACE

None

SEE ALSO

Class::Composite, Class::Composite::Container

AUTHOR

"Pierre Denis" <pdenis@fotango.com>

COPYRIGHT

Copyright (C) 2002, Fotango Ltd. All rights reserved.

This is free software. This software may be modified and/or distributed under the same terms as Perl itself.