public code v1

This commit is contained in:
2026-05-22 11:14:29 +02:00
parent 427197ec5a
commit b8141736eb
28859 changed files with 575079 additions and 0 deletions
@@ -0,0 +1,37 @@
package afryca.consensusmodel.definition;
/**
* Consensus model elements
*
* @author Sinbad²
* @version 3.0
*/
public enum EElements {
// Consensus model id
id,
// Consensus model class
ConsensusModel,
// Consensus model name
Name,
// Consensus model information
Information,
// Consensus model main features
MainFeatures,
// Consensus model observations
Observations,
// Consensus model uses feedback
WithFeedback,
// Structure
Structure,
//Multicriteria
Multicriteria
}