Uses of Class
de.uni_trier.wi2.procake.utils.exception.InvalidSemanticDescriptorException
-
Packages that use InvalidSemanticDescriptorException Package Description de.uni_trier.wi2.procake.data.object.nest de.uni_trier.wi2.procake.data.object.nest.impl -
-
Uses of InvalidSemanticDescriptorException in de.uni_trier.wi2.procake.data.object.nest
Methods in de.uni_trier.wi2.procake.data.object.nest that throw InvalidSemanticDescriptorException Modifier and Type Method Description BooleanNESTGraphItemObject. getSemanticDescriptorBooleanValue(String attribute)Returns the boolean value of the attribute from the semantic descriptor of this node.StringNESTGraphItemObject. getSemanticDescriptorStringValue(String attribute)Returns the string value of the attribute from the semantic descriptor of this node.DataObjectNESTGraphItemObject. getSemanticDescriptorValue(String attribute)Returns the data object of the attribute from the semantic descriptor of this node.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 InvalidSemanticDescriptorException in de.uni_trier.wi2.procake.data.object.nest.impl
Methods in de.uni_trier.wi2.procake.data.object.nest.impl that throw InvalidSemanticDescriptorException Modifier and Type Method Description BooleanNESTGraphItemObjectImpl. getSemanticDescriptorBooleanValue(String attribute)StringNESTGraphItemObjectImpl. getSemanticDescriptorStringValue(String attribute)DataObjectNESTGraphItemObjectImpl. getSemanticDescriptorValue(String attribute)voidNESTGraphItemObjectImpl. setSemanticDescriptorBooleanValue(String attribute, boolean value)voidNESTGraphItemObjectImpl. setSemanticDescriptorStringValue(String attribute, String value)voidNESTGraphItemObjectImpl. setSemanticDescriptorValue(String attribute, DataObject value)
-