UMMF::XForm::FoldMultipleInheritance - Inlines multiple inheritance bodies.


UMMF documentation  | view source Contained in the UMMF distribution.

Index


NAME

Top

UMMF::XForm::FoldMultipleInheritance - Inlines multiple inheritance bodies.

SYNOPSIS

Top

  use UMMF::XForm::FoldMultipleInheritance;

  my $xform = UMMF::XForm::FoldMultipleInheritance->new();
  $model = $xform->apply_Model($model);

DESCRIPTION

Top

This transform is useful for converting a Model containing multiple inheritance to a Model using single inheritance by creating Interfaces for classes that are inherited from in multiple inheritance context and inlining Features and Operations from the multiple inheritance Classifiers.

USAGE

Top

PATTERNS

Top

EXPORT

Top

None exported.

AUTHOR

Top

Kurt Stephens, kstephens@users.sourceforge.net 2003/05/04

SEE ALSO

Top

UMMF::UML::MetaMetaModel

VERSION

Top

$Revision: 1.8 $

METHODS

Top


UMMF documentation  | view source Contained in the UMMF distribution.