The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XTM::association - trivial class definition

SYNOPSIS

  # see XTM::generic

DESCRIPTION

Generic container for accessor functions.

Methods

xml

returns an XML representation of the association.

Example:

   $a->xml($xmlwriter)
connected

returns a list reference of all topic references mentioned in this association. These references might be 'internal' or 'external' ones.

Example:

   foreach (@{$t->connected}) {
     print "$t->id mentions $_\n";
   }

SEE ALSO

XTM

AUTHOR INFORMATION

Copyright 2001, 2002, Robert Barta <rho@telecoma.net>, 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