Uses of Class
de.uni_trier.wi2.procake.utils.exception.InvalidTypeException
-
-
Uses of InvalidTypeException 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 InvalidTypeException 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. endElementAtomicAttribute()endElementAtomicAttribute.protected voidObjectHandler. endElementByteArrayContent()endElementByteArrayContent.protected voidNESTSequentialWorkflowHandler. endNESTSequentialWorkflowElement()endNESTSequentialWorkflowElement.protected voidNESTGraphHandler. endSemanticDescriptionElement()endSemanticDescriptionElement.protected voidObjectHandler. finishObject()finishObject.protected 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 InvalidTypeException in de.uni_trier.wi2.procake.data.object.base
Methods in de.uni_trier.wi2.procake.data.object.base that throw InvalidTypeException Modifier and Type Method Description voidCollectionObject. addAll(Collection<? extends DataObject> collection)voidCollectionObject. addValue(DataObject value)voidListObject. insertAt(DataObject value, int index)Inserts the specified data object in this list at the specifiedindex.voidAggregateObject. setAttributeValue(String name, DataObject value)Sets a value for the given attribute.voidIntervalObject. setBounds(AtomicObject lowerBound, AtomicObject upperBound)Sets the bound of the interval. -
Uses of InvalidTypeException in de.uni_trier.wi2.procake.data.object.base.impl
Methods in de.uni_trier.wi2.procake.data.object.base.impl that throw InvalidTypeException Modifier and Type Method Description voidCollectionObjectImpl. addAll(Collection<? extends DataObject> collection)voidCollectionObjectImpl. addValue(DataObject value)voidListObjectImpl. insertAt(DataObject value, int index)voidAggregateObjectImpl. setAttributeValue(String attributeName, DataObject value)voidIntervalObjectImpl. setBounds(AtomicObject newLowerBound, AtomicObject newUpperBound) -
Uses of InvalidTypeException in de.uni_trier.wi2.procake.data.object.nest
Methods in de.uni_trier.wi2.procake.data.object.nest that throw InvalidTypeException Modifier and Type Method Description voidNESTGraphItemObject. setSemanticDescriptorBooleanValue(String attribute, boolean value)Set the boolean value of the attribute from the semantic descriptor of this node.voidNESTGraphItemObject. setSemanticDescriptorStringValue(String attribute, String value)Set the string value of the attribute from the semantic descriptor of this node.voidNESTGraphItemObject. setSemanticDescriptorValue(String attribute, DataObject value)Set the data object of the attribute from the semantic descriptor of this node. -
Uses of InvalidTypeException in de.uni_trier.wi2.procake.data.object.nest.impl
Methods in de.uni_trier.wi2.procake.data.object.nest.impl that throw InvalidTypeException Modifier and Type Method Description voidNESTGraphItemObjectImpl. setSemanticDescriptorBooleanValue(String attribute, boolean value)voidNESTGraphItemObjectImpl. setSemanticDescriptorStringValue(String attribute, String value)voidNESTGraphItemObjectImpl. setSemanticDescriptorValue(String attribute, DataObject value)
-