|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ashridgetech.jamda.uml.StandardElementDef | +--com.ashridgetech.jamda.uml.StandardTypeDef | +--com.ashridgetech.jamda.uml.StandardInterfaceDef
Defines a standard InterfaceType
which is required in a Model
.
Constructor Summary | |
StandardInterfaceDef(java.lang.String fullName)
Creates a new StandardInterfaceDef for an InterfaceType . |
Method Summary | |
protected ModelElement |
createElement(Model model)
Create the element required by this definition in a given Model . |
java.lang.String |
getDescription()
Get a description of the element required. |
InterfaceType |
getInterface(Model model)
Get the InterfaceType
required by this definition from a given Model . |
Type |
getType(Model model)
Get the Type
required by this definition from a given Model . |
Methods inherited from class com.ashridgetech.jamda.uml.StandardTypeDef |
getTypeName, hasElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StandardInterfaceDef(java.lang.String fullName)
StandardInterfaceDef
for an InterfaceType
.
fullName
- the full name of the InterfaceMethod Detail |
protected ModelElement createElement(Model model)
Model
.
createElement
in class StandardElementDef
model
- the Model
in which the element is to be created
ModelElement
public InterfaceType getInterface(Model model)
InterfaceType
required by this definition from a given Model
.
model
- the Model
in which the InterfaceType
is to be found
Interface
public Type getType(Model model)
Type
required by this definition from a given Model
.
getType
in class StandardTypeDef
model
- the Model
in which the Type
is to be found
getInterface(com.ashridgetech.jamda.uml.Model)
public java.lang.String getDescription()
getDescription
in class StandardElementDef
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |