Package | Description |
---|---|
fr.inria.aoste.trace | |
fr.inria.aoste.trace.impl | |
fr.inria.aoste.trace.util |
Modifier and Type | Method and Description |
---|---|
DiscretizedClockStep |
TraceFactory.createDiscretizedClockStep()
Returns a new object of class 'Discretized Clock Step'
|
DiscretizedClockStep |
InterDiscretizedSteps.getNextFixStep()
Returns the value of the 'Next Fix Step' reference
|
DiscretizedClockStep |
InterDiscretizedSteps.getPreviousFixStep()
Returns the value of the 'Previous Fix Step' reference
|
Modifier and Type | Method and Description |
---|---|
void |
InterDiscretizedSteps.setNextFixStep(DiscretizedClockStep value)
Sets the value of the '
Next Fix Step ' reference |
void |
InterDiscretizedSteps.setPreviousFixStep(DiscretizedClockStep value)
Sets the value of the '
Previous Fix Step ' reference |
Modifier and Type | Class and Description |
---|---|
class |
DiscretizedClockStepImpl
An implementation of the model object 'Discretized Clock Step'
|
Modifier and Type | Method and Description |
---|---|
DiscretizedClockStep |
InterDiscretizedStepsImpl.basicGetNextFixStep() |
DiscretizedClockStep |
InterDiscretizedStepsImpl.basicGetPreviousFixStep() |
DiscretizedClockStep |
TraceFactoryImpl.createDiscretizedClockStep() |
DiscretizedClockStep |
InterDiscretizedStepsImpl.getNextFixStep() |
DiscretizedClockStep |
InterDiscretizedStepsImpl.getPreviousFixStep() |
Modifier and Type | Method and Description |
---|---|
void |
InterDiscretizedStepsImpl.setNextFixStep(DiscretizedClockStep newNextFixStep) |
void |
InterDiscretizedStepsImpl.setPreviousFixStep(DiscretizedClockStep newPreviousFixStep) |
Modifier and Type | Method and Description |
---|---|
T |
TraceSwitch.caseDiscretizedClockStep(DiscretizedClockStep object)
Returns the result of interpreting the object as an instance of 'Discretized Clock Step'
|