| Package | Description |
|---|---|
| org.xmcda | |
| org.xmcda.utils | |
| org.xmcda.value |
| Modifier and Type | Method and Description |
|---|---|
Type |
QualifiedValue.getXMCDAType()
Return the XMCDA
Type for this value. |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
QualifiedValues.getValuesTypes()
Return the list of types of the values.
|
| Modifier and Type | Method and Description |
|---|---|
Type[] |
Matrix.getCellsType()
Returns the cells' type of a non-empty,
homogeneous matrix |
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
Matrix.getValuesTypes()
Returns the types of the values contained in the matrix.
|
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.of(Object value)
Return the XMCDA type associated to the supplied value (
INTEGER for integers, etc.) |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Type.isBoolean(Type type)
Returns
true if this type equals to BOOLEAN. |
static boolean |
Type.isFuzzyNumber(Type type)
Returns
true if this type equals to FUZZY_NUMBER. |
static boolean |
Type.isInteger(Type type)
Returns
true if this type equals to INTEGER. |
static boolean |
Type.isInterval(Type type)
Returns
true if this type equals to INTERVAL. |
static boolean |
Type.isLabel(Type type)
Returns
true if this type equals to LABEL. |
static boolean |
Type.isNA(Type type)
Returns
true if this type equals to NA. |
static boolean |
Type.isRational(Type type)
Returns
true if this type equals to RATIONAL. |
static boolean |
Type.isReal(Type type)
Returns
true if this type equals to REAL. |
static boolean |
Type.isValuedLabel(Type type)
Returns
true if this type equals to VALUED_LABEL. |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.