| Package | Description |
|---|---|
| org.eclipse.emf.ecore |
Provides an API for the Ecore dialect of
UML.
|
| org.eclipse.emf.ecore.impl |
Provides an implementation of Ecore.
|
| org.eclipse.emf.ecore.util |
Provides utilities.
|
| org.eclipse.emf.ecore.xml.namespace.util | |
| org.eclipse.emf.ecore.xml.type.util |
| Modifier and Type | Method and Description |
|---|---|
EValidator |
EValidator.Descriptor.getEValidator()
Returns the validator.
|
EValidator |
EValidator.Registry.getEValidator(EPackage ePackage)
Looks up the package in the map.
|
| Modifier and Type | Method and Description |
|---|---|
EValidator |
EValidatorRegistryImpl.getEValidator(EPackage ePackage) |
| Modifier and Type | Class and Description |
|---|---|
class |
Diagnostician
A validity checker for basic EObject constraints.
|
class |
EcoreValidator
The Validator for the model.
|
class |
EObjectValidator
A validity checker for basic EObject constraints.
|
| Modifier and Type | Method and Description |
|---|---|
protected EValidator |
EObjectValidator.getRootEValidator(java.util.Map<java.lang.Object,java.lang.Object> context) |
protected EValidator |
BasicEAnnotationValidator.getRootEValidator(java.util.Map<java.lang.Object,java.lang.Object> context)
Returns the root validator of the context.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Diagnostician.doValidate(EValidator eValidator,
EClass eClass,
EObject eObject,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected boolean |
Diagnostician.doValidate(EValidator eValidator,
EDataType eDataType,
java.lang.Object value,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLNamespaceValidator
The Validator for the model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLTypeValidator
The Validator for the model.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature