public class StructuralChangeTesterDefault extends Object implements StructuralChangeTesterInternal
VDomainModelReferences.NOT_APPLICABLE| Constructor and Description |
|---|
StructuralChangeTesterDefault() |
| 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. |
public double isApplicable(VDomainModelReference reference)
VDomainModelReference.isApplicable in interface StructuralChangeTesterInternalreference - The VDomainModelReferenceVDomainModelReference.StructuralChangeTesterInternal.isApplicable(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference)public boolean isStructureChanged(VDomainModelReference reference, org.eclipse.emf.ecore.EObject domainRootObject, ModelChangeNotification notification)
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification.isStructureChanged in interface StructuralChangeTesterInternalreference - The VDomainModelReferencedomainRootObject - The root object of the VDomainModelReference.notification - The ModelChangeNotificationStructuralChangeTesterInternal.isStructureChanged(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference,
org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecp.view.spi.model.ModelChangeNotification)Copyright © 2016. All rights reserved.