| Package | Description |
|---|---|
| de.dfki.mycbr.core.casebase |
Contains classes for the basic definition of
DefaultCaseBase objects. |
| 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).
|
| Constructor and Description |
|---|
SpecialRange(Project prj,
SymbolDesc desc,
java.util.Collection<java.lang.String> allowedValues) |
SymbolAttribute(SymbolDesc desc,
java.lang.String v)
Creates new symbol with the specified value for the specified
description.
|
SymbolRange(Project prj,
SymbolDesc description,
java.util.Collection<java.lang.String> allowedValues)
Creates one SymbolAttribute object for each String specified by
allowedValues.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanDesc
Description for boolean attributes.
|
class |
SpecialDesc
Special values are values that can be used for any
attribute description.
|
| Modifier and Type | Method and Description |
|---|---|
SymbolDesc |
SymbolFct.getDesc()
Gets the symbol description of the attributes this function
is defined on
|
| Constructor and Description |
|---|
OrderedSymbolFct(Project prj,
SymbolDesc desc,
java.lang.String name)
Initializes this with the given description.
|
SymbolFct(Project prj,
SymbolDesc desc,
java.lang.String name)
Initializes this by asking the given description
for the number of allowed symbols.
|
TaxonomyFct(Project prj,
SymbolDesc topSymbol,
java.util.List<SymbolAttribute> values,
java.lang.String name)
Initializes this with a new taxonomy as internal data structure.
|