Uses of Class
de.uni_trier.wi2.procake.utils.exception.IllegalInstantiationException
-
Packages that use IllegalInstantiationException Package Description de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl de.uni_trier.wi2.procake.data.model Provides interfaces of all data classes and of the data model.de.uni_trier.wi2.procake.data.model.base de.uni_trier.wi2.procake.data.model.base.impl de.uni_trier.wi2.procake.data.model.impl de.uni_trier.wi2.procake.data.model.nest.controlflowNode.impl de.uni_trier.wi2.procake.data.model.nest.impl de.uni_trier.wi2.procake.data.model.wf.impl de.uni_trier.wi2.procake.data.object.base.impl -
-
Uses of IllegalInstantiationException in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl that throw IllegalInstantiationException Modifier and Type Method Description DataObjectObjectHandler. createNewObject(String className, String attributeName)Creates a new CAKEI-dataobject with the given classname OR based on the type of the given attribute.DataObjectObjectHandler. createNewObject(Attributes attributes)Creates a new CAKEI-dataobject with the given SAX-parser Tag-attributesprotected voidObjectHandler. startElementAtomic(Attributes attributes)startElementAtomic.protected voidObjectHandler. startElementAtomicAttribute(Attributes attributes)startElementAtomicAttribute.protected voidObjectHandler. startElementByteArrayContent(Attributes attributes)startElementByteArrayContent.protected voidObjectHandler. startElementObjectAttribute(Attributes attributes)startElementObjectAttribute.protected voidObjectHandler. startElementVoidAttribute(Attributes attributes)startElementVoidAttribute.protected voidNESTAbstractWorkflowHandler. startNodeElement(Attributes attributes)startNodeElement.protected voidNESTGraphHandler. startNodeElement(Attributes attributes)startNodeElement.protected voidNESTWorkflowHandler. startNodeElement(Attributes attributes)startNodeElement. -
Uses of IllegalInstantiationException in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that throw IllegalInstantiationException Modifier and Type Method Description voidDataClass. checkInstantiability()This method checks if the data class can be instantiated.DataClassDataClass. createSubclass(String name)This method creates none system sub classes that are defined by the user.DataObjectDataClass. newObject()Creates a newDataObjectand initialize it. -
Uses of IllegalInstantiationException in de.uni_trier.wi2.procake.data.model.base
Methods in de.uni_trier.wi2.procake.data.model.base that throw IllegalInstantiationException Modifier and Type Method Description URIObjectURIClass. newURIObject()Creates a newURIObject. -
Uses of IllegalInstantiationException in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl that throw IllegalInstantiationException Modifier and Type Method Description DataClassAggregateClassImpl. createSubclass(String name)This method creates none system sub classes that are defined by the user.DataObjectAggregateClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectBooleanClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectByteArrayClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectDateClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectDoubleClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectIntegerClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectIntervalClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectListClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectSetClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectStringClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectTimeClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectTimeStampClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectUnionClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectURIClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectVoidClassImpl. newObject()Creates a newDataObjectand initialize it.URIObjectURIClassImpl. newURIObject()Creates a newURIObject. -
Uses of IllegalInstantiationException in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that throw IllegalInstantiationException Modifier and Type Method Description voidAbstractDataClassImpl. checkInstantiability()This method checks if the data class can be instantiated.DataClassAbstractDataClassImpl. createSubclass(String name)This method creates none system sub classes that are defined by the user.DataObjectAbstractDataClassImpl. newObject()Creates a newDataObjectand initialize it.DataObjectDataClassImpl. newObject()Creates a newDataObjectand initialize it. -
Uses of IllegalInstantiationException in de.uni_trier.wi2.procake.data.model.nest.controlflowNode.impl
Methods in de.uni_trier.wi2.procake.data.model.nest.controlflowNode.impl that throw IllegalInstantiationException Modifier and Type Method Description DataObjectNESTAndEndNodeClassImpl. newObject()DataObjectNESTAndStartNodeClassImpl. newObject()DataObjectNESTControlflowNodeClassImpl. newObject()DataObjectNESTLoopEndNodeClassImpl. newObject()DataObjectNESTLoopStartNodeClassImpl. newObject()DataObjectNESTOrEndNodeClassImpl. newObject()DataObjectNESTOrStartNodeClassImpl. newObject()DataObjectNESTXorEndNodeClassImpl. newObject()DataObjectNESTXorStartNodeClassImpl. newObject() -
Uses of IllegalInstantiationException in de.uni_trier.wi2.procake.data.model.nest.impl
Methods in de.uni_trier.wi2.procake.data.model.nest.impl that throw IllegalInstantiationException Modifier and Type Method Description DataObjectNESTConstraintEdgeClassImpl. newObject()DataObjectNESTControlflowEdgeClassImpl. newObject()DataObjectNESTDataflowEdgeClassImpl. newObject()DataObjectNESTDataNodeClassImpl. newObject()DataObjectNESTEdgeClassImpl. newObject()DataObjectNESTGraphClassImpl. newObject()DataObjectNESTNodeClassImpl. newObject()DataObjectNESTPartOfEdgeClassImpl. newObject()DataObjectNESTSequenceNodeClassImpl. newObject()DataObjectNESTSequentialWorkflowClassImpl. newObject()DataObjectNESTSubWorkflowNodeClassImpl. newObject()DataObjectNESTTaskNodeClassImpl. newObject()DataObjectNESTWorkflowClassImpl. newObject()DataObjectNESTWorkflowNodeClassImpl. newObject() -
Uses of IllegalInstantiationException in de.uni_trier.wi2.procake.data.model.wf.impl
Methods in de.uni_trier.wi2.procake.data.model.wf.impl that throw IllegalInstantiationException Modifier and Type Method Description DataObjectAbstractWorkflowItemClassImpl. newObject()DataObjectDataflowWrapperClassImpl. newObject()DataObjectDataReferenceClassImpl. newObject()DataObjectNodeClassImpl. newObject()DataObjectSequenceClassImpl. newObject()DataObjectSubWorkflowClassImpl. newObject()DataObjectTaskClassImpl. newObject()DataObjectWorkflowClassImpl. newObject() -
Uses of IllegalInstantiationException in de.uni_trier.wi2.procake.data.object.base.impl
Constructors in de.uni_trier.wi2.procake.data.object.base.impl that throw IllegalInstantiationException Constructor Description BooleanObjectImpl(BooleanClass dataClass)ByteArrayObjectImpl(ByteArrayClass dataClass)DateObjectImpl(DateClass dataClass)DoubleObjectImpl(DoubleClass dataClass)IntegerObjectImpl(IntegerClass dataClass)IntervalObjectImpl(IntervalClass dataClass)StringObjectImpl(StringClass dataClass)TimeObjectImpl(TimeClass dataClass)TimestampObjectImpl(TimestampClass dataClass)
-