public interface SegmentGenerator
VDomainModelReferenceSegments
from a path of
EStructuralFeatures
.
Implemented by clients to define which segments are generated.
Modifier and Type | Method and Description |
---|---|
List<VDomainModelReferenceSegment> |
generateSegments(List<org.eclipse.emf.ecore.EStructuralFeature> structuralFeatures)
Generates a list of
VDomainModelReferenceSegments for a given list of
EStructuralFeatures . |
List<VDomainModelReferenceSegment> generateSegments(List<org.eclipse.emf.ecore.EStructuralFeature> structuralFeatures)
VDomainModelReferenceSegments
for a given list of
EStructuralFeatures
.structuralFeatures
- The EStructuralFeatures
to generate the segments forCopyright © 2019. All rights reserved.