| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.smm | |
| org.eclipse.gmt.modisco.omg.smm.util |
| Modifier and Type | Method and Description |
|---|---|
Category |
SmmFactory.createCategory()
Returns a new object of class 'Category'.
|
Category |
CategoryRelationship.getFrom()
Returns the value of the 'From' reference.
|
Category |
CategoryRelationship.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryRelationship.setFrom(Category value)
Sets the value of the '
From' reference. |
void |
CategoryRelationship.setTo(Category value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseCategory(Category object)
Returns the result of interpreting the object as an instance of 'Category'.
|