Uses of Class
de.uni_trier.wi2.procake.utils.exception.ProCAKEClassNotFoundException
Package
Description
-
Uses of ProCAKEClassNotFoundException in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Modifier and TypeMethodDescriptionObjectHandler.createNewObject
(String className, String attributeName) Creates a new CAKEI-dataobject with the given classname OR based on the type of the given attribute.ObjectHandler.createNewObject
(Attributes attributes) Creates a new CAKEI-dataobject with the given SAX-parser Tag-attributesprotected void
NESTAbstractWorkflowHandler.startEdgeElement
(Attributes attributes) startEdgeElement.protected void
NESTGraphHandler.startEdgeElement
(Attributes attributes) startEdgeElement.protected AtomicObject
ObjectHandler.startElementAtomic
(Attributes attributes) startElementAtomic.protected void
ObjectHandler.startElementAtomicAttribute
(Attributes attributes) startElementAtomicAttribute.protected void
ObjectHandler.startElementObjectAttribute
(Attributes attributes) startElementObjectAttribute.protected void
ObjectHandler.startElementVoidAttribute
(Attributes attributes) startElementVoidAttribute.protected void
NESTAbstractWorkflowHandler.startNodeElement
(Attributes attributes) startNodeElement.protected void
NESTGraphHandler.startNodeElement
(Attributes attributes) startNodeElement.protected void
NESTWorkflowHandler.startNodeElement
(Attributes attributes) startNodeElement. -
Uses of ProCAKEClassNotFoundException in de.uni_trier.wi2.procake.data.model.impl
Modifier and TypeMethodDescription<TCakeDataClass extends DataClass,
TCakeDataObject extends DataObject>
TCakeDataObjectModelImpl.createObject
(Class<TCakeDataClass> clazz1, Class<TCakeDataObject> clazz2, String className) Creates the CAKE I - object defined with the given parameters.