Modifier and Type | Class and Description |
---|---|
class |
RuleRegistry<T extends Rule>
Rule registry that maintains which
VElement s
are affected if a setting is changed. |
Modifier and Type | Interface and Description |
---|---|
interface |
EnableRule
A representation of the model object 'Enable Rule'.
|
interface |
ShowRule
A representation of the model object 'Show Rule'.
|
Modifier and Type | Class and Description |
---|---|
class |
EnableRuleImpl
An implementation of the model object 'Enable Rule'.
|
class |
RuleImpl
An implementation of the model object 'Rule'.
|
class |
ShowRuleImpl
An implementation of the model object 'Show Rule'.
|
Modifier and Type | Method and Description |
---|---|
T |
RuleSwitch.caseRule(Rule object)
Returns the result of interpreting the object as an instance of 'Rule'.
|
Modifier and Type | Method and Description |
---|---|
Rule |
VRuleEntry.getRule()
Returns the value of the 'Rule' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VRuleEntry.setRule(Rule value)
Sets the value of the '
Rule '
containment reference. |
Modifier and Type | Field and Description |
---|---|
protected Rule |
VRuleEntryImpl.rule
The cached value of the '
Rule ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Rule |
VRuleEntryImpl.getRule() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VRuleEntryImpl.basicSetRule(Rule newRule,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VRuleEntryImpl.setRule(Rule newRule) |
Copyright © 2019. All rights reserved.