Uses of Class
de.uni_trier.wi2.procake.utils.exception.NameNotFoundException
-
-
Uses of NameNotFoundException in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl that throw NameNotFoundException Modifier and Type Method Description voidURIClassImpl. setOntologyName(String ontologyName)setOntologyName. -
Uses of NameNotFoundException in de.uni_trier.wi2.procake.similarity
Methods in de.uni_trier.wi2.procake.similarity that throw NameNotFoundException Modifier and Type Method Description SimilarityMeasureSimilarityModel. renameSimilarityMeasure(DataClass dataClass, String oldName, String newName)Renames an already registeredSimilarityMeasure.voidSimilarityModel. setDefaultSimilarityMeasure(DataClass dataClass, String measureName)TheRetrieveruses in general the defaultSimilarityMeasurethat can be defined with this method. -
Uses of NameNotFoundException in de.uni_trier.wi2.procake.similarity.base
Methods in de.uni_trier.wi2.procake.similarity.base that throw NameNotFoundException Modifier and Type Method Description voidSMInterval. setOrderName(String orderName) -
Uses of NameNotFoundException in de.uni_trier.wi2.procake.similarity.base.aggregate
Methods in de.uni_trier.wi2.procake.similarity.base.aggregate that throw NameNotFoundException Modifier and Type Method Description doubleSMAggregateWeighted. getWeight(String attributeName)voidSMAggregateWeighted. setWeight(String attributeName, double weight) -
Uses of NameNotFoundException in de.uni_trier.wi2.procake.similarity.base.aggregate.impl
Methods in de.uni_trier.wi2.procake.similarity.base.aggregate.impl that throw NameNotFoundException Modifier and Type Method Description doubleSMAggregateWeightedImpl. getWeight(String attributeName)voidSMAggregateWeightedImpl. setWeight(String attributeName, double weight) -
Uses of NameNotFoundException in de.uni_trier.wi2.procake.similarity.base.impl
Methods in de.uni_trier.wi2.procake.similarity.base.impl that throw NameNotFoundException Modifier and Type Method Description voidSMIntervalImpl. setOrderName(String orderName) -
Uses of NameNotFoundException in de.uni_trier.wi2.procake.similarity.impl
Methods in de.uni_trier.wi2.procake.similarity.impl that throw NameNotFoundException Modifier and Type Method Description SimilarityMeasureSimilarityModelImpl. renameSimilarityMeasure(DataClass dataClass, String oldName, String newName)voidSimilarityModelImpl. setDefaultSimilarityMeasure(DataClass dataClass, String measureName)
-