public interface EMFFormsMappingProvider
UniqueSetting
to VDomainModelReference
mappings.Modifier and Type | Field and Description |
---|---|
static double |
NOT_APPLICABLE
The constant defining the priority that a
EMFFormsMappingProvider is not applicable for a
VDomainModelReference and domain object . |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns the mapping of
UniqueSettings to their sets of VDomainModelReference for a
given VDomainModelReference and domain object . |
double |
isApplicable(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns a double indicating if and how well this
EMFFormsMappingProvider is applicable for the given
VDomainModelReference and domain object . |
static final double NOT_APPLICABLE
EMFFormsMappingProvider
is not applicable for a
VDomainModelReference
and domain object
.Set<UniqueSetting> getMappingFor(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject domainObject)
UniqueSettings
to their sets of VDomainModelReference
for a
given VDomainModelReference
and domain object
.domainModelReference
- The VDomainModelReference
domainObject
- The domain object
UniqueSettings
to their sets of VDomainModelReference
double isApplicable(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject domainObject)
EMFFormsMappingProvider
is applicable for the given
VDomainModelReference
and domain object
.domainModelReference
- The given VDomainModelReference
domainObject
- The domain object
Copyright © 2017. All rights reserved.