org.argouml.model.uml
Class AbstractUmlModelFactory
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUmlModelFactory
protected AbstractUmlModelFactory()
- Default constructor.
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