|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ashridgetech.jamda.uml.StandardElementDef
The base class for definitions of standard elements. Also defines the enumerated values for UML base class names.
Constructor Summary | |
StandardElementDef()
|
Method Summary | |
protected abstract ModelElement |
createElement(Model model)
Must be implemented by subclasses to create the element required by this definition n a given Model . |
abstract java.lang.String |
getDescription()
Must be implemented by subclasses to return a description of the element required. |
abstract boolean |
hasElement(Model model)
Must be implemented by subclasses to check whether the element required by this definition is present in a given Model . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StandardElementDef()
Method Detail |
public abstract boolean hasElement(Model model)
Model
.
model
- the Model
in which the check is to be performed
protected abstract ModelElement createElement(Model model)
Model
.
model
- the Model
in which the element is to be created
ModelElement
public abstract java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |