| Package | Description |
|---|---|
| org.palladiosimulator.pcm.usagemodel | |
| org.palladiosimulator.pcm.usagemodel.impl | |
| org.palladiosimulator.pcm.usagemodel.util |
| Modifier and Type | Method and Description |
|---|---|
Start |
UsagemodelFactory.createStart()
Returns a new object of class 'Start'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StartImpl
An implementation of the model object 'Start'.
|
| Modifier and Type | Method and Description |
|---|---|
Start |
UsagemodelFactoryImpl.createStart() |
| Modifier and Type | Method and Description |
|---|---|
T |
UsagemodelSwitch.caseStart(Start object)
Returns the result of interpreting the object as an instance of 'Start'.
|
boolean |
UsagemodelValidator.validateStart_StartHasNoPredecessor(Start start,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the StartHasNoPredecessor constraint of 'Start'.
|
boolean |
UsagemodelValidator.validateStart(Start start,
DiagnosticChain diagnostics,
Map<Object,Object> context) |