Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.behavior.interaction |
Modifier and Type | Method and Description |
---|---|
ICombinedFragment |
IUmlModel.createCombinedFragment(ObInteractionOperatorEnum operator)
Create a CombinedFragment.
|
Modifier and Type | Method and Description |
---|---|
ObInteractionOperatorEnum |
ICombinedFragment.getOperator()
Getter for the Operator meta class attribute.
|
static ObInteractionOperatorEnum |
ObInteractionOperatorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObInteractionOperatorEnum[] |
ObInteractionOperatorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ICombinedFragment.setOperator(ObInteractionOperatorEnum value)
Setter for the 'Operator' meta class attribute
|