- ICaseBase - Interface in de.dfki.mycbr.core
-
Methods to be implemented by case bases of the current project.
- ICaseBase.Meta - Enum in de.dfki.mycbr.core
-
- ID_DEFAULT - Static variable in class de.dfki.mycbr.core.Project
-
predefined constants for special values.
- IExplainable - Interface in de.dfki.mycbr.core.explanation
-
Interface for concepts that can be explained using myCBR
explanation mechanisms.
- importCases() - Method in class de.dfki.mycbr.io.XMLImporter
-
Starts a new thread importing the cases.
- importModel() - Method in class de.dfki.mycbr.io.XMLImporter
-
Extracts the XML-files from the original
project's zip-file.
- initIndexes() - Method in class de.dfki.mycbr.core.casebase.SymbolRange
-
Initializes the private files indexes.
- Instance - Class in de.dfki.mycbr.core.casebase
-
Represents values occurring in query and or cases.
- Instance(Concept, String) - Constructor for class de.dfki.mycbr.core.casebase.Instance
-
Creates new value for the specified description.
- IntegerAttribute - Class in de.dfki.mycbr.core.casebase
-
Represents integers in query/cases.
- IntegerDesc - Class in de.dfki.mycbr.core.model
-
Description for Integer attributes.
- IntegerDesc(Concept, String, int, int) - Constructor for class de.dfki.mycbr.core.model.IntegerDesc
-
Initializes this with the given name.
- IntegerFct - Class in de.dfki.mycbr.core.similarity
-
Calculates the similarity of IntegerAttribute objects.
- IntegerFct(Project, IntegerDesc, String) - Constructor for class de.dfki.mycbr.core.similarity.IntegerFct
-
Constructor should only be called by FunctionContainer.
- IntegerRange - Class in de.dfki.mycbr.core.casebase
-
Holds IntegerAttributes for a given IntegerDescription.
- IntegerRange(Project, IntegerDesc) - Constructor for class de.dfki.mycbr.core.casebase.IntegerRange
-
- IntervalAttribute - Class in de.dfki.mycbr.core.casebase
-
Represents intervals as values in query/case.
- IntervalDesc - Class in de.dfki.mycbr.core.model
-
The allow computation of similarity between intervals there must be a minimal
and a maximal value that restrict the possible interval bounds.
- IntervalDesc(Concept, String, Number, Number) - Constructor for class de.dfki.mycbr.core.model.IntervalDesc
-
initializes this with the given name.
- IntervalFct - Class in de.dfki.mycbr.core.similarity
-
Not implemented yet.
- IntervalFct(Project, IntervalDesc, String) - Constructor for class de.dfki.mycbr.core.similarity.IntervalFct
-
- IntervalRange - Class in de.dfki.mycbr.core.casebase
-
Holds IntervalAttributes for a given IntervalDesc.
- IntervalRange(Project, IntervalDesc) - Constructor for class de.dfki.mycbr.core.casebase.IntervalRange
-
Initializes internal data structures.
- INVALID_SIM - Static variable in class de.dfki.mycbr.core.similarity.Similarity
-
- isActive(AttributeDesc) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
-
Attributes may be inactive, meaning that they appear in the model but
should not be used for similarity computations.
- isAdapted() - Method in class de.dfki.mycbr.core.casebase.Instance
-
- isAllowedValue(String) - Method in class de.dfki.mycbr.core.model.BooleanDesc
-
- isAllowedValue(String) - Method in class de.dfki.mycbr.core.model.SymbolDesc
-
Tells you whether the specified string is an allowed value for this
or not.
- isCaseSensitive() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
Returns whether this function is case sensitive.
- isChangeDescOnMissingValues() - Method in class de.dfki.mycbr.io.CSVImporter
-
- isCreateMissingDescs() - Method in class de.dfki.mycbr.io.CSVImporter
-
- isCyclic() - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
-
Returns whether this function is cyclic or not.
- isEnabeled() - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
-
- isFinished() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
-
- ISimFct - Interface in de.dfki.mycbr.core.similarity
-
Has to be implemented by each similarity function such that one can always
compute similarity of two attributes without casting the ISimFct to a
specific object.
- isImporting() - Method in class de.dfki.mycbr.core.Project
-
Checks whether the import of this project is still running.
- isImporting() - Method in class de.dfki.mycbr.io.CSVImporter
-
- isImporting() - Method in class de.dfki.mycbr.io.DataBaseImporter
-
- isImporting() - Method in class de.dfki.mycbr.io.XMLImporter
-
Returns true, when the import thread is still alive,
false otherwise.
- isMultiple() - Method in class de.dfki.mycbr.core.model.AttributeDesc
-
Get the value of isMultiple.
- isSpecialAttribute(String) - Method in class de.dfki.mycbr.core.Project
-
- isSymmetric() - Method in class de.dfki.mycbr.core.similarity.DateFct
-
- isSymmetric() - Method in class de.dfki.mycbr.core.similarity.IntervalFct
-
- isSymmetric() - Method in interface de.dfki.mycbr.core.similarity.ISimFct
-
Specifies whether this function is symmetric or asymmetric
- isSymmetric() - Method in class de.dfki.mycbr.core.similarity.NumberFct
-
- isSymmetric() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
Returns whether this function is symmetric.
- isSymmetric() - Method in class de.dfki.mycbr.core.similarity.SymbolFct
-