public interface StructuralChangeTesterInternal
VDomainModelReference.| Modifier and Type | Field and Description |
|---|---|
static double |
NOT_APPLICABLE
The value that expresses that a
StructuralChangeTesterInternal is not applicable for a
VDomainModelReference. |
| Modifier and Type | Method and Description |
|---|---|
double |
isApplicable(VDomainModelReference reference)
Returns a double that expresses if and how suitable this tester is for the given
VDomainModelReference. |
boolean |
isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification)
Checks whether the domain structure of the given
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification. |
static final double NOT_APPLICABLE
StructuralChangeTesterInternal is not applicable for a
VDomainModelReference.double isApplicable(VDomainModelReference reference)
VDomainModelReference.reference - The VDomainModelReferenceVDomainModelReference.boolean isStructureChanged(VDomainModelReference reference, org.eclipse.emf.ecore.EObject domainRootObject, ModelChangeNotification notification)
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification.reference - The VDomainModelReferencedomainRootObject - The root object of the VDomainModelReference.notification - The ModelChangeNotificationCopyright © 2020. All rights reserved.