public class EMFFormsStructuralChangeTesterImpl extends Object implements EMFFormsStructuralChangeTester
EMFFormsStructuralChangeTester
.Constructor and Description |
---|
EMFFormsStructuralChangeTesterImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
addStructuralChangeSegmentTester(StructuralChangeSegmentTester segmentChangeTester)
Called by the framework to add a
StructuralChangeSegmentTester . |
protected void |
addStructuralChangeTesterInternal(StructuralChangeTesterInternal structuralChangeTester)
Called by the framework to add a
StructuralChangeTesterInternal . |
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 . |
protected void |
removeStructuralChangeSegmentTester(StructuralChangeSegmentTester segmentChangeTester)
Called by the framework to remove a
StructuralChangeSegmentTester . |
protected void |
removeStructuralChangeTesterInternal(StructuralChangeTesterInternal structuralChangeTester)
Called by the framework to remove a
StructuralChangeTesterInternal . |
protected void |
setEMFFormsSegmentResolver(EMFFormsSegmentResolver segmentResolver)
Sets the
EMFFormsSegmentResolver . |
protected void |
setReportService(ReportService reportService)
Sets the
ReportService . |
protected void setReportService(ReportService reportService)
ReportService
.reportService
- The ReportService
protected void addStructuralChangeTesterInternal(StructuralChangeTesterInternal structuralChangeTester)
StructuralChangeTesterInternal
.structuralChangeTester
- The StructuralChangeTesterInternal
to addprotected void removeStructuralChangeTesterInternal(StructuralChangeTesterInternal structuralChangeTester)
StructuralChangeTesterInternal
.structuralChangeTester
- The StructuralChangeTesterInternal
to removeprotected void addStructuralChangeSegmentTester(StructuralChangeSegmentTester segmentChangeTester)
StructuralChangeSegmentTester
.segmentChangeTester
- The StructuralChangeSegmentTester
to addprotected void removeStructuralChangeSegmentTester(StructuralChangeSegmentTester segmentChangeTester)
StructuralChangeSegmentTester
.segmentChangeTester
- The StructuralChangeSegmentTester
to removeprotected void setEMFFormsSegmentResolver(EMFFormsSegmentResolver segmentResolver)
EMFFormsSegmentResolver
.segmentResolver
- The EMFFormsSegmentResolver
public boolean isStructureChanged(VDomainModelReference reference, org.eclipse.emf.ecore.EObject domainRootObject, ModelChangeNotification notification)
EMFFormsStructuralChangeTester
VDomainModelReference
has changed for the changes
indicated by the given ModelChangeNotification
.isStructureChanged
in interface EMFFormsStructuralChangeTester
reference
- The VDomainModelReference
domainRootObject
- The root object of the VDomainModelReference
.notification
- The ModelChangeNotification
Copyright © 2019. All rights reserved.