| Modifier and Type | Method and Description |
|---|---|
static RuleBase |
SimuObjectFactory.createRuleBase()
create a rule base object
|
static RuleBase |
SimuObjectFactory.createRuleBase(RuleSet set,
SecAnalysisViolationType vtype)
create a rule base object and add the rule set object to the rule set
|
| Modifier and Type | Method and Description |
|---|---|
RuleBase |
RuleBase2ModelMapper.map2Model(org.interpss.xml.schema.RuleBaseXmlType from) |
| Modifier and Type | Method and Description |
|---|---|
RuleBase |
MultiStudyCase.getRuleBase()
Returns the value of the 'Rule Base' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiStudyCase.setRuleBase(RuleBase value)
Sets the value of the '
Rule Base' reference. |
| Modifier and Type | Method and Description |
|---|---|
RuleBase |
MultiStudyCaseImpl.basicGetRuleBase() |
RuleBase |
MultiStudyCaseImpl.getRuleBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiStudyCaseImpl.setRuleBase(RuleBase newRuleBase) |
| Modifier and Type | Method and Description |
|---|---|
RuleBase |
MCaseRuleFactory.createRuleBase()
Returns a new object of class 'Rule Base'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuleBaseImpl
An implementation of the model object 'Rule Base'.
|
| Modifier and Type | Method and Description |
|---|---|
RuleBase |
MCaseRuleFactoryImpl.createRuleBase() |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseRuleSwitch.caseRuleBase(RuleBase object)
Returns the result of interpreting the object as an instance of 'Rule Base'.
|