| model1 UML Documentation |
| Summary:AttributesPropertiesComments | Detail:Attributes |
A parameter provides a means of communication with operations and other BehavioralFeatures. A parameter passes or communicates values of its defined type.
| Attributes | ||
| Class |
This attribute specifies the purpose of the parameter; to input a value, to output a value, both purposes, or to provide an operation return value. |
|
| Class |
Multiplicity defines cardinality constraints on the set of instances or values that a Parameter can hold. Multiplicity defines a lower and upper bound on the set, although the upper bound can be specified as Unbounded. |
|
Properties:
| Alias | |
| Classifier Behavior | |
| Collections | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | Parameter |
| Name Expression | |
| Owned Template Signature | |
| Owner | Package model1 |
| Owning Parameter | |
| Package | Package model1 |
| Packageable Element visibility | public |
| Qualified Name | model1::model1::Parameter |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | public |
| Attribute Details |
public Class direction
This attribute specifies the purpose of the parameter; to input a value, to output a value, both purposes, or to provide an operation return value.
| Aggregation | none |
| Alias | |
| Association | |
| Association End | |
| Class | Class Parameter |
| Collections | |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | direction |
| Name Expression | |
| Opposite | |
| Owned Template Signature | |
| Owner | Class Parameter |
| Owning Association | |
| Owning Parameter | |
| Qualified Name | model1::model1::Parameter::direction |
| Stereotype | |
| Template Parameter | |
| Type | Class |
| Upper | 1 |
| Upper Value | |
| Visibility | public |
public Class multiplicity
Multiplicity defines cardinality constraints on the set of instances or values that a Parameter can hold. Multiplicity defines a lower and upper bound on the set, although the upper bound can be specified as Unbounded.
| Aggregation | none |
| Alias | |
| Association | |
| Association End | |
| Class | Class Parameter |
| Collections | |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | multiplicity |
| Name Expression | |
| Opposite | |
| Owned Template Signature | |
| Owner | Class Parameter |
| Owning Association | |
| Owning Parameter | |
| Qualified Name | model1::model1::Parameter::multiplicity |
| Stereotype | |
| Template Parameter | |
| Type | Class |
| Upper | 1 |
| Upper Value | |
| Visibility | public |
| Comments |
| model1 UML Documentation |
| Summary:AttributesPropertiesComments | Detail:Attributes |