| Package | Description |
|---|---|
| de.dfki.mycbr.core.model |
Contains classes for the basic definition of the project's model.
The model is represented as a tree-like structure representing an inheritance hierarchy. |
| de.dfki.mycbr.core.similarity |
Contains standard classes to maintain similarity functions for
attribute descriptions (local similarity functions) and concepts (amalgamation functions).
|
| Modifier and Type | Method and Description |
|---|---|
DateFct |
DateDesc.addDateFct(java.lang.String name,
boolean active,
DateFct.DateFunctionPrecision adjust)
Creates a new SymbolFct for the given description.
|
| Modifier and Type | Method and Description |
|---|---|
DateFct.DateFunctionPrecision |
DateFct.getPrecision() |
static DateFct.DateFunctionPrecision |
DateFct.DateFunctionPrecision.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DateFct.DateFunctionPrecision[] |
DateFct.DateFunctionPrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DateFct.setPrecision(DateFct.DateFunctionPrecision adj) |
| Constructor and Description |
|---|
DateFct(Project prj,
DateDesc desc,
java.lang.String name,
DateFct.DateFunctionPrecision precision) |