org.infolayer.xmi
Class XmiResourceLoader

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

public class XmiResourceLoader
extends java.lang.Object
implements ModelLoader

Loads an UML model from a ressource in the classpath, defaults to /model.xmi


Constructor Summary
XmiResourceLoader()
           
 
Method Summary
 UmlModel loadModel(java.util.Hashtable properties)
          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

XmiResourceLoader

public XmiResourceLoader()
Method Detail

loadModel

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

Specified by:
loadModel in interface ModelLoader