Modifier and Type | Method and Description |
---|---|
ErrorPropagations |
ErrorModelFactory.createErrorPropagations()
Returns a new object of class 'Error Propagations'.
|
ErrorPropagations |
ErrorModelSubclause.getPropagation()
Returns the value of the 'Propagation' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelSubclause.setPropagation(ErrorPropagations value)
Sets the value of the '
Propagation ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorPropagationsImpl
An implementation of the model object 'Error Propagations'.
|
Modifier and Type | Method and Description |
---|---|
ErrorPropagations |
ErrorModelFactoryImpl.createErrorPropagations() |
ErrorPropagations |
ErrorModelSubclauseImpl.getPropagation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ErrorModelSubclauseImpl.basicSetPropagation(ErrorPropagations newPropagation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ErrorModelSubclauseImpl.setPropagation(ErrorPropagations newPropagation) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseErrorPropagations(ErrorPropagations object)
Returns the result of interpreting the object as an instance of 'Error Propagations'.
|
Modifier and Type | Method and Description |
---|---|
static ErrorPropagations |
EM2Util.getContainingClassifierErrorPropagations(org.eclipse.emf.ecore.EObject element)
get error propagations object in the classifier containing the element object.
|
static ErrorPropagations |
EM2Util.getContainingErrorPropagations(org.eclipse.emf.ecore.EObject element)
get error propagations object that contains the element object.
|
static ErrorPropagations |
EM2Util.getErrorPropagations(ComponentClassifier cl) |
static ErrorPropagations |
EM2Util.getErrorPropagations(ComponentInstance ci) |
Modifier and Type | Method and Description |
---|---|
static ErrorFlow |
EM2Util.findErrorFlow(ErrorPropagations eps,
InstanceObject incie)
find the error flow whose incoming error propagation point is incie
|
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 ErrorFlow |
EM2Util.findReverseErrorFlow(ErrorPropagations eps,
InstanceObject incie)
find the error flow whose outgoing error propagation point is incie
|
static org.eclipse.emf.common.util.EList<ErrorSource> |
EM2Util.getErrorSources(ErrorPropagations eps)
return list of error sources
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelJavaValidator.caseErrorPropagations(ErrorPropagations errorPropagations) |