Modifier and Type | Method and Description |
---|---|
java.lang.String |
TraverseErrorFlows.generateEffectText(InstanceObject io,
ErrorPropagation ep)
report on io object with optional error propagation.
|
java.lang.String |
OrigTraverseErrorFlows.generateEffectText(InstanceObject io,
ErrorPropagation ep)
report on io object with optional error propagation.
|
void |
TraverseErrorFlows.report(InstanceObject io,
ErrorPropagation ep)
report on io object with optional error propagation.
|
void |
PropagateErrorFlows.report(InstanceObject io,
ErrorPropagation ep)
report on io object with optional error propagation.
|
void |
OrigTraverseErrorFlows.report(InstanceObject io,
ErrorPropagation ep)
report on io object with optional error propagation.
|
Modifier and Type | Method and Description |
---|---|
ErrorPropagation |
ErrorModelFactory.createErrorPropagation()
Returns a new object of class 'Error Propagation'.
|
ErrorPropagation |
ErrorSink.getIncoming()
Returns the value of the 'Incoming' reference.
|
ErrorPropagation |
ErrorPath.getIncoming()
Returns the value of the 'Incoming' reference.
|
ErrorPropagation |
QualifiedObservableErrorPropagationPoint.getObservablePoint()
Returns the value of the 'Observable Point' reference.
|
ErrorPropagation |
OutgoingPropagationCondition.getOutgoing()
Returns the value of the 'Outgoing' reference.
|
ErrorPropagation |
ErrorSource.getOutgoing()
Returns the value of the 'Outgoing' reference.
|
ErrorPropagation |
ErrorPath.getOutgoing()
Returns the value of the 'Outgoing' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorPropagation> |
ErrorPropagations.getPropagations()
Returns the value of the 'Propagations' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorSink.setIncoming(ErrorPropagation value)
Sets the value of the '
Incoming ' reference. |
void |
ErrorPath.setIncoming(ErrorPropagation value)
Sets the value of the '
Incoming ' reference. |
void |
QualifiedObservableErrorPropagationPoint.setObservablePoint(ErrorPropagation value)
Sets the value of the '
Observable Point ' reference. |
void |
OutgoingPropagationCondition.setOutgoing(ErrorPropagation value)
Sets the value of the '
Outgoing ' reference. |
void |
ErrorSource.setOutgoing(ErrorPropagation value)
Sets the value of the '
Outgoing ' reference. |
void |
ErrorPath.setOutgoing(ErrorPropagation value)
Sets the value of the '
Outgoing ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorPropagationImpl
An implementation of the model object 'Error Propagation'.
|
Modifier and Type | Method and Description |
---|---|
ErrorPropagation |
ErrorSinkImpl.basicGetIncoming() |
ErrorPropagation |
ErrorPathImpl.basicGetIncoming() |
ErrorPropagation |
QualifiedObservableErrorPropagationPointImpl.basicGetObservablePoint() |
ErrorPropagation |
OutgoingPropagationConditionImpl.basicGetOutgoing() |
ErrorPropagation |
ErrorSourceImpl.basicGetOutgoing() |
ErrorPropagation |
ErrorPathImpl.basicGetOutgoing() |
ErrorPropagation |
ErrorModelFactoryImpl.createErrorPropagation() |
ErrorPropagation |
ErrorSinkImpl.getIncoming() |
ErrorPropagation |
ErrorPathImpl.getIncoming() |
ErrorPropagation |
QualifiedObservableErrorPropagationPointImpl.getObservablePoint() |
ErrorPropagation |
OutgoingPropagationConditionImpl.getOutgoing() |
ErrorPropagation |
ErrorSourceImpl.getOutgoing() |
ErrorPropagation |
ErrorPathImpl.getOutgoing() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorPropagation> |
ErrorPropagationsImpl.getPropagations() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorSinkImpl.setIncoming(ErrorPropagation newIncoming) |
void |
ErrorPathImpl.setIncoming(ErrorPropagation newIncoming) |
void |
QualifiedObservableErrorPropagationPointImpl.setObservablePoint(ErrorPropagation newObservablePoint) |
void |
OutgoingPropagationConditionImpl.setOutgoing(ErrorPropagation newOutgoing) |
void |
ErrorSourceImpl.setOutgoing(ErrorPropagation newOutgoing) |
void |
ErrorPathImpl.setOutgoing(ErrorPropagation newOutgoing) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseErrorPropagation(ErrorPropagation object)
Returns the result of interpreting the object as an instance of 'Error Propagation'.
|
Modifier and Type | Method and Description |
---|---|
ErrorPropagation |
EMLinkingService.findContainedErrorSpecification(org.eclipse.emf.ecore.EObject context,
java.lang.String name) |
ErrorPropagation |
EMLinkingService.findErrorPropagationPoint(org.eclipse.emf.ecore.EObject context,
java.lang.String name,
DirectionType dir) |
ErrorPropagation |
EMLinkingService.findObservableErrorPropagationPoint(org.eclipse.emf.ecore.EObject context,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.scoping.IScope |
ErrorModelScopeProvider.scope_ErrorType(ErrorPropagation context,
org.eclipse.emf.ecore.EReference reference) |
Modifier and Type | Method and Description |
---|---|
static ErrorPropagation |
EM2Util.findErrorPropagation(ErrorPropagations eps,
java.lang.String eppName,
DirectionType pd,
boolean isNot)
find the error propagation point of the specified name
|
static ErrorPropagation |
EM2Util.findIncomingErrorContainment(ErrorPropagations eps,
java.lang.String eppName)
find the outgoing error containment point of the specified name
|
static ErrorPropagation |
EM2Util.findIncomingErrorPropagation(ErrorPropagations eps,
java.lang.String eppName)
find the outgoing error propagation point of the specified name
|
static ErrorPropagation |
EM2Util.findOutgoingErrorContainment(ErrorPropagations eps,
java.lang.String eppName)
find the outgoing error containment point of the specified name
|
static ErrorPropagation |
EM2Util.findOutgoingErrorPropagation(ErrorPropagations eps,
java.lang.String eppName)
find the outgoing error propagation point of the specified name
|
static ErrorPropagation |
EM2Util.getIncomingAccessErrorPropagation(ComponentInstance ci)
Get incoming error propagation associated with component instance access
|
static ErrorPropagation |
EM2Util.getIncomingErrorPropagation(FeatureInstance fi)
Get incoming error propagation associated with feature instance
|
static ErrorPropagation |
EM2Util.getOutgoingAccessErrorPropagation(ComponentInstance ci)
Get outgoing error propagation associated with component instance access
|
static ErrorPropagation |
EM2Util.getOutgoingErrorPropagation(FeatureInstance fi)
Get outgoing error propagation associated with feature instance
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelJavaValidator.caseErrorPropagation(ErrorPropagation errorPropagation) |