|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleServiceHelper
Method Summary | ||
---|---|---|
|
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. |
Method Detail |
---|
<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 set
VElement
s that match the given type T
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |