Modifier and Type | Method and Description |
---|---|
IClass |
IUmlModel.createClass()
Create a Class.
|
IClass |
IUmlModel.createClass(String name,
INameSpace owner)
Create a class.
|
IClass |
IUmlModel.createClass(String name,
INameSpace owner,
String stereotype)
Create a stereotyped class.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IModule |
Modifier and Type | Method and Description |
---|---|
IClass |
IStereotype.getBaseClass()
Get the BaseClass association.
|
IClass |
IMetaclassReference.getReferenced()
Get the Referenced association.
|
Modifier and Type | Method and Description |
---|---|
void |
IStereotype.setBaseClass(IClass element)
Setter for the 'BaseClass' [0..1] association.
|
void |
IMetaclassReference.setReferenced(IClass element)
Setter for the 'Referenced' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IComponent |
Modifier and Type | Method and Description |
---|---|
IClass |
IClassAssociation.getClassPart()
Get the ClassPart association.
|
Modifier and Type | Method and Description |
---|---|
void |
IClassAssociation.setClassPart(IClass element)
Setter for the 'ClassPart' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitClass(IClass theClass) |
Object |
DefaultMetamodelVisitor.visitClass(IClass theClass) |
Object |
AbstractMetamodelVisitor.visitClass(IClass theClass) |