Package | Description |
---|---|
fr.inria.aoste.trace | |
fr.inria.aoste.trace.impl | |
fr.inria.aoste.trace.util |
Modifier and Type | Method and Description |
---|---|
LogicalStep |
TraceFactory.createLogicalStep()
Returns a new object of class 'Logical Step'
|
LogicalStep |
DiscretizedClockStep.getCorrespondingLogicalStep()
Returns the value of the 'Corresponding Logical Step' reference
|
LogicalStep |
LogicalStep.getNextStep()
Returns the value of the 'Next Step' reference.
|
LogicalStep |
LogicalStep.getPreviousStep()
Returns the value of the 'Previous Step' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<LogicalStep> |
InterDiscretizedSteps.getCorrespondingLogicalSteps()
Returns the value of the 'Corresponding Logical Steps' reference list.
|
org.eclipse.emf.common.util.EList<LogicalStep> |
Trace.getLogicalSteps()
Returns the value of the 'Logical Steps' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscretizedClockStep.setCorrespondingLogicalStep(LogicalStep value)
Sets the value of the '
Corresponding Logical Step ' reference |
void |
LogicalStep.setNextStep(LogicalStep value)
Sets the value of the '
Next Step ' reference |
void |
LogicalStep.setPreviousStep(LogicalStep value)
Sets the value of the '
Previous Step ' reference |
Modifier and Type | Class and Description |
---|---|
class |
LogicalStepImpl
An implementation of the model object 'Logical Step'
|
Modifier and Type | Method and Description |
---|---|
LogicalStep |
DiscretizedClockStepImpl.basicGetCorrespondingLogicalStep() |
LogicalStep |
LogicalStepImpl.basicGetNextStep() |
LogicalStep |
LogicalStepImpl.basicGetPreviousStep() |
LogicalStep |
TraceFactoryImpl.createLogicalStep() |
LogicalStep |
DiscretizedClockStepImpl.getCorrespondingLogicalStep() |
LogicalStep |
LogicalStepImpl.getNextStep() |
LogicalStep |
LogicalStepImpl.getPreviousStep() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<LogicalStep> |
InterDiscretizedStepsImpl.getCorrespondingLogicalSteps() |
org.eclipse.emf.common.util.EList<LogicalStep> |
TraceImpl.getLogicalSteps() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LogicalStepImpl.basicSetNextStep(LogicalStep newNextStep,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LogicalStepImpl.basicSetPreviousStep(LogicalStep newPreviousStep,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DiscretizedClockStepImpl.setCorrespondingLogicalStep(LogicalStep newCorrespondingLogicalStep) |
void |
LogicalStepImpl.setNextStep(LogicalStep newNextStep) |
void |
LogicalStepImpl.setPreviousStep(LogicalStep newPreviousStep) |
Modifier and Type | Method and Description |
---|---|
T |
TraceSwitch.caseLogicalStep(LogicalStep object)
Returns the result of interpreting the object as an instance of 'Logical Step'
|