public class FeatureSegmentGenerator extends Object implements SegmentGenerator
SegmentGenerator
that generates a path of
VFeatureDomainModelReferenceSegments
.Constructor and Description |
---|
FeatureSegmentGenerator() |
Modifier and Type | Method and Description |
---|---|
protected VFeatureDomainModelReferenceSegment |
createFeatureSegment(org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
Creates a
VFeatureDomainModelReferenceSegment for the given EStructuralFeature . |
List<VDomainModelReferenceSegment> |
generateSegments(List<org.eclipse.emf.ecore.EStructuralFeature> structuralFeatures)
Generates a list of
VDomainModelReferenceSegments for a given list of
EStructuralFeatures . |
public List<VDomainModelReferenceSegment> generateSegments(List<org.eclipse.emf.ecore.EStructuralFeature> structuralFeatures)
SegmentGenerator
VDomainModelReferenceSegments
for a given list of
EStructuralFeatures
.generateSegments
in interface SegmentGenerator
structuralFeatures
- The EStructuralFeatures
to generate the segments forprotected VFeatureDomainModelReferenceSegment createFeatureSegment(org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
VFeatureDomainModelReferenceSegment
for the given EStructuralFeature
.structuralFeature
- The EStructuralFeature
that defines the path part represented by the created
segmentVFeatureDomainModelReference
Copyright © 2019. All rights reserved.