org.argouml.model.uml
Class AbstractUmlModelFactory

java.lang.Object
  extended byorg.argouml.model.uml.AbstractUmlModelFactory
Direct Known Subclasses:
ActivityGraphsFactoryImpl, CollaborationsFactoryImpl, CommonBehaviorFactoryImpl, CoreFactoryImpl, DataTypesFactoryImpl, ExtensionMechanismsFactoryImpl, ModelManagementFactoryImpl, StateMachinesFactoryImpl, UmlFactoryImpl, UseCasesFactoryImpl

public abstract class AbstractUmlModelFactory
extends Object

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

Since:
ARGO0.11.2

Constructor Summary
protected AbstractUmlModelFactory()
          Default constructor.
 
Method Summary
 void addListenersToModelElement(Object handle)
          Adds all interested (and centralized) listeners to the given modelelement handle.
protected  void initialize(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

AbstractUmlModelFactory

protected AbstractUmlModelFactory()
Default constructor.

Method Detail

initialize

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

Parameters:
o - The new modelelement

addListenersToModelElement

public void addListenersToModelElement(Object handle)
Adds all interested (and centralized) listeners to the given modelelement handle.

Parameters:
handle - the modelelement the listeners are interested in


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook