Modifier and Type | Interface and Description |
---|---|
interface |
ErrorPath
A representation of the model object 'Error Path'.
|
interface |
ErrorSink
A representation of the model object 'Error Sink'.
|
interface |
ErrorSource
A representation of the model object 'Error Source'.
|
Modifier and Type | Method and Description |
---|---|
ErrorFlow |
ErrorModelFactory.createErrorFlow()
Returns a new object of class 'Error Flow'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorFlow> |
ErrorPropagations.getFlows()
Returns the value of the 'Flows' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorFlowImpl
An implementation of the model object 'Error Flow'.
|
class |
ErrorPathImpl
An implementation of the model object 'Error Path'.
|
class |
ErrorSinkImpl
An implementation of the model object 'Error Sink'.
|
class |
ErrorSourceImpl
An implementation of the model object 'Error Source'.
|
Modifier and Type | Method and Description |
---|---|
ErrorFlow |
ErrorModelFactoryImpl.createErrorFlow() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorFlow> |
ErrorPropagationsImpl.getFlows() |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseErrorFlow(ErrorFlow object)
Returns the result of interpreting the object as an instance of 'Error Flow'.
|
Modifier and Type | Method and Description |
---|---|
ErrorFlow |
EMLinkingService.findErrorFlow(org.eclipse.emf.ecore.EObject context,
java.lang.String name) |
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 ErrorFlow |
EM2Util.findReverseErrorFlow(ErrorPropagations eps,
InstanceObject incie)
find the error flow whose outgoing error propagation point is incie
|