Skip to content

astares/Pharo-XMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pharo-XMI

XML Metadata Interchange for Pharo, written by Dipl.-Inf. Torsten Bergmann (astares.com)

Astares

Pharo

Build codecov

Pharo 9 Pharo 10 Pharo 11 Pharo 12 Pharo 13

Install

Metacello new 
	repository: 'github://astares/Pharo-XMI/src';
	baseline: 'XMI';
	load 	

Usage

You can open an XMI object either from a given stream or URL

(XMIFile fromURL: 'http://www.omg.org/spec/UML/20131001/UML.xmi') inspect

You can also open a file if you like:

XMIFile importFile

Screenshot

XMI

Other

Code coverage

Coverage

About

XML Metadata Interchange for Pharo

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published