| Package | Description |
|---|---|
| org.palladiosimulator.pcm.usagemodel | |
| org.palladiosimulator.pcm.usagemodel.impl | |
| org.palladiosimulator.pcm.usagemodel.util |
| Modifier and Type | Method and Description |
|---|---|
Stop |
UsagemodelFactory.createStop()
Returns a new object of class 'Stop'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StopImpl
An implementation of the model object 'Stop'.
|
| Modifier and Type | Method and Description |
|---|---|
Stop |
UsagemodelFactoryImpl.createStop() |
| Modifier and Type | Method and Description |
|---|---|
T |
UsagemodelSwitch.caseStop(Stop object)
Returns the result of interpreting the object as an instance of 'Stop'.
|
boolean |
UsagemodelValidator.validateStop_StopHasNoSuccessor(Stop stop,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the StopHasNoSuccessor constraint of 'Stop'.
|
boolean |
UsagemodelValidator.validateStop(Stop stop,
DiagnosticChain diagnostics,
Map<Object,Object> context) |