org.argouml.model.mdr
Class AbstractUmlModelFactoryMDR

java.lang.Object
  extended by org.argouml.model.mdr.AbstractUmlModelFactoryMDR
All Implemented Interfaces:
AbstractModelFactory

public abstract class AbstractUmlModelFactoryMDR
extends java.lang.Object
implements AbstractModelFactory

Abstract Class that every model package factory should implement to share the initialize() method.

Since:
ARGO0.19.5 based on NSUML implementation by:

Constructor Summary
protected AbstractUmlModelFactoryMDR()
          Default constructor.
 
Method Summary
protected  void initialize(java.lang.Object o)
          Initialized some new modelelement o.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUmlModelFactoryMDR

protected AbstractUmlModelFactoryMDR()
Default constructor.

Method Detail

initialize

protected void initialize(java.lang.Object o)
Initialized some new modelelement o.

Parameters:
o - The new modelelement


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook