Uses of Class
de.uni_trier.wi2.procake.utils.exception.ObjectAlreadyExistsException
-
Packages that use ObjectAlreadyExistsException Package Description de.uni_trier.wi2.procake.data.model.base de.uni_trier.wi2.procake.data.model.base.impl -
-
Uses of ObjectAlreadyExistsException in de.uni_trier.wi2.procake.data.model.base
Methods in de.uni_trier.wi2.procake.data.model.base that throw ObjectAlreadyExistsException Modifier and Type Method Description voidInstanceTotalOrderPredicate. add(AtomicObject value)Adds the value at the end of the total ordervoidInstanceTaxonomyOrderPredicate. addRelation(AtomicObject father, AtomicObject son)To add a relation to the taxonomy the father and the son must be specified.voidInstanceTotalOrderPredicate. insertAt(int index, AtomicObject value)Insert value at at specified index position.voidInstanceValueOrderPredicate. update(AtomicObject oldValue, AtomicObject newValue)To update a value in the order theoldValueand thenewValuemust be specified. -
Uses of ObjectAlreadyExistsException in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl that throw ObjectAlreadyExistsException Modifier and Type Method Description voidInstanceTotalOrderPredicateImpl. add(AtomicObject value)Adds the value at the end of the total ordervoidInstanceTaxonomyOrderPredicateImpl. addRelation(AtomicObject father, AtomicObject son)To add a relation to the taxonomy the father and the son must be specified.voidInstanceTotalOrderPredicateImpl. insertAt(int index, AtomicObject value)Insert value at at specified index position.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.
-