Uses of Class
de.uni_trier.wi2.procake.utils.exception.ProCAKENoSuchAttributeException
Package
Description
-
Uses of ProCAKENoSuchAttributeException 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
NESTGraphHandler.endElementProperty()
endElementProperty.protected void
ObjectHandler.endElementProperty()
endElementProperty.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 ProCAKENoSuchAttributeException in de.uni_trier.wi2.procake.data.model.base
Modifier and TypeMethodDescriptionvoid
AggregateClass.addAttributeProperty
(String attributeName, String propertyName, String propertyValue) Sets a new property value or overwrites an existing one for the given attribute with the valuepropertyValue
.AggregateClass.getAttributeProperty
(String attributeName, String propertyName) Gets the value of the given property name for the given attribute.String[]
AggregateClass.getAttributePropertyNames
(String attributeName) To receive all properties of an attribute that are set use this method.AggregateClass.removeAttributeProperty
(String attributeName, String propertyName) A property for a given attribute can be removed by setting anull
property value or by using this method. -
Uses of ProCAKENoSuchAttributeException in de.uni_trier.wi2.procake.data.model.base.impl
Modifier and TypeMethodDescriptionvoid
AggregateClassImpl.addAttributeProperty
(String attributeName, PropertyTreeNode newNode) addAttributeProperty.void
AggregateClassImpl.addAttributeProperty
(String attributeName, String propertyName, String propertyValue) Sets a new property value or overwrites an existing one for the given attribute with the valuepropertyValue
.AggregateClassImpl.getAttributeProperty
(String attributeName, String propertyName) Gets the value of the given property name for the given attribute.String[]
AggregateClassImpl.getAttributePropertyNames
(String attributeName) To receive all properties of an attribute that are set use this method.AggregateClassImpl.removeAttributeProperty
(String attributeName, String propertyName) A property for a given attribute can be removed by setting anull
property value or by using this method. -
Uses of ProCAKENoSuchAttributeException in de.uni_trier.wi2.procake.data.object.base
Modifier and TypeMethodDescriptionAggregateObject.resolveAttributeClass
(AttributePath path) AggregateObject.resolveAttributeValue
(AttributePath path) void
AggregateObject.setAttributeValue
(String name, DataObject value) Sets a value for the given attribute. -
Uses of ProCAKENoSuchAttributeException in de.uni_trier.wi2.procake.data.object.base.impl
Modifier and TypeMethodDescriptionAggregateObjectImpl.resolveAttributeClass
(AttributePath path) AggregateObjectImpl.resolveAttributeValue
(AttributePath path) void
AggregateObjectImpl.setAttributeValue
(String attributeName, DataObject value) -
Uses of ProCAKENoSuchAttributeException in de.uni_trier.wi2.procake.data.object.nest
Modifier and TypeMethodDescriptionNESTGraphItemObject.getSemanticDescriptorBooleanValue
(String attribute) Returns the boolean value of the attribute from the semantic descriptor of this node.NESTGraphItemObject.getSemanticDescriptorStringValue
(String attribute) Returns the string value of the attribute from the semantic descriptor of this node.NESTGraphItemObject.getSemanticDescriptorValue
(String attribute) Returns the data object of the attribute from the semantic descriptor of this node.void
NESTGraphItemObject.setSemanticDescriptorBooleanValue
(String attribute, boolean value) Set the boolean value of the attribute from the semantic descriptor of this node.void
NESTGraphItemObject.setSemanticDescriptorStringValue
(String attribute, String value) Set the string value of the attribute from the semantic descriptor of this node.void
NESTGraphItemObject.setSemanticDescriptorValue
(String attribute, DataObject value) Set the data object of the attribute from the semantic descriptor of this node. -
Uses of ProCAKENoSuchAttributeException in de.uni_trier.wi2.procake.data.object.nest.impl
Modifier and TypeMethodDescriptionNESTGraphItemObjectImpl.getSemanticDescriptorBooleanValue
(String attribute) NESTGraphItemObjectImpl.getSemanticDescriptorStringValue
(String attribute) NESTGraphItemObjectImpl.getSemanticDescriptorValue
(String attribute) void
NESTGraphItemObjectImpl.setSemanticDescriptorBooleanValue
(String attribute, boolean value) void
NESTGraphItemObjectImpl.setSemanticDescriptorStringValue
(String attribute, String value) void
NESTGraphItemObjectImpl.setSemanticDescriptorValue
(String attribute, DataObject value)