org.infolayer.xmi
Class XmiFileLoader

java.lang.Object
  extended byorg.infolayer.xmi.XmiFileLoader
All Implemented Interfaces:
ModelLoader

public class XmiFileLoader
extends java.lang.Object
implements ModelLoader

Implements a loader that retries a UML model from an XMI file. The class is able to handle ZIPped XMI files created by MagicDraw.


Constructor Summary
XmiFileLoader()
           
 
Method Summary
 UmlModel loadModel(java.util.Hashtable param)
          constructs the model from the given parameter table
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmiFileLoader

public XmiFileLoader()
Method Detail

loadModel

public UmlModel loadModel(java.util.Hashtable param)
Description copied from interface: ModelLoader
constructs the model from the given parameter table

Specified by:
loadModel in interface ModelLoader