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
EObject s 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)
EObject
s that would be hidden
or disabled if newValue
would be set.T
- the type of the returned EObject
ssetting
- the current settingnewValue
- the new value which may be setrenderableClass
- the class type that has to be matched. Used for filtering the result setVElement
s that match the given type T
Copyright © 2019. All rights reserved.