public interface LogicalStep
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TracePackage.getLogicalStep()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AssertionState> |
getAssertionStates()
Returns the value of the 'Assertion States' containment reference list.
|
org.eclipse.emf.common.util.EList<ConstraintState> |
getConstraintStates()
Returns the value of the 'Constraint States' containment reference list.
|
org.eclipse.emf.common.util.EList<EventOccurrence> |
getEventOccurrences()
Returns the value of the 'Event Occurrences' containment reference list.
|
LogicalStep |
getNextStep()
Returns the value of the 'Next Step' reference.
|
LogicalStep |
getPreviousStep()
Returns the value of the 'Previous Step' reference.
|
int |
getStepNumber()
Returns the value of the 'Step Number' attribute
|
void |
setNextStep(LogicalStep value)
Sets the value of the '
Next Step ' reference |
void |
setPreviousStep(LogicalStep value)
Sets the value of the '
Previous Step ' reference |
void |
setStepNumber(int value)
Sets the value of the '
Step Number ' attribute |
org.eclipse.emf.common.util.EList<ConstraintState> getConstraintStates()
ConstraintState
.
If the meaning of the 'Constraint States' containment reference list isn't clear, there really should be more of a description here...
TracePackage.getLogicalStep_ConstraintStates()
org.eclipse.emf.common.util.EList<EventOccurrence> getEventOccurrences()
EventOccurrence
.
If the meaning of the 'Event Occurrences' containment reference list isn't clear, there really should be more of a description here...
TracePackage.getLogicalStep_EventOccurrences()
LogicalStep getNextStep()
Previous Step
'.
If the meaning of the 'Next Step' reference isn't clear, there really should be more of a description here...
setNextStep(LogicalStep)
,
TracePackage.getLogicalStep_NextStep()
,
getPreviousStep()
void setNextStep(LogicalStep value)
Next Step
' reference.
value
- the new value of the 'Next Step' reference.getNextStep()
LogicalStep getPreviousStep()
Next Step
'.
If the meaning of the 'Previous Step' reference isn't clear, there really should be more of a description here...
setPreviousStep(LogicalStep)
,
TracePackage.getLogicalStep_PreviousStep()
,
getNextStep()
void setPreviousStep(LogicalStep value)
Previous Step
' reference.
value
- the new value of the 'Previous Step' reference.getPreviousStep()
int getStepNumber()
If the meaning of the 'Step Number' attribute isn't clear, there really should be more of a description here...
setStepNumber(int)
,
TracePackage.getLogicalStep_StepNumber()
void setStepNumber(int value)
Step Number
' attribute.
value
- the new value of the 'Step Number' attribute.getStepNumber()
org.eclipse.emf.common.util.EList<AssertionState> getAssertionStates()
AssertionState
.
If the meaning of the 'Assertion States' containment reference list isn't clear, there really should be more of a description here...
TracePackage.getLogicalStep_AssertionStates()