Modifier and Type | Interface and Description |
---|---|
interface |
ComponentErrorBehavior
A representation of the model object 'Component Error Behavior'.
|
interface |
CompositeErrorBehavior
A representation of the model object 'Composite Error Behavior'.
|
interface |
EBSMUseContext
A representation of the model object 'EBSM Use Context'.
|
interface |
ErrorBehaviorStateMachine
A representation of the model object 'Error Behavior State Machine'.
|
interface |
ErrorPropagations
A representation of the model object 'Error Propagations'.
|
interface |
TypeMappingSet
A representation of the model object 'Type Mapping Set'.
|
interface |
TypeTransformationSet
A representation of the model object 'Type Transformation Set'.
|
Modifier and Type | Method and Description |
---|---|
TypeUseContext |
ErrorModelFactory.createTypeUseContext()
Returns a new object of class 'Type Use Context'.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentErrorBehaviorImpl
An implementation of the model object 'Component Error Behavior'.
|
class |
CompositeErrorBehaviorImpl
An implementation of the model object 'Composite Error Behavior'.
|
class |
EBSMUseContextImpl
An implementation of the model object 'EBSM Use Context'.
|
class |
ErrorBehaviorStateMachineImpl
An implementation of the model object 'Error Behavior State Machine'.
|
class |
ErrorPropagationsImpl
An implementation of the model object 'Error Propagations'.
|
class |
TypeMappingSetImpl
An implementation of the model object 'Type Mapping Set'.
|
class |
TypeTransformationSetImpl
An implementation of the model object 'Type Transformation Set'.
|
class |
TypeUseContextImpl
An implementation of the model object 'Type Use Context'.
|
Modifier and Type | Method and Description |
---|---|
TypeUseContext |
ErrorModelFactoryImpl.createTypeUseContext() |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseTypeUseContext(TypeUseContext object)
Returns the result of interpreting the object as an instance of 'Type Use Context'.
|
Modifier and Type | Method and Description |
---|---|
static TypeUseContext |
EM2Util.getContainingTypeUseContext(org.eclipse.emf.ecore.EObject element)
get the enclosing type use context
A type use context is is the object that contains use references to error model/type libraries
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
EM2Util.getUseTypes(TypeUseContext context)
get list of ErrorModelLibraries listed in UseTypes
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelJavaValidator.caseTypeUseContext(TypeUseContext typeUseContext) |