Uses of Class
de.uni_trier.wi2.procake.utils.exception.ObjectNotFoundException
-
Packages that use ObjectNotFoundException Package Description de.uni_trier.wi2.procake.data.model.base de.uni_trier.wi2.procake.data.model.base.impl de.uni_trier.wi2.procake.similarity.base.taxonomy.impl -
-
Uses of ObjectNotFoundException in de.uni_trier.wi2.procake.data.model.base
Methods in de.uni_trier.wi2.procake.data.model.base that throw ObjectNotFoundException Modifier and Type Method Description voidInstanceTaxonomyOrderPredicate. addRelation(AtomicObject father, AtomicObject son)To add a relation to the taxonomy the father and the son must be specified.AtomicObject[]InstanceTaxonomyOrderPredicate. getAllSons(AtomicObject father)Returns all sons of the given father.AtomicObjectInstanceTaxonomyOrderPredicate. getCommonFather(AtomicObject[] sons)Determines the common father of all given sons.AtomicObjectInstanceTaxonomyOrderPredicate. getCommonFather(AtomicObject firstSon, AtomicObject secondSon)Determines the common father offirstSonandsecondSon.AtomicObjectInstanceTaxonomyOrderPredicate. getFather(AtomicObject son)getFather.AtomicObject[]InstanceTaxonomyOrderPredicate. getSons(AtomicObject father)Returns all direct sons of the given father.intInstanceTotalOrderPredicate. indexOf(AtomicObject value)Returns the index in this order of the specified value.booleanInstanceValueOrderPredicate. isAfter(AtomicObject first, AtomicObject last)isAfter.booleanInstanceValueOrderPredicate. isBefore(AtomicObject first, AtomicObject last)isBefore.booleanInstanceTaxonomyOrderPredicate. isChild(AtomicObject child, AtomicObject father)trueifchildis a sub node offather.voidInstanceValueOrderPredicate. remove(AtomicObject value)Removes a value from the value order.voidInstanceValueOrderPredicate. update(AtomicObject oldValue, AtomicObject newValue)To update a value in the order theoldValueand thenewValuemust be specified.voidInstanceTaxonomyOrderPredicate. updateRelation(AtomicObject oldFather, AtomicObject newFather, AtomicObject son)To move a son node with all sub nodes to another father this method can be used. -
Uses of ObjectNotFoundException in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl that throw ObjectNotFoundException Modifier and Type Method Description voidInstanceTaxonomyOrderPredicateImpl. addRelation(AtomicObject father, AtomicObject son)To add a relation to the taxonomy the father and the son must be specified.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getCommonFather(AtomicObject[] sons)Determines the common father of all given sons.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getCommonFather(AtomicObject firstSon, AtomicObject secondSon)Determines the common father offirstSonandsecondSon.AtomicObjectInstanceTaxonomyOrderPredicateImpl. getFather(AtomicObject son)getFather.AtomicObject[]InstanceTaxonomyOrderPredicateImpl. getSons(AtomicObject father)Returns all direct sons of the given father.intInstanceTotalOrderPredicateImpl. indexOf(AtomicObject value)Returns the index in this order of the specified value.booleanInstanceTaxonomyOrderPredicateImpl. isAfter(AtomicObject first, AtomicObject last)isAfter.booleanInstanceTotalOrderPredicateImpl. isAfter(AtomicObject first, AtomicObject last)isAfter.booleanInstanceTaxonomyOrderPredicateImpl. isBefore(AtomicObject first, AtomicObject last)isBefore.booleanInstanceTotalOrderPredicateImpl. isBefore(AtomicObject first, AtomicObject last)isBefore.booleanInstanceTaxonomyOrderPredicateImpl. isChild(AtomicObject child, AtomicObject father)trueifchildis a sub node offather.voidInstanceTaxonomyOrderPredicateImpl. remove(AtomicObject son)Removes a value from the value order.voidInstanceTotalOrderPredicateImpl. remove(AtomicObject value)Removes a value from the value order.voidInstanceTaxonomyOrderPredicateImpl. update(AtomicObject oldValue, AtomicObject newValue)To update a value in the order theoldValueand thenewValuemust be specified.voidInstanceTotalOrderPredicateImpl. update(AtomicObject oldValue, AtomicObject newValue)To update a value in the order theoldValueand thenewValuemust be specified.voidInstanceTaxonomyOrderPredicateImpl. updateRelation(AtomicObject oldFather, AtomicObject newFather, AtomicObject son)To move a son node with all sub nodes to another father this method can be used. -
Uses of ObjectNotFoundException in de.uni_trier.wi2.procake.similarity.base.taxonomy.impl
Methods in de.uni_trier.wi2.procake.similarity.base.taxonomy.impl that throw ObjectNotFoundException Modifier and Type Method Description SimilarityImplSMTaxonomyClassicImpl. compute(AtomicObject queryObject, AtomicObject caseObject, SimilarityValuator valuator)protected voidSMTaxonomyClassicImpl. initNodeWeightCache(InstanceTaxonomyOrderPredicate order)
-