All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.unihh.informatik.tide.Attribute_Value_Handler

public interface Attribute_Value_Handler
extends Transient, Distinction_Handler
IDL-Code contains comments


Method Index

 o handle_coordinate_attribute_value(Coordinate_Attribute_Value)
 o handle_integer_attribute_value(Integer_Attribute_Value)
 o handle_location_attribute_value(Location_Attribute_Value)
 o handle_navigation_node_attribute_value(Navigation_Node_Attribute_Value)
 o handle_real_attribute_value(Real_Attribute_Value)
 o handle_rectangular_area_attribute_value(Rectangular_Area_Attribute_Value)
 o handle_selection_attribute_value(Selection_Attribute_Value)
 o handle_string_attribute_value(String_Attribute_Value)
 o handle_time_point_attribute_value(Time_Point_Attribute_Value)
 o handle_time_span_attribute_value(Time_Span_Attribute_Value)
 o handling_failed(Attribute_Value)

Methods

 o handling_failed
 public abstract void handling_failed(Attribute_Value value)
 o handle_string_attribute_value
 public abstract void handle_string_attribute_value(String_Attribute_Value value)
 o handle_selection_attribute_value
 public abstract void handle_selection_attribute_value(Selection_Attribute_Value value)
 o handle_integer_attribute_value
 public abstract void handle_integer_attribute_value(Integer_Attribute_Value value)
 o handle_real_attribute_value
 public abstract void handle_real_attribute_value(Real_Attribute_Value value)
 o handle_time_point_attribute_value
 public abstract void handle_time_point_attribute_value(Time_Point_Attribute_Value value)
 o handle_time_span_attribute_value
 public abstract void handle_time_span_attribute_value(Time_Span_Attribute_Value value)
 o handle_coordinate_attribute_value
 public abstract void handle_coordinate_attribute_value(Coordinate_Attribute_Value value)
 o handle_location_attribute_value
 public abstract void handle_location_attribute_value(Location_Attribute_Value value)
 o handle_rectangular_area_attribute_value
 public abstract void handle_rectangular_area_attribute_value(Rectangular_Area_Attribute_Value value)
 o handle_navigation_node_attribute_value
 public abstract void handle_navigation_node_attribute_value(Navigation_Node_Attribute_Value value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index