| Package | Description |
|---|---|
| Core.CBR | |
| Core.CBR.Retrieve.ContextReasoning | |
| Core.CBR.Retrieve.Selection |
| Modifier and Type | Method and Description |
|---|---|
void |
CBR.afegeixFiltrat(ContextReasoning f)
Adds a filtering method to this CBR
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringByContext
Specific implementation of ContextReasoning
|
class |
NotFilteringByContext
Specific implementation of ContextReasoning
|
| Modifier and Type | Method and Description |
|---|---|
ContextReasoning |
ContextReasoningFactory.Factory(java.lang.String tipus)
Constructor for ContextReasonings.
|
| Modifier and Type | Field and Description |
|---|---|
protected ContextReasoning |
Selection.filter
Object used to filter cases according to some particular attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Selection.setFiltering(ContextReasoning f)
Sets the filtering method for selection
|