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