Modifier and Type | Method and Description |
---|---|
ErrorModelLibrary |
ErrorModelFactory.createErrorModelLibrary()
Returns a new object of class 'Library'.
|
ErrorModelLibrary |
ErrorModelGrammarRoot.getEml()
Returns the value of the 'Eml' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
ErrorModelLibrary.getExtends()
Returns the value of the 'Extends' reference list.
|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
TypeTransformationSet.getUseTypes()
Returns the value of the 'Use Types' reference list.
|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
TypeMappingSet.getUseTypes()
Returns the value of the 'Use Types' reference list.
|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
ErrorPropagations.getUseTypes()
Returns the value of the 'Use Types' reference list.
|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
ErrorBehaviorStateMachine.getUseTypes()
Returns the value of the 'Use Types' reference list.
|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
CompositeErrorBehavior.getUseTypes()
Returns the value of the 'Use Types' reference list.
|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
ComponentErrorBehavior.getUseTypes()
Returns the value of the 'Use Types' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelGrammarRoot.setEml(ErrorModelLibrary value)
Sets the value of the '
Eml ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorModelLibraryImpl
An implementation of the model object 'Library'.
|
Modifier and Type | Method and Description |
---|---|
ErrorModelLibrary |
ErrorModelFactoryImpl.createErrorModelLibrary() |
ErrorModelLibrary |
ErrorModelGrammarRootImpl.getEml() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
ErrorModelLibraryImpl.getExtends() |
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
TypeTransformationSetImpl.getUseTypes() |
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
TypeMappingSetImpl.getUseTypes() |
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
ErrorPropagationsImpl.getUseTypes() |
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
ErrorBehaviorStateMachineImpl.getUseTypes() |
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
CompositeErrorBehaviorImpl.getUseTypes() |
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
ComponentErrorBehaviorImpl.getUseTypes() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ErrorModelGrammarRootImpl.basicSetEml(ErrorModelLibrary newEml,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ErrorModelGrammarRootImpl.setEml(ErrorModelLibrary newEml) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseErrorModelLibrary(ErrorModelLibrary object)
Returns the result of interpreting the object as an instance of 'Library'.
|
Modifier and Type | Method and Description |
---|---|
ErrorModelLibrary |
EMLinkingService.findErrorModelLibrary(org.eclipse.emf.ecore.EObject context,
java.lang.String name)
find the error model library.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EObject |
EMLinkingService.findNamedElementInThisEML(ErrorModelLibrary eml,
java.lang.String typeName,
org.eclipse.emf.ecore.EClass eclass) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorTypes> |
ErrorModelScopeProvider.getAllTypes(ErrorModelLibrary context) |
Modifier and Type | Method and Description |
---|---|
static ErrorModelLibrary |
EM2Util.getContainingErrorModelLibrary(org.eclipse.emf.ecore.EObject element)
get the enclosing error model library.
|
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 |
---|---|
static java.lang.String |
EM2Util.getPrintName(ErrorModelLibrary eml) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelJavaValidator.caseErrorModelLibrary(ErrorModelLibrary errorModelLibrary) |