public final class ModelReferenceHelper extends Object
VDomainModelReferences
.Modifier and Type | Method and Description |
---|---|
static VDomainModelReference |
createDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature)
Create a simple
VDomainModelReference based on a EStructuralFeature . |
static VDomainModelReference |
createDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature,
Collection<org.eclipse.emf.ecore.EReference> eReferences)
Create a simple
VDomainModelReference based on a EStructuralFeature . |
public static VDomainModelReference createDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature)
VDomainModelReference
based on a EStructuralFeature
.feature
- the feature to use for the VDomainModelReference
VDomainModelReference
public static VDomainModelReference createDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature, Collection<org.eclipse.emf.ecore.EReference> eReferences)
VDomainModelReference
based on a EStructuralFeature
.feature
- the feature to use for the VDomainModelReference
eReferences
- the collection of EReferences
to use for the VDomainModelReference
VDomainModelReference
Copyright © 2018. All rights reserved.