A B C D E F G H I M N O P Q R S T U V X 

S

save() - Method in class de.dfki.mycbr.core.Project
Loads the project from the given file.
save(Project, String) - Static method in class de.dfki.mycbr.io.XMLExporter
Saves the given project to the given path
SequentialRetrieval - Class in de.dfki.mycbr.core.retrieval
Sequential retrieval computes the similarity of the query and all cases in the case base to get the most similar cases.
SequentialRetrieval(Project, Retrieval) - Constructor for class de.dfki.mycbr.core.retrieval.SequentialRetrieval
 
setActive(AttributeDesc, boolean) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
Sets this attribute to active or inactive.
setActiveAmalgamFct(AmalgamationFct) - Method in class de.dfki.mycbr.core.model.Concept
Set the active amalgamation function for this.
setActiveFct(AttributeDesc, Object) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
Sets the active similarity function for this attribute description to activeSim.
setAdapted(boolean) - Method in class de.dfki.mycbr.core.casebase.Instance
 
setAllInstancesMultiple(AttributeDesc) - Method in class de.dfki.mycbr.core.casebase.ConceptRange
Called when changing the description from having single to multiple values.
setAllInstancesMultiple(AttributeDesc) - Method in class de.dfki.mycbr.core.model.Concept
 
setAllInstancesSingle(AttributeDesc) - Method in class de.dfki.mycbr.core.casebase.ConceptRange
Called when changing the description from having multiple to single values.
setAllInstancesSingle(AttributeDesc) - Method in class de.dfki.mycbr.core.model.Concept
 
setAttsUnknown() - 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.
setAuthor(String) - Method in class de.dfki.mycbr.core.DefaultCaseBase
 
setAuthor(String) - Method in class de.dfki.mycbr.core.Project
Sets the author of this project.
setCaseBase(ICaseBase) - Method in class de.dfki.mycbr.core.retrieval.Retrieval
 
setCaseBase(ICaseBase) - Method in class de.dfki.mycbr.io.CSVImporter
 
setCaseConfig(TaxonomyConfig) - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
 
setCaseSensitive(boolean) - Method in class de.dfki.mycbr.core.similarity.StringFct
Specifies whether this function is case sensitive.
setChangeDescOnMissingValues(boolean) - Method in class de.dfki.mycbr.io.CSVImporter
 
setConcept(Concept) - Method in class de.dfki.mycbr.core.model.ConceptDesc
 
setCreateMissingDesc(boolean) - Method in class de.dfki.mycbr.io.CSVImporter
 
setCurrentCase(Instance) - Method in class de.dfki.mycbr.core.retrieval.RetrievalEngine
 
setCyclic(boolean) - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
Specifies whether this function is cyclic or not.
setDate(Date) - Method in class de.dfki.mycbr.core.DefaultCaseBase
 
setDbname(String) - Method in class de.dfki.mycbr.util.Database
 
setDbtype(String) - Method in class de.dfki.mycbr.util.Database
 
setDesc(AttributeDesc) - Method in class de.dfki.mycbr.core.casebase.SimpleAttribute
 
setDescription(String) - Method in class de.dfki.mycbr.core.explanation.ConceptExplanation
Set the value of description.
setDistanceFct(DistanceConfig) - Method in class de.dfki.mycbr.core.similarity.AdvancedDoubleFct
 
setDistanceFct(DistanceConfig) - Method in class de.dfki.mycbr.core.similarity.AdvancedFloatFct
 
setDistanceFct(DistanceConfig) - Method in class de.dfki.mycbr.core.similarity.AdvancedIntegerFct
 
setDistanceFct(DistanceConfig) - Method in class de.dfki.mycbr.core.similarity.DoubleFct
 
setDistanceFct(DistanceConfig) - Method in class de.dfki.mycbr.core.similarity.FloatFct
 
setDistanceFct(DistanceConfig) - Method in class de.dfki.mycbr.core.similarity.IntegerFct
 
setDistanceFct(DistanceConfig) - Method in class de.dfki.mycbr.core.similarity.NumberFct
Sets the mode of this function to mode
setDistanceLastFirst(int) - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
 
setDriver(String) - Method in class de.dfki.mycbr.util.Database
 
setEnabled(boolean) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
 
setExplanation(ConceptExplanation, SimpleAttribute) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
 
setExplanation(ConceptExplanation, Instance) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
 
setExplanation(ConceptExplanation, Concept) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
 
setExplanation(ConceptExplanation, AttributeDesc) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
 
setFirst(Type1) - Method in class de.dfki.mycbr.util.Pair
 
setFormat(SimpleDateFormat) - Method in class de.dfki.mycbr.core.model.DateDesc
Sets the values' format
setFunctionParameterL(double) - Method in class de.dfki.mycbr.core.similarity.DoubleFct
Sets the function's parameter for query < case to value.
setFunctionParameterL(double) - Method in class de.dfki.mycbr.core.similarity.FloatFct
Sets the function's parameter for query < case to value.
setFunctionParameterL(double) - Method in class de.dfki.mycbr.core.similarity.IntegerFct
Sets the function's parameter for query < case to value.
setFunctionParameterR(double) - Method in class de.dfki.mycbr.core.similarity.DoubleFct
Sets the function's parameter for query < case to value.
setFunctionParameterR(double) - Method in class de.dfki.mycbr.core.similarity.FloatFct
Sets the function's parameter for query < case to value.
setFunctionParameterR(double) - Method in class de.dfki.mycbr.core.similarity.IntegerFct
Sets the function's parameter for query < case to value.
setFunctionTypeL(NumberConfig) - Method in class de.dfki.mycbr.core.similarity.DoubleFct
Sets the type of the function for case < query.
setFunctionTypeL(NumberConfig) - Method in class de.dfki.mycbr.core.similarity.FloatFct
Sets the type of the function for case < query.
setFunctionTypeL(NumberConfig) - Method in class de.dfki.mycbr.core.similarity.IntegerFct
Sets the type of the function for case < query.
setFunctionTypeR(NumberConfig) - Method in class de.dfki.mycbr.core.similarity.DoubleFct
Sets the type of the function for query < case.
setFunctionTypeR(NumberConfig) - Method in class de.dfki.mycbr.core.similarity.FloatFct
Sets the type of the function for query < case.
setFunctionTypeR(NumberConfig) - Method in class de.dfki.mycbr.core.similarity.IntegerFct
Sets the type of the function for query < case.
setHighestIndex(int) - Method in class de.dfki.mycbr.core.casebase.SymbolRange
 
setHost(String) - Method in class de.dfki.mycbr.util.Database
 
setId(int) - Method in class de.dfki.mycbr.util.Database
 
setIndexes(HashMap<SymbolAttribute, Integer>) - Method in class de.dfki.mycbr.core.casebase.SymbolRange
 
setInhFct(SpecialFct) - Method in class de.dfki.mycbr.core.Project
Changes the active special value function.
setK(int) - Method in class de.dfki.mycbr.core.retrieval.Retrieval
 
setLevenshteinAddCost(int) - Method in class de.dfki.mycbr.core.similarity.StringFct
 
setLevenshteinChangeCost(int) - Method in class de.dfki.mycbr.core.similarity.StringFct
 
setLevenshteinDelCost(int) - Method in class de.dfki.mycbr.core.similarity.StringFct
 
setMainType(MultipleConfig.MainType) - Method in class de.dfki.mycbr.core.similarity.config.MultipleConfig
 
setMappings(HashMap<String, HashMap<String, Object>>) - Method in class de.dfki.mycbr.util.Database
 
setMax(double) - Method in class de.dfki.mycbr.core.model.DoubleDesc
Sets the max value which may appear as Number specified for this description to max.
setMax(float) - Method in class de.dfki.mycbr.core.model.FloatDesc
Sets the max value which may appear as Number specified for this description to max.
setMax(int) - Method in class de.dfki.mycbr.core.model.IntegerDesc
Sets the max value which may appear as Integer specified for this description to max.
setMax(Number) - Method in class de.dfki.mycbr.core.model.IntervalDesc
Sets the maximal value which may appear in an interval specified for this description.
setMaxDate(Date) - Method in class de.dfki.mycbr.core.model.DateDesc
Sets the maximal date which can be used as value for this description.
setMaxForQuotient(double) - Method in class de.dfki.mycbr.core.similarity.AdvancedDoubleFct
 
setMaxForQuotient(double) - Method in class de.dfki.mycbr.core.similarity.AdvancedFloatFct
 
setMaxForQuotient(double) - Method in class de.dfki.mycbr.core.similarity.DoubleFct
 
setMaxForQuotient(double) - Method in class de.dfki.mycbr.core.similarity.FloatFct
 
setMeta(Integer, ICaseBase.Meta) - Method in class de.dfki.mycbr.io.CSVImporter
Adds a mapping entry for meta tag of a case to the given column in the underlying data set.
setMin(double) - Method in class de.dfki.mycbr.core.model.DoubleDesc
Sets the minimal value which may appear as Number specified for this description to min.
setMin(float) - Method in class de.dfki.mycbr.core.model.FloatDesc
Sets the minimal value which may appear as Number specified for this description to min.
setMin(int) - Method in class de.dfki.mycbr.core.model.IntegerDesc
Sets the minimal value which may appear as Integer specified for this description to min.
setMin(Number) - Method in class de.dfki.mycbr.core.model.IntervalDesc
Sets the minimal value which may appear in an interval specified for this description to min.
setMinDate(Date) - Method in class de.dfki.mycbr.core.model.DateDesc
Sets the minimal date which can be used as value for this description.
setMultiple(boolean) - Method in class de.dfki.mycbr.core.model.AttributeDesc
Set the value of isMultiple.
setMultipleConfig(AmalgamationFct, MultipleConfig) - Method in class de.dfki.mycbr.core.model.ConceptDesc
 
setMultipleConfig(MultipleConfig) - Method in class de.dfki.mycbr.core.similarity.DateFct
 
setMultipleConfig(MultipleConfig) - Method in class de.dfki.mycbr.core.similarity.IntervalFct
 
setMultipleConfig(MultipleConfig) - Method in interface de.dfki.mycbr.core.similarity.ISimFct
 
setMultipleConfig(MultipleConfig) - Method in class de.dfki.mycbr.core.similarity.NumberFct
 
setMultipleConfig(MultipleConfig) - Method in class de.dfki.mycbr.core.similarity.StringFct
 
setMultipleConfig(MultipleConfig) - Method in class de.dfki.mycbr.core.similarity.SymbolFct
 
setN(int) - Method in class de.dfki.mycbr.core.similarity.StringFct
Sets the parameter n for computing NGRAM similarity.
setName(String) - Method in class de.dfki.mycbr.core.casebase.Instance
 
setName(String) - Method in class de.dfki.mycbr.core.DefaultCaseBase
Sets the name of this case base to the given name.
setName(String) - Method in interface de.dfki.mycbr.core.ICaseBase
Sets the name of this case base to name.
setName(String) - Method in class de.dfki.mycbr.core.model.AttributeDesc
 
setName(String) - Method in class de.dfki.mycbr.core.model.Concept
Rename this c if possible.
setName(String) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
Sets the name of this function to name.
setName(String) - Method in class de.dfki.mycbr.core.similarity.DateFct
 
setName(String) - Method in class de.dfki.mycbr.core.similarity.IntervalFct
 
setName(String) - Method in interface de.dfki.mycbr.core.similarity.ISimFct
Sets the name of this function to name
setName(String) - Method in class de.dfki.mycbr.core.similarity.NumberFct
 
setName(String) - Method in class de.dfki.mycbr.core.similarity.StringFct
 
setName(String) - Method in class de.dfki.mycbr.core.similarity.SymbolFct
 
setNodeSimilarity(TaxonomyNode, Similarity) - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
 
setOrderIndexOf(SymbolAttribute, int) - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
Sets the index of att used to linearly order the attributes to index.
setOrderIndexOf(String, int) - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
Sets the index of att used to linearly order the attributes to index.
setOwner(Concept) - Method in class de.dfki.mycbr.core.model.AttributeDesc
 
setParent(TaxonomyNode, TaxonomyNode) - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
Changes the parent of symbol to newParent.
setPath(String) - Method in class de.dfki.mycbr.core.Project
Sets the project's path to the specified path.
setPort(String) - Method in class de.dfki.mycbr.util.Database
 
setPrecision(DateFct.DateFunctionPrecision) - Method in class de.dfki.mycbr.core.similarity.DateFct
 
setProblem(String) - Method in enum de.dfki.mycbr.io.CSVImporter.CSVImportError
 
setProblem(String) - Method in enum de.dfki.mycbr.io.DataBaseImporter.DataBaseImporterError
 
setProject(Project) - Method in class de.dfki.mycbr.core.casebase.Range
 
setPwd(String) - Method in class de.dfki.mycbr.util.Database
 
setQueryConfig(TaxonomyConfig) - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
 
setRetrievalEngine(RetrievalEngine) - Method in class de.dfki.mycbr.core.retrieval.Retrieval
 
setRetrievalMethod(Retrieval.RetrievalMethod) - Method in class de.dfki.mycbr.core.retrieval.Retrieval
 
setReuse(MultipleConfig.Reuse) - Method in class de.dfki.mycbr.core.similarity.config.MultipleConfig
 
setSecond(Type2) - Method in class de.dfki.mycbr.util.Pair
 
setSeparator(String) - Method in class de.dfki.mycbr.io.CSVImporter
 
setSeparatorMultiple(String) - Method in class de.dfki.mycbr.io.CSVImporter
 
setSeperatorMultiple(String) - Method in class de.dfki.mycbr.io.DataBaseImporter
 
setSimilarity(SymbolAttribute, SymbolAttribute, double) - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
 
setSimilarity(String, String, double) - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
 
setSimilarity(String, String, Similarity) - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
 
setSimilarity(Attribute, Attribute, Similarity) - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
 
setSimilarity(SymbolAttribute, SymbolAttribute, double) - Method in class de.dfki.mycbr.core.similarity.SymbolFct
Sets the similarity of att1 and att2 to a Similarity.get object initialized with sim.
setSimilarity(String, String, double) - Method in class de.dfki.mycbr.core.similarity.SymbolFct
Sets the similarity of the given symbols to a Similarity.get object initialized with sim.
setSimilarity(String, String, Similarity) - Method in class de.dfki.mycbr.core.similarity.SymbolFct
Sets the similarity the given symbols to sim.
setSimilarity(Attribute, Attribute, Similarity) - Method in class de.dfki.mycbr.core.similarity.SymbolFct
Sets the similarity of att1 and att2 to sim.
setSource(String) - Method in class de.dfki.mycbr.util.Mapping
 
setSpecialAttForMissingValues(String) - Method in class de.dfki.mycbr.io.CSVImporter
 
setSpecialValueFct(SpecialFct) - Method in class de.dfki.mycbr.core.Project
Changes the active special function.
setSuperConcept(Concept, boolean) - Method in class de.dfki.mycbr.core.model.Concept
Moves this concept in the inheritance hierarchy.
setSuperConcept(Concept, boolean) - Method in class de.dfki.mycbr.core.Project
 
setSymbolThreshold(int) - Method in class de.dfki.mycbr.io.CSVImporter
 
setSymmetric(boolean) - Method in class de.dfki.mycbr.core.similarity.DateFct
 
setSymmetric(boolean) - Method in class de.dfki.mycbr.core.similarity.IntervalFct
 
setSymmetric(boolean) - Method in interface de.dfki.mycbr.core.similarity.ISimFct
Specifies whether this function is symmetric or not.
setSymmetric(boolean) - Method in class de.dfki.mycbr.core.similarity.NumberFct
 
setSymmetric(boolean) - Method in class de.dfki.mycbr.core.similarity.StringFct
 
setSymmetric(boolean) - Method in class de.dfki.mycbr.core.similarity.SymbolFct
Specifies whether this function is symmetric or not.
setTableName(String) - Method in class de.dfki.mycbr.io.DataBaseImporter
Sets the tablename which should be used for import
setTarget(String) - Method in class de.dfki.mycbr.util.Mapping
 
setType(AmalgamationConfig) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
Sets the type of this function to type.
setType(MultipleConfig.Type) - Method in class de.dfki.mycbr.core.similarity.config.MultipleConfig
 
setUser(String) - Method in class de.dfki.mycbr.util.Database
 
setValue(String) - Method in class de.dfki.mycbr.core.casebase.SymbolAttribute
Updates the value of this symbol.
setWeight(AttributeDesc, Number) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
Sets the weight of the given attribute to weight.
setWeight(String, Number) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
Sets the weight of the given attribute to weight.
Similarity - Class in de.dfki.mycbr.core.similarity
Represents similarity values.
SimpleAttDesc - Class in de.dfki.mycbr.core.model
You can either define simple attribute descriptions, or concept descriptions.
SimpleAttDesc(Concept, String) - Constructor for class de.dfki.mycbr.core.model.SimpleAttDesc
 
SimpleAttribute - Class in de.dfki.mycbr.core.casebase
Represents values occurring in query and or cases.
SpecialAttribute - Class in de.dfki.mycbr.core.casebase
Represents special values in queries or cases.
SpecialDesc - Class in de.dfki.mycbr.core.model
Special values are values that can be used for any attribute description.
SpecialDesc(Project, HashSet<String>) - Constructor for class de.dfki.mycbr.core.model.SpecialDesc
For initializing special value desc.
SpecialFct - Class in de.dfki.mycbr.core.similarity
Special values such as "undefined" can be used as values for any attribute description.
SpecialFct(Project, SpecialDesc, String) - Constructor for class de.dfki.mycbr.core.similarity.SpecialFct
 
SpecialRange - Class in de.dfki.mycbr.core.casebase
Range that holds all possible special values of the given project.
SpecialRange(Project, SymbolDesc, Collection<String>) - Constructor for class de.dfki.mycbr.core.casebase.SpecialRange
 
start() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
 
startElement(String, String, String, Attributes) - Method in class de.dfki.mycbr.io.MyCBRImporter
 
StringAttribute - Class in de.dfki.mycbr.core.casebase
Represents strings used in query/cases.
StringConfig - Enum in de.dfki.mycbr.core.similarity.config
Lists the function types which can be used for similarity computation of strings.
StringDesc - Class in de.dfki.mycbr.core.model
Description for string attributes.
StringDesc(Concept, String) - Constructor for class de.dfki.mycbr.core.model.StringDesc
Initializes this with the given name.
StringFct - Class in de.dfki.mycbr.core.similarity
Calculates the similarity of two strings for a given description.
StringFct(Project, StringConfig, StringDesc, String) - Constructor for class de.dfki.mycbr.core.similarity.StringFct
Initializes this with the given description.
StringRange - Class in de.dfki.mycbr.core.casebase
Maintains string attributes for a fixed string description.
StringRange(Project, StringDesc) - Constructor for class de.dfki.mycbr.core.casebase.StringRange
 
SymbolAttribute - Class in de.dfki.mycbr.core.casebase
Represents values of symbol attribute descriptions (for example: color could have green, blue, red, ...
SymbolAttribute(SymbolDesc, String) - Constructor for class de.dfki.mycbr.core.casebase.SymbolAttribute
Creates new symbol with the specified value for the specified description.
SymbolDesc - Class in de.dfki.mycbr.core.model
Description for symbol attributes.
SymbolDesc(Concept, String, Set<String>) - Constructor for class de.dfki.mycbr.core.model.SymbolDesc
Initializes this with the given name and the allowed values.
SymbolFct - Class in de.dfki.mycbr.core.similarity
Holds the similarity of the known attributes for the given description in a two dimensional array (table).
SymbolFct(Project, SymbolDesc, String) - Constructor for class de.dfki.mycbr.core.similarity.SymbolFct
Initializes this by asking the given description for the number of allowed symbols.
SymbolFct(SymbolFct) - Constructor for class de.dfki.mycbr.core.similarity.SymbolFct
Initializes this by transforming the given symbol function into a similarity table.
SymbolRange - Class in de.dfki.mycbr.core.casebase
Holds SymbolAttributes for a given SymbolDesc.
SymbolRange(Project, SymbolDesc, Collection<String>) - Constructor for class de.dfki.mycbr.core.casebase.SymbolRange
Creates one SymbolAttribute object for each String specified by allowedValues.
A B C D E F G H I M N O P Q R S T U V X