| Package | Description |
|---|---|
| org.xmcda | |
| org.xmcda.converters.v2_v3 |
This package contains all the necessary classes to convert XMCDA v2.2.1 to XMCDA v3 and vice-versa.
|
| org.xmcda.parsers.xml.xmcda_v3 | |
| org.xmcda.utils | |
| org.xmcda.value |
| Class and Description |
|---|
| Alternative |
| AlternativeAssignment
xmcda:type:alternativeAssignment
|
| Alternatives
xmcda:type:alternatives
|
| AlternativesAssignments
xmcda:type:alternativesAssignments
|
| AlternativesCriteriaValues |
| AlternativesLinearConstraints |
| AlternativesMatrix |
| AlternativesSet |
| AlternativesSets |
| AlternativesSetsLinearConstraints |
| AlternativesSetsMatrix |
| AlternativesSetsValues |
| AlternativesValues |
| BibliographyEntry
A bibliographical entry
|
| Categories
xmcda:type:categories
|
| CategoriesInterval
xmcda:type:categoriesInterval
|
| CategoriesLinearConstraints |
| CategoriesMatrix |
| CategoriesProfiles |
| CategoriesSet |
| CategoriesSets |
| CategoriesSetsLinearConstraints |
| CategoriesSetsMatrix |
| CategoriesSetsValues |
| CategoriesValues |
| Category
xmcda:type:category
|
| CategoryProfile |
| CategoryProfile.Profile |
| CategoryProfile.Type |
| CommonAttributes
This interface is implemented by all XMCDA classes which uses the so-called "common attribute" (named
"default attributes" in the XML Schema).
These attributes are: an id a name a MCDA concept For the exact definition of these fields and how they shold be used, please refer to XXX TODO référence |
| Criteria
xmcda:type:criteria
|
| CriteriaFunctions
xmcda:type:criteriaFunctions
|
| CriteriaHierarchy
A hierarchy of criteria.
|
| CriteriaLinearConstraints |
| CriteriaMatrix |
| CriteriaScales
mcda:type:criteriaScales
|
| CriteriaSet |
| CriteriaSetHierarchyNode
A node of a hierarchy of criteria, representing a
criterion and its CriteriaSetHierarchyNode.getChildren(). |
| CriteriaSets |
| CriteriaSetsHierarchy
A hierarchy of criteriaSets.
|
| CriteriaSetsLinearConstraints |
| CriteriaSetsMatrix |
| CriteriaSetsValues |
| CriteriaThresholds
mcda:type:criteriaThresholds
|
| CriteriaValues |
| Criterion |
| CriterionHierarchyNode
A node of a hierarchy of criteria, representing a
criterion and its CriterionHierarchyNode.getChildren(). |
| CriterionScales
mcda:type:criterionScale
|
| CriterionThresholds
mcda:type:criterionThreshold
|
| Description |
| HasDescription |
| LabelledQValues |
| LinearConstraint |
| LinearConstraint.Element |
| LinearConstraint.Operator |
| LinearConstraint.Variable |
| LinearConstraints |
| Message
xmcda:type:message
|
| Message.Level |
| NominalScale
mcda:type:nominal
|
| PerformanceTable |
| 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". |
| ProgramExecutionResult.Status
This enumerates the statuses that a program execution result
can have. |
| ProgramParameter
xmcda:type:parameter
|
| ProgramParameters
xmcda:type:programParameters
|
| QualifiedValue
Hold an evaluation of a alternative on a criterion, along with a description and the XMCDA so-called
"common attributes". |
| QualifiedValues |
| QualitativeScale
mcda:type:qualitative
|
| QuantitativeScale
mcda:type:quantitative
|
| Referenceable |
| Referenceable.CreationObserver
A class implements this interface when it is interested in being notified when a Referenceable object is created.
|
| Referenceable.DefaultCreationObserver
The default creation observer used by
Alternative, Category, Criterion,
AlternativesSet, CategoriesSet and CriteriaSet. |
| ReferenceableContainer
A set of
Referenceable elements. |
| Scale
mcda:type:scale
|
| Scale.PreferenceDirection
mcda:type:preferenceDirection
|
| Threshold
xmcda:type:threshold
|
| Threshold.Type
xmcda:element:threshold/affine/type
|
| XMCDARootElement |
| Class and Description |
|---|
| Alternative |
| AlternativeAssignment
xmcda:type:alternativeAssignment
|
| Alternatives
xmcda:type:alternatives
|
| AlternativesAssignments
xmcda:type:alternativesAssignments
|
| AlternativesMatrix |
| AlternativesSet |
| AlternativesSets |
| AlternativesSetsMatrix |
| AlternativesSetsValues |
| AlternativesValues |
| BibliographyEntry
A bibliographical entry
|
| Categories
xmcda:type:categories
|
| CategoriesMatrix |
| CategoriesProfiles |
| CategoriesSet |
| CategoriesSets |
| CategoriesSetsMatrix |
| CategoriesSetsValues |
| CategoriesValues |
| Category
xmcda:type:category
|
| Criteria
xmcda:type:criteria
|
| CriteriaFunctions
xmcda:type:criteriaFunctions
|
| CriteriaHierarchy
A hierarchy of criteria.
|
| CriteriaMatrix |
| CriteriaScales
mcda:type:criteriaScales
|
| CriteriaSet |
| CriteriaSets |
| CriteriaSetsHierarchy
A hierarchy of criteriaSets.
|
| CriteriaSetsMatrix |
| CriteriaSetsValues |
| CriteriaThresholds
mcda:type:criteriaThresholds
|
| CriteriaValues |
| Criterion |
| CriterionFunctions
xmcda:type:criterionFunction
|
| CriterionScales
mcda:type:criterionScale
|
| CriterionThresholds
mcda:type:criterionThreshold
|
| Description |
| LabelledQValues |
| NominalScale
mcda:type:nominal
|
| PerformanceTable |
| 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". |
| ProgramExecutionResult.Status
This enumerates the statuses that a program execution result
can have. |
| ProgramParameter
xmcda:type:parameter
|
| ProgramParameters
xmcda:type:programParameters
|
| QualifiedValue
Hold an evaluation of a alternative on a criterion, along with a description and the XMCDA so-called
"common attributes". |
| QualifiedValues |
| QualitativeScale
mcda:type:qualitative
|
| Scale
mcda:type:scale
|
| Scale.PreferenceDirection
mcda:type:preferenceDirection
|
| Threshold
xmcda:type:threshold
|
| XMCDA |
| Class and Description |
|---|
| Alternative |
| AlternativeAssignment
xmcda:type:alternativeAssignment
|
| Alternatives
xmcda:type:alternatives
|
| AlternativesAssignments
xmcda:type:alternativesAssignments
|
| AlternativesCriteriaValues |
| AlternativesLinearConstraints |
| AlternativesMatrix |
| AlternativesSet |
| AlternativesSets |
| AlternativesSetsLinearConstraints |
| AlternativesSetsMatrix |
| AlternativesSetsValues |
| AlternativesValues |
| BibliographyEntry
A bibliographical entry
|
| Categories
xmcda:type:categories
|
| CategoriesInterval
xmcda:type:categoriesInterval
|
| CategoriesLinearConstraints |
| CategoriesMatrix |
| CategoriesProfiles |
| CategoriesSet |
| CategoriesSets |
| CategoriesSetsLinearConstraints |
| CategoriesSetsMatrix |
| CategoriesSetsValues |
| CategoriesValues |
| Category
xmcda:type:category
|
| CategoryProfile |
| CategoryProfile.Profile |
| CommonAttributes
This interface is implemented by all XMCDA classes which uses the so-called "common attribute" (named
"default attributes" in the XML Schema).
These attributes are: an id a name a MCDA concept For the exact definition of these fields and how they shold be used, please refer to XXX TODO référence |
| Criteria
xmcda:type:criteria
|
| CriteriaFunctions
xmcda:type:criteriaFunctions
|
| CriteriaHierarchy
A hierarchy of criteria.
|
| CriteriaLinearConstraints |
| CriteriaMatrix |
| CriteriaScales
mcda:type:criteriaScales
|
| CriteriaSet |
| CriteriaSets |
| CriteriaSetsHierarchy
A hierarchy of criteriaSets.
|
| CriteriaSetsLinearConstraints |
| CriteriaSetsMatrix |
| CriteriaSetsValues |
| CriteriaThresholds
mcda:type:criteriaThresholds
|
| CriteriaValues |
| Criterion |
| CriterionFunctions
xmcda:type:criterionFunction
|
| CriterionScales
mcda:type:criterionScale
|
| CriterionThresholds
mcda:type:criterionThreshold
|
| Description |
| LabelledQValues |
| LinearConstraint |
| LinearConstraint.Variable |
| Message
xmcda:type:message
|
| NominalScale
mcda:type:nominal
|
| PerformanceTable |
| 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". |
| ProgramParameter
xmcda:type:parameter
|
| ProgramParameters
xmcda:type:programParameters
|
| QualifiedValue
Hold an evaluation of a alternative on a criterion, along with a description and the XMCDA so-called
"common attributes". |
| QualifiedValues |
| QualitativeScale
mcda:type:qualitative
|
| QuantitativeScale
mcda:type:quantitative
|
| Referenceable |
| Scale
mcda:type:scale
|
| Threshold
xmcda:type:threshold
|
| XMCDA |
| Class and Description |
|---|
| Alternative |
| CommonAttributes
This interface is implemented by all XMCDA classes which uses the so-called "common attribute" (named
"default attributes" in the XML Schema).
These attributes are: an id a name a MCDA concept For the exact definition of these fields and how they shold be used, please refer to XXX TODO référence |
| Criterion |
| Description |
| HasDescription |
| QualifiedValue
Hold an evaluation of a alternative on a criterion, along with a description and the XMCDA so-called
"common attributes". |
| QualifiedValues |
| Scale
mcda:type:scale
|
| Class and Description |
|---|
| CommonAttributes
This interface is implemented by all XMCDA classes which uses the so-called "common attribute" (named
"default attributes" in the XML Schema).
These attributes are: an id a name a MCDA concept For the exact definition of these fields and how they shold be used, please refer to XXX TODO référence |
| QualifiedValue
Hold an evaluation of a alternative on a criterion, along with a description and the XMCDA so-called
"common attributes". |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.