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 VDomainModelReference
VDomainModelReference
.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 VDomainModelReference
domainRootObject
- The root object of the VDomainModelReference
.notification
- The ModelChangeNotification
Copyright © 2017. All rights reserved.