public interface RuleServiceHelper
| Modifier and Type | Method and Description |
|---|---|
<T extends VElement> |
getInvolvedEObjects(org.eclipse.emf.ecore.EStructuralFeature.Setting setting,
Object newValue,
Class<T> renderableClass)
Gets the involved
EObjects that would be hidden
or disabled if newValue would be set. |
<T extends VElement> Set<T> getInvolvedEObjects(org.eclipse.emf.ecore.EStructuralFeature.Setting setting, Object newValue, Class<T> renderableClass)
EObjects that would be hidden
or disabled if newValue would be set.T - the type of the returned EObjectssetting - the current settingnewValue - the new value which may be setrenderableClass - the class type that has to be matched. Used for filtering the result setVElements that match the given type TCopyright © 2016. All rights reserved.