- Range - Class in de.dfki.mycbr.core.casebase
-
Interface to be implemented by containers of attribute values.
- Range(Project) - Constructor for class de.dfki.mycbr.core.casebase.Range
-
- readData() - Method in class de.dfki.mycbr.io.CSVImporter
-
- readData(String, String[], String[]) - Method in class de.dfki.mycbr.io.DataBaseImporter
-
Reads the Data from the table of a given database
- readMetaDataFromDatabase(String) - Method in class de.dfki.mycbr.io.DataBaseImporter
-
Method to get the columnNames of the table from which the data is read
- readMetaDataFromXML() - Method in class de.dfki.mycbr.io.DataBaseImporter
-
Method to get the mapping for columns and attributes from an xml file
- remove(String) - Method in class de.dfki.mycbr.core.casebase.ConceptRange
-
- remove(AttributeDesc) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
-
- removeAttribute(AttributeDesc) - Method in class de.dfki.mycbr.core.casebase.Instance
-
Removes the given attribute.
- removeAttribute(String) - Method in class de.dfki.mycbr.core.casebase.SymbolRange
-
Removes the SymbolAttribute associated with the given string from this
range.
- removeAttributeDesc(String) - Method in class de.dfki.mycbr.core.model.Concept
-
Removes the attribute given by name from
the attributes of this c.
- removeAttributeDesc(String) - Method in class de.dfki.mycbr.core.Project
-
- removeCase(Instance) - Method in class de.dfki.mycbr.core.DefaultCaseBase
-
Removes the given c attribute from the list of known cases.
- removeCase(String) - Method in class de.dfki.mycbr.core.DefaultCaseBase
-
Removes the first case with the given name.
- removeCase(String) - Method in interface de.dfki.mycbr.core.ICaseBase
-
Removes the case with the given name.
- removeCase(String) - Method in class de.dfki.mycbr.core.Project
-
Removes the case with the given name from each case base.
- removeExplanation(IExplainable) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
-
- removeInstance(String) - Method in class de.dfki.mycbr.core.model.Concept
-
- removeLink(String) - Method in class de.dfki.mycbr.core.explanation.ConceptExplanation
-
Removes the given link from the list of links for this explanation.
- removeMeta(int) - Method in class de.dfki.mycbr.io.CSVImporter
-
Removes the meta tag of the given column.
- removeSubConcept(String) - Method in class de.dfki.mycbr.core.model.Concept
-
Removes the sub concept with name name.
- removeSubConcept(String) - Method in class de.dfki.mycbr.core.Project
-
- removeSymbol(String) - Method in class de.dfki.mycbr.core.model.BooleanDesc
-
Does nothing because you cannot delete a boolean value
- removeSymbol(String) - Method in class de.dfki.mycbr.core.model.SpecialDesc
-
Removes the given string from the list of allowed symbols.
- removeSymbol(String) - Method in class de.dfki.mycbr.core.model.SymbolDesc
-
Removes the given string from the list of allowed symbols.
- removeSymbol(SymbolAttribute) - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
-
Removes the given attribute from the list of
ordered symbols and updates the internal tabel
- removeValue(Attribute) - Method in class de.dfki.mycbr.core.casebase.MultipleAttribute
-
Adds the given attribute to the list of values for this attribute.
- RenameAction - Class in de.dfki.mycbr.core.action
-
When any part of a myCBR model is renamed, a rename action
can be used by that concept to notify its obsevers about the
rename action.
- RenameAction(Observable, String) - Constructor for class de.dfki.mycbr.core.action.RenameAction
-
- renameAmalgamationFct(String, String) - Method in class de.dfki.mycbr.core.model.Concept
-
Should be called when name of an sub concept changes.
- renameAttDesc(String, String) - Method in class de.dfki.mycbr.core.model.Concept
-
Sets the name of the attribute description given by name to name2.
- renameFct(String, String) - Method in class de.dfki.mycbr.core.model.SimpleAttDesc
-
- renameInstance(String, String) - Method in class de.dfki.mycbr.core.casebase.ConceptRange
-
- renameInstance(String, String) - Method in class de.dfki.mycbr.core.model.Concept
-
Renames the instance with name name.
- renameSubConcept(String, String) - Method in class de.dfki.mycbr.core.model.Concept
-
Should be called when name of an sub concept changes.
- renameSymbol(String, String) - Method in class de.dfki.mycbr.core.casebase.SymbolRange
-
- renameValue(String, String) - Method in class de.dfki.mycbr.core.model.BooleanDesc
-
Does nothing because you cannot rename a boolean value.
- renameValue(String, String) - Method in class de.dfki.mycbr.core.model.SymbolDesc
-
Changes the symbol attribute's value associated with oldValue to
newValue.
- reset() - Method in class de.dfki.mycbr.core.casebase.Instance
-
Sets the value for every direct or inherited attribute description
to the default special value undefined.
- reset() - Method in class de.dfki.mycbr.io.CSVImporter
-
- resetQuery() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
-
Set all attributes to undefined
- Retrieval - Class in de.dfki.mycbr.core.retrieval
-
A retrieval has a retrieval method and a retrieval engine.
- Retrieval(Concept, ICaseBase) - Constructor for class de.dfki.mycbr.core.retrieval.Retrieval
-
- Retrieval(Concept, ICaseBase, RetrievalEngine) - Constructor for class de.dfki.mycbr.core.retrieval.Retrieval
-
- Retrieval.RetrievalMethod - Enum in de.dfki.mycbr.core.retrieval
-
- RetrievalEngine - Class in de.dfki.mycbr.core.retrieval
-
Retrieval methods retrieve the most similar cases to a query from a given
case base.
- RetrievalEngine() - Constructor for class de.dfki.mycbr.core.retrieval.RetrievalEngine
-
- retrieve(ICaseBase, Instance) - Method in class de.dfki.mycbr.core.retrieval.RetrievalEngine
-
- retrieve(ICaseBase, Instance) - Method in class de.dfki.mycbr.core.retrieval.SequentialRetrieval
-
- retrieveK(ICaseBase, Instance, int) - Method in class de.dfki.mycbr.core.retrieval.RetrievalEngine
-
- retrieveK(ICaseBase, Instance, int) - Method in class de.dfki.mycbr.core.retrieval.SequentialRetrieval
-
- retrieveKSorted(ICaseBase, Instance, int) - Method in class de.dfki.mycbr.core.retrieval.RetrievalEngine
-
- retrieveKSorted(ICaseBase, Instance, int) - Method in class de.dfki.mycbr.core.retrieval.SequentialRetrieval
-
- retrieveSorted(ICaseBase, Instance) - Method in class de.dfki.mycbr.core.retrieval.RetrievalEngine
-
- retrieveSorted(ICaseBase, Instance) - Method in class de.dfki.mycbr.core.retrieval.SequentialRetrieval
-
- run() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
-