|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.ashridgetech.jamda.uml.AbstractElementFactory
|
+--com.ashridgetech.jamda.uml.StdElementFactory
A factory for the standard ModelElements in the
com.ashridgetech.jamda.uml package.
| Constructor Summary | |
StdElementFactory()
|
|
| Method Summary | |
Model.ElementFactory |
createCopy(Model model)
Create the correct ElementFactory for
model. |
protected ModelElement |
createCustom(ru.novosoft.uml.foundation.core.MModelElement me,
ModelElement parent)
Overridden create ModelPackage, which has two possible constructors,
and Constructor. |
| Methods inherited from class com.ashridgetech.jamda.uml.AbstractElementFactory |
createElement, getConstructor, getModel, lookupConstructor, lookupConstructor, setClass, setClass, setClass, setClassesForStereotypes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StdElementFactory()
| Method Detail |
public Model.ElementFactory createCopy(Model model)
ElementFactory for
model.
createCopy in interface Model.ElementFactorycreateCopy in class AbstractElementFactorymodel - the model being loaded
ElementFactory.
protected ModelElement createCustom(ru.novosoft.uml.foundation.core.MModelElement me,
ModelElement parent)
ModelPackage, which has two possible constructors,
and Constructor.
This implementation returns null.
createCustom in class AbstractElementFactoryme - the MModelElement for which a ModelElement is requiredparent - the ModelElement which is to be the parent of the one created
MModelElementAbstractElementFactory.lookupConstructor(java.lang.Class)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||