| Package | Description |
|---|---|
| org.xmcda | |
| org.xmcda.parsers.xml.xmcda_v3 | |
| org.xmcda.utils | |
| org.xmcda.value |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Referenceable |
interface |
Scale
mcda:type:scale
|
| Modifier and Type | Class and Description |
|---|---|
class |
Alternative |
class |
AlternativeAssignment<VALUE_TYPE>
xmcda:type:alternativeAssignment
|
class |
Alternatives
xmcda:type:alternatives
|
class |
AlternativesAssignments<VALUE_TYPE>
xmcda:type:alternativesAssignments
|
class |
AlternativesCriteriaValues<VALUE_TYPE> |
class |
AlternativesLinearConstraints<VALUE_TYPE> |
class |
AlternativesMatrix<VALUE_TYPE> |
class |
AlternativesSet<VALUE_TYPE> |
class |
AlternativesSets<VALUE_TYPE> |
class |
AlternativesSetsLinearConstraints<ALTERNATIVES_SET_VALUE_TYPE,VALUE_TYPE> |
class |
AlternativesSetsMatrix<ALTERNATIVES_SET_VALUE_TYPE,VALUE_TYPE> |
class |
AlternativesSetsValues<ALTERNATIVES_SETS_VALUE_TYPE,VALUE_TYPE> |
class |
AlternativesValues<VALUE_TYPE> |
class |
BibliographyEntry
A bibliographical entry
|
class |
Categories
xmcda:type:categories
|
class |
CategoriesInterval
xmcda:type:categoriesInterval
|
class |
CategoriesLinearConstraints<VALUE_TYPE> |
class |
CategoriesMatrix<VALUE_TYPE> |
class |
CategoriesProfiles<VALUE_TYPE> |
class |
CategoriesSet<VALUE_TYPE> |
class |
CategoriesSets<VALUE_TYPE> |
class |
CategoriesSetsLinearConstraints<CATEGORIES_SET_VALUE_TYPE,VALUE_TYPE> |
class |
CategoriesSetsMatrix<CATEGORIES_SET_VALUE_TYPE,VALUE_TYPE> |
class |
CategoriesSetsValues<CATEGORIES_SETS_VALUE_TYPE,VALUE_TYPE> |
class |
CategoriesValues<VALUE_TYPE> |
class |
Category
xmcda:type:category
|
class |
CategoryProfile<VALUE_TYPE> |
class |
Criteria
xmcda:type:criteria
|
class |
CriteriaFunctions
xmcda:type:criteriaFunctions
|
class |
CriteriaHierarchy
A hierarchy of criteria.
|
class |
CriteriaLinearConstraints<VALUE_TYPE> |
class |
CriteriaMatrix<VALUE_TYPE> |
class |
CriteriaScales
mcda:type:criteriaScales
|
class |
CriteriaSet<VALUE_TYPE> |
class |
CriteriaSets<VALUE_TYPE> |
class |
CriteriaSetsHierarchy
A hierarchy of criteriaSets.
|
class |
CriteriaSetsLinearConstraints<CRITERIA_SET_VALUE_TYPE,VALUE_TYPE> |
class |
CriteriaSetsMatrix<CRITERIA_SET_VALUE_TYPE,VALUE_TYPE> |
class |
CriteriaSetsValues<CRITERIA_SETS_VALUE_TYPE,VALUE_TYPE> |
class |
CriteriaThresholds
mcda:type:criteriaThresholds
|
class |
CriteriaValues<VALUE_TYPE> |
class |
Criterion |
class |
CriterionFunctions
xmcda:type:criterionFunction
|
class |
CriterionScales
mcda:type:criterionScale
|
class |
CriterionThresholds
mcda:type:criterionThreshold
|
class |
LabelledQValues<VALUE_TYPE> |
class |
LinearConstraint<T,VALUE_TYPE> |
static class |
LinearConstraint.Element<T,VALUE_TYPE> |
static class |
LinearConstraint.Variable |
class |
LinearConstraints<ELEMENT,VALUE_TYPE> |
class |
Message
xmcda:type:message
|
class |
NominalScale
mcda:type:nominal
|
class |
ObjectsValues<ELEMENT,VALUE_TYPE> |
class |
PerformanceTable<T> |
class |
ProgramExecutionResult
The result of the execution of a program is defined by:
its global
ProgramExecutionResult.getStatus() status,
a list of @{link messages.
Its status is normally deduced during the lifespan of this object:
it starts with the default value OK;
its seriouness is elevated to WARNING as soon as a warning message is added;
last, it is set to ERROR the first time an error message is added.
When using the different methods ProgramExecutionResult.addDebug(String), ProgramExecutionResult.addInfo(String), ProgramExecutionResult.addWarning(String)
and ProgramExecutionResult.addError(String), the status code never "goes back". |
class |
ProgramParameter<VALUE_TYPE>
xmcda:type:parameter
|
class |
ProgramParameters<VALUE_TYPE>
xmcda:type:programParameters
|
class |
QualifiedValue<T>
Hold an evaluation of a alternative on a criterion, along with a description and the XMCDA so-called
"common attributes". |
class |
QualitativeScale<T>
mcda:type:qualitative
|
class |
QuantitativeScale<T>
mcda:type:quantitative
|
class |
ReferenceableContainer<ELEMENT extends Referenceable>
A set of
Referenceable elements. |
class |
Threshold<T>
xmcda:type:threshold
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinearConstraintParser<ELEMENT extends CommonAttributes,VALUE_TYPE> |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
ReferenceableParser.getAttributes(StartElement startElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReferenceableParser.handleAttribute(CommonAttributes obj,
Attribute attribute) |
boolean |
CommonAttributesParser.handleAttribute(CommonAttributes obj,
Attribute attribute) |
void |
CommonAttributesParser.handleAttributes(CommonAttributes obj,
StartElement startElement) |
void |
CommonAttributesParser.toXML(CommonAttributes obj,
XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValuedPairParser.toXML(String elementTag,
ValuedPair<? extends CommonAttributes,VALUE> pair,
XMLStreamWriter writer) |
| Modifier and Type | Class and Description |
|---|---|
class |
Matrix<DIMENSION,VALUE_TYPE>
Superclass for matrices of alternatives, criteria and categories, holding
QualifiedValues as cells' values. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends CommonAttributes> |
CommonAttributesUtils.getElementWithMcdaConcept(Collection<T> collection,
String mcdaConcept) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Function |
interface |
MembershipFunction<T1,T2>
Restriction of the "function" type to functions compatible with fuzzy numbers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AffineFunction<T> |
class |
ConstantFunction<T> |
class |
DiscreteFunction<T1,T2> |
class |
PiecewiseLinearFunction<T1,T2> |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.