|
|||||||||||
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 ModelElement
s 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.ElementFactory
createCopy
in class AbstractElementFactory
model
- 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 AbstractElementFactory
me
- the MModelElement
for which a ModelElement
is requiredparent
- the ModelElement
which is to be the parent of the one created
MModelElement
AbstractElementFactory.lookupConstructor(java.lang.Class)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |