public interface VTStyleSelector
extends org.eclipse.emf.ecore.EObject
VTTemplatePackage.getStyleSelector()
Modifier and Type | Field and Description |
---|---|
static Double |
NOT_APPLICABLE
Return this constant if the selector is not applicable.
|
Modifier and Type | Method and Description |
---|---|
double |
isApplicable(VElement vElement,
ViewModelContext viewModelContext)
Checks how well a
VElement is fitting. |
static final Double NOT_APPLICABLE
double isApplicable(VElement vElement, ViewModelContext viewModelContext)
VElement
is fitting.vElement
- the VElement
to checkviewModelContext
- the ViewModelContext
currently usedCopyright © 2018. All rights reserved.