- get(Double) - Static method in class de.dfki.mycbr.core.similarity.Similarity
-
Initializes this with d
- getActiveAmalgamFct() - Method in class de.dfki.mycbr.core.model.Concept
-
Get the value of activeSimFcts
- getActiveFct(AttributeDesc) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
-
Gets the active similarity function for this attribute description.
- getAddedObject() - Method in class de.dfki.mycbr.core.action.AddAction
-
- getAdditionalPoints() - Method in class de.dfki.mycbr.core.similarity.AdvancedDoubleFct
-
Returns the map of additional point used to interpolate this function
Points are pairs of a double value and a similarity
- getAdditionalPoints() - Method in class de.dfki.mycbr.core.similarity.AdvancedFloatFct
-
Returns the map of additional point used to interpolate this function
Points are pairs of a double value and a similarity
- getAdditionalPoints() - Method in class de.dfki.mycbr.core.similarity.AdvancedIntegerFct
-
Returns the map of additional point used to interpolate this function
Points are pairs of a double value and a similarity
- getAllAttributeDescs() - Method in class de.dfki.mycbr.core.model.Concept
-
Gets the attribute descriptions of this c including inherited
attributes.
- getAllAttributeDescs() - Method in class de.dfki.mycbr.core.Project
-
- getAllInstances() - Method in class de.dfki.mycbr.core.model.Concept
-
Get all instances known for this concept
including instances of sub concepts.
- getAllInstances() - Method in class de.dfki.mycbr.core.Project
-
Returns all instances that are known for this project.
- getAllowedValues() - Method in class de.dfki.mycbr.core.model.SymbolDesc
-
Gets the allowed values.
- getAllSubConcepts() - Method in class de.dfki.mycbr.core.model.Concept
-
Gets all sub c descriptions by inheritance.
- getAttDescsByName(String) - Method in class de.dfki.mycbr.core.Project
-
Returns a list of attribute descriptions with the given name.
- getAttForDesc(AttributeDesc) - Method in class de.dfki.mycbr.core.casebase.Instance
-
Returns the attribute for the given description.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.ConceptRange
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.DateRange
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.DoubleRange
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.FloatRange
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.IntegerRange
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.IntervalRange
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.Range
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.SpecialRange
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.StringRange
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.casebase.SymbolRange
-
Gets the attribute associated with the specified Object obj.
- getAttribute(Object) - Method in class de.dfki.mycbr.core.model.AttributeDesc
-
- getAttribute(Object) - Method in class de.dfki.mycbr.core.model.BooleanDesc
-
Returns SymbolAttribute object representing the specified
value.
- getAttribute(String) - Method in class de.dfki.mycbr.core.model.SpecialDesc
-
Returns SymbolAttribute object representing the specified
value.
- getAttribute(String) - Method in class de.dfki.mycbr.core.model.SymbolDesc
-
Returns SymbolAttribute object representing the specified
value.
- getAttributeDesc() - Method in class de.dfki.mycbr.core.casebase.MultipleAttribute
-
- getAttributeDesc() - Method in class de.dfki.mycbr.core.casebase.SimpleAttribute
-
Gets the description for this attribute to determine similarity functions
or restrictions for the value of this attribute.
- getAttributeDesc(String) - Method in class de.dfki.mycbr.core.model.Concept
-
Returns the attribute description with the given name visible in this concept.
- getAttributeDescs() - Method in class de.dfki.mycbr.core.model.Concept
-
Gets the attribute descriptions of this c
Be aware that the inherited attribute descriptions are not returned by
this method.
- getAttributeDescs() - Method in class de.dfki.mycbr.core.Project
-
- getAttributeDescsName() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getAttributes() - Method in class de.dfki.mycbr.core.casebase.Instance
-
Gets all the attribute values for this c.
- getAttributesOfSubDescsForName(String) - Method in class de.dfki.mycbr.core.model.Concept
-
Searches for an attribute with the given name.
- getAuthor() - Method in class de.dfki.mycbr.core.DefaultCaseBase
-
- getAuthor() - Method in class de.dfki.mycbr.core.Project
-
Gets the author of this project.
- getAvailableAmalgamFcts() - Method in class de.dfki.mycbr.core.model.Concept
-
Returns the available similarity functions for the specified description
- getBooleanAttribute(Boolean) - Method in class de.dfki.mycbr.core.model.BooleanDesc
-
Returns BooleanAttribute object representing the specified
value.
- getCaseBase() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
-
- getCaseBases() - Method in class de.dfki.mycbr.core.Project
-
Gets the case bases for this project.
- getCaseConfig() - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
-
- getCases() - Method in class de.dfki.mycbr.core.DefaultCaseBase
-
Returns the list of cases known for this case base
- getCases() - Method in interface de.dfki.mycbr.core.ICaseBase
-
Returns all cases known for this case base.
- getCB(String) - Method in class de.dfki.mycbr.core.Project
-
Returns the case base associated with the given name.
- getChildren(TaxonomyNode) - Method in class de.dfki.mycbr.core.similarity.Taxonomy
-
Returns the children of the given node.
- getColumnsToBeSkipped() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getCommonAncestor(SymbolAttribute, SymbolAttribute) - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
-
Returns the node of the taxonomy which represents the deepest ancestor of
the given symbol attributes.
- getConcept() - Method in class de.dfki.mycbr.core.casebase.ConceptRange
-
- getConcept() - Method in class de.dfki.mycbr.core.casebase.Instance
-
Gets the description for this attribute to determine similarity functions
or restrictions for the value of this attribute.
- getConcept() - Method in class de.dfki.mycbr.core.model.ConceptDesc
-
- getConcept() - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
-
- getConcept(String) - Method in class de.dfki.mycbr.util.Database
-
- getConceptByID(String) - Method in class de.dfki.mycbr.core.Project
-
Returns the c description with the given name.
- getConfig() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
Returns the configuration of this function.
- getCurrentCase() - Method in class de.dfki.mycbr.core.retrieval.RetrievalEngine
-
- getCurrentNumberOfCases() - Method in class de.dfki.mycbr.core.Project
-
Returns the number of cases that have been imported so far.
- getCurrentNumberOfCases() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getCurrentNumberOfCases() - Method in class de.dfki.mycbr.io.DataBaseImporter
-
- getCurrentNumberOfCases() - Method in class de.dfki.mycbr.io.XMLImporter
-
Returns the number of cases that have been imported
so far.
- getData() - Method in interface de.dfki.mycbr.core.action.Action
-
- getData() - Method in class de.dfki.mycbr.core.action.AddAction
-
- getData() - Method in class de.dfki.mycbr.core.action.DeleteAction
-
- getData() - Method in class de.dfki.mycbr.core.action.MoveAction
-
- getData() - Method in class de.dfki.mycbr.core.action.RenameAction
-
- getData() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getDate() - Method in class de.dfki.mycbr.core.casebase.DateAttribute
-
Returns the value of this attribute.
- getDate() - Method in class de.dfki.mycbr.core.DefaultCaseBase
-
- getDateAttribute(Date) - Method in class de.dfki.mycbr.core.model.DateDesc
-
Returns DateAttribute object representing the specified
value.
- getDateFormat() - Method in class de.dfki.mycbr.core.DefaultCaseBase
-
- getDateValue(Date) - Method in class de.dfki.mycbr.core.casebase.DateRange
-
Returns the DateAttribute associated with the given date.
- getDbname() - Method in class de.dfki.mycbr.util.Database
-
- getDbtype() - Method in class de.dfki.mycbr.util.Database
-
- getDefault() - Static method in class de.dfki.mycbr.core.model.SpecialDesc
-
- getDeletedObject() - Method in class de.dfki.mycbr.core.action.DeleteAction
-
- getDesc() - Method in class de.dfki.mycbr.core.casebase.DoubleRange
-
Gets the double description for attributes maintained by this range.
- getDesc() - Method in class de.dfki.mycbr.core.casebase.FloatRange
-
Gets the float description for attributes maintained by this range.
- getDesc() - Method in class de.dfki.mycbr.core.casebase.IntegerRange
-
Gets the integer description of the attributes maintained by this range.
- getDesc() - Method in class de.dfki.mycbr.core.casebase.SimpleAttribute
-
- getDesc() - Method in class de.dfki.mycbr.core.similarity.DateFct
-
- getDesc() - Method in class de.dfki.mycbr.core.similarity.IntervalFct
-
- getDesc() - Method in interface de.dfki.mycbr.core.similarity.ISimFct
-
Returns the description of the attributes which can be compared
using this function
- getDesc() - Method in class de.dfki.mycbr.core.similarity.NumberFct
-
- getDesc() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
- getDesc() - Method in class de.dfki.mycbr.core.similarity.SymbolFct
-
Gets the symbol description of the attributes this function
is defined on
- getDesc() - Method in enum de.dfki.mycbr.io.CSVImporter.CSVImportError
-
- getDesc() - Method in enum de.dfki.mycbr.io.DataBaseImporter.DataBaseImporterError
-
- getDescription() - Method in class de.dfki.mycbr.core.explanation.ConceptExplanation
-
Get the value of description.
- getDiff() - Method in class de.dfki.mycbr.core.similarity.AdvancedDoubleFct
-
- getDiff() - Method in class de.dfki.mycbr.core.similarity.AdvancedFloatFct
-
- getDiff() - Method in class de.dfki.mycbr.core.similarity.AdvancedIntegerFct
-
- getDiff() - Method in class de.dfki.mycbr.core.similarity.DoubleFct
-
- getDiff() - Method in class de.dfki.mycbr.core.similarity.FloatFct
-
- getDiff() - Method in class de.dfki.mycbr.core.similarity.IntegerFct
-
- getDirectInstances() - Method in class de.dfki.mycbr.core.model.Concept
-
Returns the instances of this concept.
- getDistanceFct() - Method in class de.dfki.mycbr.core.similarity.NumberFct
-
Returns the mode of this function
- getDistanceLastFirst() - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
-
- getDoubles() - Method in class de.dfki.mycbr.core.casebase.DoubleRange
-
Gets all values contained in this range.
- getDoubleValue(double) - Method in class de.dfki.mycbr.core.casebase.DoubleRange
-
Returns the DoubleAttribute associated with the given double.
- getDoubleValue(double) - Method in class de.dfki.mycbr.core.casebase.FloatRange
-
Returns the FloatAttribute associated with the given double.
- getDriver() - Method in class de.dfki.mycbr.util.Database
-
- getError() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getExplainable() - Method in class de.dfki.mycbr.core.explanation.ConceptExplanation
-
- getExplanation(Concept) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
-
- getExplanation(AttributeDesc) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
-
- getExplanation(SimpleAttribute) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
-
- getExplanation(Instance) - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
-
- getExplanationManager() - Method in class de.dfki.mycbr.core.Project
-
- getExplanations() - Method in class de.dfki.mycbr.core.explanation.ExplanationManager
-
- getExpType() - Method in class de.dfki.mycbr.core.casebase.Instance
-
- getExpType() - Method in class de.dfki.mycbr.core.casebase.SimpleAttribute
-
- getExpType() - Method in interface de.dfki.mycbr.core.explanation.IExplainable
-
- getExpType() - Method in class de.dfki.mycbr.core.model.AttributeDesc
-
- getExpType() - Method in class de.dfki.mycbr.core.model.Concept
-
- getExtension() - Method in class de.dfki.mycbr.core.Project
-
Returns the zip file's extension.
- getFct(String) - Method in class de.dfki.mycbr.core.model.Concept
-
- getFct(String) - Method in class de.dfki.mycbr.core.model.SimpleAttDesc
-
- getFirst() - Method in class de.dfki.mycbr.util.Pair
-
- getFloats() - Method in class de.dfki.mycbr.core.casebase.FloatRange
-
Gets all values contained in this range.
- getFloatValue(float) - Method in class de.dfki.mycbr.core.casebase.FloatRange
-
Returns the FloatAttribute associated with the given float.
- getFormat() - Method in class de.dfki.mycbr.core.model.DateDesc
-
Gets the values' format
- getFunctionParameterL() - Method in class de.dfki.mycbr.core.similarity.DoubleFct
-
Gets the function's parameter for case < query to value.
- getFunctionParameterL() - Method in class de.dfki.mycbr.core.similarity.FloatFct
-
Gets the function's parameter for case < query to value.
- getFunctionParameterL() - Method in class de.dfki.mycbr.core.similarity.IntegerFct
-
Gets the function's parameter for case < query to value.
- getFunctionParameterR() - Method in class de.dfki.mycbr.core.similarity.DoubleFct
-
Gets the function's parameter for query < case to value.
- getFunctionParameterR() - Method in class de.dfki.mycbr.core.similarity.FloatFct
-
Gets the function's parameter for query < case to value.
- getFunctionParameterR() - Method in class de.dfki.mycbr.core.similarity.IntegerFct
-
Gets the function's parameter for query < case to value.
- getFunctionTypeL() - Method in class de.dfki.mycbr.core.similarity.DoubleFct
-
- getFunctionTypeL() - Method in class de.dfki.mycbr.core.similarity.FloatFct
-
- getFunctionTypeL() - Method in class de.dfki.mycbr.core.similarity.IntegerFct
-
- getFunctionTypeR() - Method in class de.dfki.mycbr.core.similarity.DoubleFct
-
- getFunctionTypeR() - Method in class de.dfki.mycbr.core.similarity.FloatFct
-
- getFunctionTypeR() - Method in class de.dfki.mycbr.core.similarity.IntegerFct
-
- getHeader() - Method in class de.dfki.mycbr.io.CSVImporter
-
Returns the header of the CSV file as a string array.
- getHighestIndex() - Method in class de.dfki.mycbr.core.casebase.SymbolRange
-
- getHost() - Method in class de.dfki.mycbr.util.Database
-
- getId() - Method in class de.dfki.mycbr.util.Database
-
- getIndexes() - Method in class de.dfki.mycbr.core.casebase.SymbolRange
-
- getIndexOf(SpecialAttribute) - Method in class de.dfki.mycbr.core.casebase.SpecialRange
-
Returns the index of the given attribute.
- getIndexOf(SimpleAttribute) - Method in class de.dfki.mycbr.core.casebase.SymbolRange
-
Returns the index of the given attribute.
- getIndexOf(SimpleAttribute) - Method in class de.dfki.mycbr.core.model.BooleanDesc
-
- getIndexOf(SpecialAttribute) - Method in class de.dfki.mycbr.core.model.SpecialDesc
-
- getIndexOf(SimpleAttribute) - Method in class de.dfki.mycbr.core.model.SymbolDesc
-
- getIndexToDescMap() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getInhFct() - Method in class de.dfki.mycbr.core.Project
-
Returns the inheritance function of this c.
- getInstance(String) - Method in class de.dfki.mycbr.core.casebase.ConceptRange
-
Returns the ConceptAttribute associated with the given String.
- getInstance(String) - Method in class de.dfki.mycbr.core.model.Concept
-
Returns the instance of this with name name and null
if there is none.
- getInstance(String) - Method in class de.dfki.mycbr.core.Project
-
- getInstances() - Method in class de.dfki.mycbr.core.casebase.ConceptRange
-
Gets the current c attributes maintained by this range.
- getIntegerAttribute(Integer) - Method in class de.dfki.mycbr.core.model.IntegerDesc
-
Returns IntegerAttribute object representing the specified
value.
- getIntegers() - Method in class de.dfki.mycbr.core.casebase.IntegerRange
-
Gets the map which associates an IntegerAttribute object with each
integer used as value.
- getIntegerValue(int) - Method in class de.dfki.mycbr.core.casebase.IntegerRange
-
Returns the IntegerAttribute associated with the given value.
- getInternalFunction() - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
-
Gets the internal similarity function.
- getInterval() - Method in class de.dfki.mycbr.core.casebase.IntervalAttribute
-
Gets the value of this attribute.
- getIntervalAttribute(Number, Number) - Method in class de.dfki.mycbr.core.model.IntervalDesc
-
Returns IntervalAttribute object representing the specified
interval.
- getIntervalValue(Pair<Number, Number>) - Method in class de.dfki.mycbr.core.casebase.IntervalRange
-
Returns the IntervalAttribute associated with the given interval.
- getInvalidValues() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getK() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
-
- getLeaves() - Method in class de.dfki.mycbr.core.similarity.Taxonomy
-
- getLevenshteinAddCost() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
- getLevenshteinChangeCost() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
- getLevenshteinDelCost() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
- getLinks() - Method in class de.dfki.mycbr.core.explanation.ConceptExplanation
-
Get the value of links.
- getLocalSimilarity(Attribute, Attribute, AttributeDesc) - Method in class de.dfki.mycbr.core.Project
-
For displaying local similarities.
- getMainType() - Method in class de.dfki.mycbr.core.similarity.config.MultipleConfig
-
- getMapping() - Method in class de.dfki.mycbr.util.Database
-
- getMappings(String) - Method in class de.dfki.mycbr.util.Database
-
- getMax() - Method in class de.dfki.mycbr.core.model.DoubleDesc
-
Gets the maximal Number that can be used as value for this description
- getMax() - Method in class de.dfki.mycbr.core.model.FloatDesc
-
Gets the maximal Number that can be used as value for this description
- getMax() - Method in class de.dfki.mycbr.core.model.IntegerDesc
-
Gets the maximal Integer that can be used as value for this description
- getMax() - Method in class de.dfki.mycbr.core.model.IntervalDesc
-
Returns the maximal value which may appear in an interval specified for
this description.
- getMax() - Method in class de.dfki.mycbr.core.similarity.AdvancedDoubleFct
-
- getMax() - Method in class de.dfki.mycbr.core.similarity.AdvancedFloatFct
-
- getMax() - Method in class de.dfki.mycbr.core.similarity.AdvancedIntegerFct
-
- getMax() - Method in class de.dfki.mycbr.core.similarity.DoubleFct
-
- getMax() - Method in class de.dfki.mycbr.core.similarity.FloatFct
-
- getMax() - Method in class de.dfki.mycbr.core.similarity.IntegerFct
-
- getMaxDate() - Method in class de.dfki.mycbr.core.model.DateDesc
-
Gets the maximal date which can be used as value for this description.
- getMaxForQuotient() - Method in class de.dfki.mycbr.core.similarity.AdvancedDoubleFct
-
- getMaxForQuotient() - Method in class de.dfki.mycbr.core.similarity.AdvancedFloatFct
-
- getMaxForQuotient() - Method in class de.dfki.mycbr.core.similarity.DoubleFct
-
- getMaxForQuotient() - Method in class de.dfki.mycbr.core.similarity.FloatFct
-
- getMin() - Method in class de.dfki.mycbr.core.model.DoubleDesc
-
Gets the minimal Number that can be used as value for this description
- getMin() - Method in class de.dfki.mycbr.core.model.FloatDesc
-
Gets the minimal Number that can be used as value for this description
- getMin() - Method in class de.dfki.mycbr.core.model.IntegerDesc
-
Gets the minimal Integer that can be used as value for this description
- getMin() - Method in class de.dfki.mycbr.core.model.IntervalDesc
-
Returns the minimal value which may appear in an interval specified for
this description.
- getMin() - Method in class de.dfki.mycbr.core.similarity.AdvancedDoubleFct
-
- getMin() - Method in class de.dfki.mycbr.core.similarity.AdvancedFloatFct
-
- getMin() - Method in class de.dfki.mycbr.core.similarity.AdvancedIntegerFct
-
- getMin() - Method in class de.dfki.mycbr.core.similarity.DoubleFct
-
- getMin() - Method in class de.dfki.mycbr.core.similarity.FloatFct
-
- getMin() - Method in class de.dfki.mycbr.core.similarity.IntegerFct
-
- getMinDate() - Method in class de.dfki.mycbr.core.model.DateDesc
-
Returns the minimal date which can be used as value for this description.
- getMissingDescs() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getMultipleConfig(AmalgamationFct) - Method in class de.dfki.mycbr.core.model.ConceptDesc
-
- getMultipleConfig() - Method in class de.dfki.mycbr.core.similarity.DateFct
-
- getMultipleConfig() - Method in class de.dfki.mycbr.core.similarity.IntervalFct
-
- getMultipleConfig() - Method in interface de.dfki.mycbr.core.similarity.ISimFct
-
- getMultipleConfig() - Method in class de.dfki.mycbr.core.similarity.NumberFct
-
- getMultipleConfig() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
- getMultipleConfig() - Method in class de.dfki.mycbr.core.similarity.SymbolFct
-
- getN() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
Returns the parameter n for computing NGRAM similarity.
- getName() - Method in class de.dfki.mycbr.core.casebase.Instance
-
- getName() - Method in class de.dfki.mycbr.core.casebase.SimpleAttribute
-
- getName() - Method in class de.dfki.mycbr.core.DefaultCaseBase
-
Returns the unique name of this case base.
- getName() - Method in interface de.dfki.mycbr.core.explanation.IExplainable
-
- getName() - Method in interface de.dfki.mycbr.core.ICaseBase
-
Returns the name of the case base.
- getName() - Method in class de.dfki.mycbr.core.model.AttributeDesc
-
- getName() - Method in class de.dfki.mycbr.core.model.Concept
-
- getName() - Method in enum de.dfki.mycbr.core.model.DescriptionEnum
-
- getName() - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
-
Returns the name of this function.
- getName() - Method in class de.dfki.mycbr.core.similarity.DateFct
-
- getName() - Method in class de.dfki.mycbr.core.similarity.IntervalFct
-
- getName() - Method in interface de.dfki.mycbr.core.similarity.ISimFct
-
Returns the name of this function
- getName() - Method in class de.dfki.mycbr.core.similarity.NumberFct
-
- getName() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
- getName() - Method in class de.dfki.mycbr.core.similarity.SymbolFct
-
- getNewParent() - Method in class de.dfki.mycbr.core.action.MoveAction
-
- getNodes() - Method in class de.dfki.mycbr.core.casebase.SymbolAttribute
-
- getNodes() - Method in class de.dfki.mycbr.core.model.SymbolDesc
-
- getNodes() - Method in interface de.dfki.mycbr.core.similarity.TaxonomyNode
-
Returns a list of nodes allowed for the taxonomy this is contained in.
- getNumberAttribute(double) - Method in class de.dfki.mycbr.core.model.DoubleDesc
-
Returns NumberAttribute object representing the specified
value.
- getNumberAttribute(float) - Method in class de.dfki.mycbr.core.model.FloatDesc
-
Returns NumberAttribute object representing the specified
value.
- getObservable() - Method in interface de.dfki.mycbr.core.action.Action
-
- getObservable() - Method in class de.dfki.mycbr.core.action.AddAction
-
- getObservable() - Method in class de.dfki.mycbr.core.action.DeleteAction
-
- getObservable() - Method in class de.dfki.mycbr.core.action.MoveAction
-
- getObservable() - Method in class de.dfki.mycbr.core.action.RenameAction
-
- getOldName() - Method in class de.dfki.mycbr.core.action.RenameAction
-
- getOrder() - Method in class de.dfki.mycbr.core.similarity.OrderedSymbolFct
-
- getOwner() - Method in class de.dfki.mycbr.core.model.AttributeDesc
-
Returns the owner of this description.
- getParent(TaxonomyNode) - Method in class de.dfki.mycbr.core.similarity.Taxonomy
-
Returns the parent node of the given node.
- getParent(TaxonomyNode) - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
-
Returns the parent of the given node.
- getParentMap() - Method in class de.dfki.mycbr.core.similarity.Taxonomy
-
- getPartOfRelations() - Method in class de.dfki.mycbr.core.model.Concept
-
Returns all part-of relation known for this concept.
- getPartOfRelations() - Method in class de.dfki.mycbr.core.Project
-
- getPath() - Method in class de.dfki.mycbr.core.Project
-
Gets the path of this project.
- getPort() - Method in class de.dfki.mycbr.util.Database
-
- getPrecision() - Method in class de.dfki.mycbr.core.similarity.DateFct
-
- getProblem() - Method in enum de.dfki.mycbr.io.CSVImporter.CSVImportError
-
- getProblem() - Method in enum de.dfki.mycbr.io.DataBaseImporter.DataBaseImporterError
-
- getProject() - Method in class de.dfki.mycbr.core.casebase.Range
-
- getProject() - Method in class de.dfki.mycbr.core.DefaultCaseBase
-
- getProject() - Method in interface de.dfki.mycbr.core.ICaseBase
-
Returns the project this case base belongs to
- getProject() - Method in class de.dfki.mycbr.core.model.Concept
-
Returns the current project.
- getProject() - Method in class de.dfki.mycbr.core.Project
-
- getProject() - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
-
- getProject() - Method in class de.dfki.mycbr.core.similarity.DateFct
-
- getProject() - Method in class de.dfki.mycbr.core.similarity.IntervalFct
-
- getProject() - Method in interface de.dfki.mycbr.core.similarity.ISimFct
-
- getProject() - Method in class de.dfki.mycbr.core.similarity.NumberFct
-
- getProject() - Method in class de.dfki.mycbr.core.similarity.StringFct
-
- getProject() - Method in class de.dfki.mycbr.core.similarity.SymbolFct
-
- getProject() - Method in class de.dfki.mycbr.io.XMLImporter
-
Returns the current project.
- getPwd() - Method in class de.dfki.mycbr.util.Database
-
- getQueryConfig() - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
-
- getQueryInstance() - Method in class de.dfki.mycbr.core.model.Concept
-
Returns a new instance that can be used as a query object
for retrieval.
- getQueryInstance() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
-
- getRange() - Method in class de.dfki.mycbr.core.model.DoubleDesc
-
Gets the range maintaining the number attributes of this description
- getRange() - Method in class de.dfki.mycbr.core.model.FloatDesc
-
Gets the range maintaining the number attributes of this description
- getResult() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
-
- getRetrievalEngine() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
-
- getRetrievalMethod() - Method in class de.dfki.mycbr.core.retrieval.Retrieval
-
- getReuse() - Method in class de.dfki.mycbr.core.similarity.config.MultipleConfig
-
- getRoundedValue() - Method in class de.dfki.mycbr.core.similarity.Similarity
-
Rounds the value of this similarity to
two decimal digits
- getSecond() - Method in class de.dfki.mycbr.util.Pair
-
- getSeparator() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getSeparatorMultiple() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getSeperatorMultiple() - Method in class de.dfki.mycbr.io.DataBaseImporter
-
- getSimFcts() - Method in class de.dfki.mycbr.core.model.SimpleAttDesc
-
Returns the available similarity functions for the specified description.
- getSimilarity(TaxonomyNode) - Method in class de.dfki.mycbr.core.similarity.Taxonomy
-
Returns the Similarity object that corresponds to obj.
- getSimilarity(TaxonomyNode) - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
-
- getSimilarityMap() - Method in class de.dfki.mycbr.core.similarity.Taxonomy
-
- getSource() - Method in class de.dfki.mycbr.util.Mapping
-
- getSpecialAttForMissingValues() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getSpecialAttribute(String) - Method in class de.dfki.mycbr.core.Project
-
Returns the SpecialAttribute object corresponding to
the given string.
- getSpecialFct() - Method in class de.dfki.mycbr.core.Project
-
Returns the special function of this project.
- getSpecialValueDesc() - Method in class de.dfki.mycbr.core.Project
-
- getStringAttribute(String) - Method in class de.dfki.mycbr.core.model.StringDesc
-
Returns StringAttribute object representing the specified
string.
- getStringValue(String) - Method in class de.dfki.mycbr.core.casebase.StringRange
-
Creates a new StringAttribute associated with the given String.
- getSubConcepts() - Method in class de.dfki.mycbr.core.model.Concept
-
Gets the sub c descriptions by inheritance.
- getSuperConcept() - Method in class de.dfki.mycbr.core.model.Concept
-
- getSuperConcept() - Method in class de.dfki.mycbr.core.Project
-
- getSymbolAttributes() - Method in class de.dfki.mycbr.core.model.SymbolDesc
-
Returns Collection of symbol attributes representing the allowed symbols
for the given description.
- getSymbols() - Method in class de.dfki.mycbr.core.casebase.SymbolRange
-
Get a map which associates a SymbolAttribute with each
allowed value for the given attribute description.
- getSymbolThreshold() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getSymbolValue(String) - Method in class de.dfki.mycbr.core.casebase.SymbolRange
-
Returns the SymbolAttribute associated with the given String.
- getTableName() - Method in class de.dfki.mycbr.io.DataBaseImporter
-
Returns the TableName which should be used for import
- getTarget() - Method in class de.dfki.mycbr.util.Mapping
-
- getTaxonomy() - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
-
Gets the internal data structure of this function.
- getTopSymbol() - Method in class de.dfki.mycbr.core.similarity.Taxonomy
-
Gets the top symbol of this taxonomy
- getTopSymbol() - Method in class de.dfki.mycbr.core.similarity.TaxonomyFct
-
Returns the top symbol of the underlying taxonomy.
- getTotalNumberOfCases() - Method in class de.dfki.mycbr.core.Project
-
The total number of cases that have to be imported
is given by this project's .myCBR file.
- getTotalNumberOfCases() - Method in class de.dfki.mycbr.io.CSVImporter
-
- getTotalNumberOfCases() - Method in class de.dfki.mycbr.io.DataBaseImporter
-
- getTotalNumberOfCases() - Method in class de.dfki.mycbr.io.XMLImporter
-
Returns the number of cases that have been imported.
- getType() - Method in interface de.dfki.mycbr.core.action.Action
-
- getType() - Method in class de.dfki.mycbr.core.action.AddAction
-
- getType() - Method in class de.dfki.mycbr.core.action.DeleteAction
-
- getType() - Method in class de.dfki.mycbr.core.action.MoveAction
-
- getType() - Method in class de.dfki.mycbr.core.action.RenameAction
-
- getType() - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
-
The type for the amalgamation.
- getType() - Method in class de.dfki.mycbr.core.similarity.config.MultipleConfig
-
- getURL() - Method in class de.dfki.mycbr.util.Database
-
- getUser() - Method in class de.dfki.mycbr.util.Database
-
- getValue() - Method in class de.dfki.mycbr.core.casebase.DoubleAttribute
-
Returns the numeric value of this attribute.
- getValue(double) - Method in class de.dfki.mycbr.core.casebase.DoubleRange
-
Returns an attribute representing the given number.
- getValue() - Method in class de.dfki.mycbr.core.casebase.FloatAttribute
-
Returns the numeric value of this attribute.
- getValue(float) - Method in class de.dfki.mycbr.core.casebase.FloatRange
-
Returns an attribute representing the given number.
- getValue() - Method in class de.dfki.mycbr.core.casebase.IntegerAttribute
-
Returns the numeric value of this attribute.
- getValue(int) - Method in class de.dfki.mycbr.core.casebase.IntegerRange
-
Returns the attribute for the given Integer.
- getValue() - Method in class de.dfki.mycbr.core.casebase.StringAttribute
-
Gets the value of this attribute.
- getValue() - Method in class de.dfki.mycbr.core.casebase.SymbolAttribute
-
Returns the value of this symbol.
- getValue() - Method in class de.dfki.mycbr.core.similarity.Similarity
-
Get the value of this similarity
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.Attribute
-
Returns a string representation of this attribute's value.
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.DateAttribute
-
Returns a string representation of this date.
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.DoubleAttribute
-
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.FloatAttribute
-
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.Instance
-
Returns the string representation of this c attribute.
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.IntegerAttribute
-
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.IntervalAttribute
-
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.MultipleAttribute
-
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.StringAttribute
-
- getValueAsString() - Method in class de.dfki.mycbr.core.casebase.SymbolAttribute
-
Returns a string representation of this attribute.
- getValues() - Method in class de.dfki.mycbr.core.casebase.MultipleAttribute
-
Gets the list of values for this attribute.
- getWeight(AttributeDesc) - Method in class de.dfki.mycbr.core.similarity.AmalgamationFct
-