Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.core.mem |
Implements decision table stored in memory with random and serial access.
|
Modifier and Type | Method | Description |
---|---|---|
AttributesMeaningsDescriptions |
MemoryContainerDescription.getAttributesMeaningsDescriptions() |
Gets description of the meanings of all attributes from memory container.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MemoryContainerDescription.setAttributesMeaningsDescriptions(AttributesMeaningsDescriptions attributesMeaningsDescriptions) |
Sets description of the meanings of all attributes from memory container.
|
Constructor | Description |
---|---|
MemoryContainerDescription(int containerType,
int evaluationSpaceUsed,
AttributesMeaningsDescriptions attributesMeaningsDescriptions,
java.util.Hashtable<java.lang.Integer,java.lang.Integer> quantitiesOfAddedMinimalValuesForLorenzEvaluationSpace,
OrdinalValue2CardinalValue ordinalValue2CardinalValue,
EvaluationDifference2PreferenceIntensityDegree evaluationDifference2PreferenceIntensityDegree) |
Constructor initializing all fields.
|