Modifier and Type | Method and Description |
---|---|
IAttribute |
IUmlModel.createAttribute(String name,
IGeneralClass type,
IClassifier owner)
Create an Attribute.
|
IAttribute |
IUmlModel.createAttribute(String name,
IGeneralClass type,
IClassifier owner,
String stereotype)
Create a stereotyped Attribute.
|
IParameter |
IUmlModel.createIOParameter(String name,
IGeneralClass type,
IOperation owner)
Create an IOParameter.
|
IParameter |
IUmlModel.createIOParameter(String name,
IGeneralClass type,
IOperation owner,
String stereotype)
Create a stereotyped IOParameter.
|
IParameter |
IUmlModel.createReturnParameter(String name,
IGeneralClass type,
IOperation owner)
Create an ReturnParameter.
|
IParameter |
IUmlModel.createReturnParameter(String name,
IGeneralClass type,
IOperation owner,
String stereotype)
Create a stereotyped ReturnParameter.
|
Modifier and Type | Method and Description |
---|---|
IGeneralClass |
IBpmnInterface.getImplementationRef()
Get the ImplementationRef association.
|
IGeneralClass |
IBpmnItemDefinition.getStructureRef()
Get the StructureRef association.
|
IGeneralClass |
IBpmnMessage.getType()
Get the Type association.
|
IGeneralClass |
IBpmnItemAwareElement.getType()
Get the Type association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnInterface.setImplementationRef(IGeneralClass element)
Setter for the 'ImplementationRef' [0..1] association.
|
void |
IBpmnItemDefinition.setStructureRef(IGeneralClass element)
Setter for the 'StructureRef' [0..1] association.
|
void |
IBpmnMessage.setType(IGeneralClass element)
Setter for the 'Type' [0..1] association.
|
void |
IBpmnItemAwareElement.setType(IGeneralClass element)
Setter for the 'Type' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IModule |
Modifier and Type | Method and Description |
---|---|
IGeneralClass |
IConfigParam.getType()
Get the Type association.
|
Modifier and Type | Method and Description |
---|---|
void |
IConfigParam.setType(IGeneralClass element)
Setter for the 'Type' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IGeneralClass> |
IExceptionHandler.getExceptionType(Class<T> filteredClass)
Get the list of ObGeneralClass to the ExceptionType association.
|
Modifier and Type | Method and Description |
---|---|
IGeneralClass |
IObjectNode.getType()
Get the Type association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IGeneralClass> |
IExceptionHandler.getExceptionType()
Get the list of ObGeneralClass to the ExceptionType association.
|
Modifier and Type | Method and Description |
---|---|
void |
IExceptionHandler.addExceptionType(IGeneralClass element)
Add a ObGeneralClass to the 'ExceptionType' association.
|
void |
IExceptionHandler.removeExceptionType(IGeneralClass element)
Remove an ObGeneralClass from the 'ExceptionType' association.
|
void |
IObjectNode.setType(IGeneralClass element)
Setter for the 'Type' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IExceptionHandler.cardExceptionType(Class<? extends IGeneralClass> filteredClass)
Returns the number elements in the ExceptionType association filtered with the given metaclass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISignal |
Modifier and Type | Method and Description |
---|---|
IGeneralClass |
ISignal.getBase()
Get the Base association.
|
Modifier and Type | Method and Description |
---|---|
void |
ISignal.setBase(IGeneralClass element)
Setter for the 'Base' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IClass |
interface |
IComponent |
interface |
IDataType |
interface |
IEnumeration |
interface |
IInterface |
interface |
ITemplateParameter |
Modifier and Type | Method and Description |
---|---|
IGeneralClass |
IParameter.getType()
Get the Type association.
|
IGeneralClass |
IAttribute.getType()
Get the Type association.
|
Modifier and Type | Method and Description |
---|---|
void |
IParameter.setType(IGeneralClass element)
Setter for the 'Type' [0..1] association.
|
void |
IAttribute.setType(IGeneralClass element)
Setter for the 'Type' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IActor |
interface |
IUseCase |
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitGeneralClass(IGeneralClass theGeneralClass) |
Object |
DefaultMetamodelVisitor.visitGeneralClass(IGeneralClass theGeneralClass) |
Object |
AbstractMetamodelVisitor.visitGeneralClass(IGeneralClass theGeneralClass) |