Modifier and Type | Method and Description |
---|---|
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.createParameter()
Create a Parameter.
|
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 |
---|---|
IParameter |
IBpmnDataOutput.getRepresentedParameter()
Get the RepresentedParameter association.
|
IParameter |
IBpmnDataInput.getRepresentedParameter()
Get the RepresentedParameter association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnDataOutput.setRepresentedParameter(IParameter element)
Setter for the 'RepresentedParameter' [0..1] association.
|
void |
IBpmnDataInput.setRepresentedParameter(IParameter element)
Setter for the 'RepresentedParameter' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IParameter |
IPin.getMatched()
Get the Matched association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPin.setMatched(IParameter element)
Setter for the 'Matched' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBehaviorParameter |
Modifier and Type | Method and Description |
---|---|
IParameter |
IBehaviorParameter.getMapped()
Get the Mapped association.
|
IParameter |
ISignal.getPBase()
Get the PBase association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehaviorParameter.setMapped(IParameter element)
Setter for the 'Mapped' [0..1] association.
|
void |
ISignal.setPBase(IParameter element)
Setter for the 'PBase' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IParameter> |
IOperation.getIO(Class<T> filteredClass)
Get the list of ObParameter to the IO association.
|
<T extends IParameter> |
IGeneralClass.getOccurence(Class<T> filteredClass)
Get the list of ObParameter to the Occurence association.
|
Modifier and Type | Method and Description |
---|---|
IParameter |
IOperation.getReturn()
Get the Return association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IParameter> |
IOperation.getIO()
Get the list of ObParameter to the IO association.
|
ObList<IParameter> |
IGeneralClass.getOccurence()
Get the list of ObParameter to the Occurence association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addIO(IParameter element)
Add a ObParameter to the 'IO' association.
|
void |
IGeneralClass.addOccurence(IParameter element)
Add a ObParameter to the 'Occurence' association.
|
void |
IOperation.removeIO(IParameter element)
Remove an ObParameter from the 'IO' association.
|
void |
IGeneralClass.removeOccurence(IParameter element)
Remove an ObParameter from the 'Occurence' association.
|
void |
IOperation.setReturn(IParameter element)
Setter for the 'Return' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardIO(Class<? extends IParameter> filteredClass)
Returns the number elements in the IO association filtered with the given metaclass.
|
int |
IGeneralClass.cardOccurence(Class<? extends IParameter> filteredClass)
Returns the number elements in the Occurence association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitParameter(IParameter theParameter) |
Object |
DefaultMetamodelVisitor.visitParameter(IParameter theParameter) |
Object |
AbstractMetamodelVisitor.visitParameter(IParameter theParameter) |