| UMMF documentation | view source | Contained in the UMMF distribution. |
UMMF::Export - Base exporter class for UMMF::Core::MetaModel;
use base qw(UMMF::Export::...); my $code = UMMF::Export::...->new(...); $code->export_Model($model);
This package allow UML models and meta-models to be exported, to XMI or other implementation languages.
None exported.
Kurt Stephens, kstephens@users.sourceforge.net 2003/04/15
$Revision: 1.22 $
Returns a list of Attributes of a Classifier.
Returns a list of Operations of a Classifier.
Returns a list of Methods of a Classifier.
Returns a list of EnumerationLiterals of an Enumeration.
$name = $self->package_name_filter($obj, $name);
Transforms a ModelElement's $obj name into something appropriate for the
exporter's target language.
Subclasses may override this.
$name = $self->package_name_filter($obj, $name);
Transforms a ModelElement's $obj name into something appropriate for the
exporter's target language.
Subclasses may override this.
| UMMF documentation | view source | Contained in the UMMF distribution. |