public interface OptimizerResults
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmbiguityIndex()
Returns the value of the 'Ambiguity Index' attribute
|
org.eclipse.emf.common.util.EList |
getAmbiguityList()
Returns the value of the 'Ambiguity List' containment reference list.
|
org.eclipse.emf.common.util.EList |
getCompletenessCheckRuleColumns()
Returns the value of the 'Completeness Check Rule Columns' reference list.
|
boolean |
isAmbiguityFilter()
Returns the value of the 'Ambiguity Filter' attribute
|
void |
setAmbiguityFilter(boolean value)
Sets the value of the '
Ambiguity Filter' attribute |
void |
setAmbiguityIndex(int value)
Sets the value of the '
Ambiguity Index' attribute |
static final java.lang.String copyright
int getAmbiguityIndex()
If the meaning of the 'Ambiguity Index' attribute isn't clear, there really should be more of a description here...
setAmbiguityIndex(int),
DecisiontablePackage.getOptimizerResults_AmbiguityIndex()void setAmbiguityIndex(int value)
Ambiguity Index' attribute.
value - the new value of the 'Ambiguity Index' attribute.getAmbiguityIndex()boolean isAmbiguityFilter()
If the meaning of the 'Ambiguity Filter' attribute isn't clear, there really should be more of a description here...
setAmbiguityFilter(boolean),
DecisiontablePackage.getOptimizerResults_AmbiguityFilter()void setAmbiguityFilter(boolean value)
Ambiguity Filter' attribute.
value - the new value of the 'Ambiguity Filter' attribute.isAmbiguityFilter()org.eclipse.emf.common.util.EList getAmbiguityList()
Ambiguity.
If the meaning of the 'Ambiguity List' containment reference list isn't clear, there really should be more of a description here...
DecisiontablePackage.getOptimizerResults_AmbiguityList()org.eclipse.emf.common.util.EList getCompletenessCheckRuleColumns()
RuleColumn.
If the meaning of the 'Completeness Check Rule Columns' containment reference list isn't clear, there really should be more of a description here...
DecisiontablePackage.getOptimizerResults_CompletenessCheckRuleColumns()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.