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
-
handle_coordinate_attribute_value(Coordinate_Attribute_Value)
-
-
handle_integer_attribute_value(Integer_Attribute_Value)
-
-
handle_location_attribute_value(Location_Attribute_Value)
-
-
handle_navigation_node_attribute_value(Navigation_Node_Attribute_Value)
-
-
handle_real_attribute_value(Real_Attribute_Value)
-
-
handle_rectangular_area_attribute_value(Rectangular_Area_Attribute_Value)
-
-
handle_selection_attribute_value(Selection_Attribute_Value)
-
-
handle_string_attribute_value(String_Attribute_Value)
-
-
handle_time_point_attribute_value(Time_Point_Attribute_Value)
-
-
handle_time_span_attribute_value(Time_Span_Attribute_Value)
-
-
handling_failed(Attribute_Value)
-
handling_failed
public abstract void handling_failed(Attribute_Value value)
handle_string_attribute_value
public abstract void handle_string_attribute_value(String_Attribute_Value value)
handle_selection_attribute_value
public abstract void handle_selection_attribute_value(Selection_Attribute_Value value)
handle_integer_attribute_value
public abstract void handle_integer_attribute_value(Integer_Attribute_Value value)
handle_real_attribute_value
public abstract void handle_real_attribute_value(Real_Attribute_Value value)
handle_time_point_attribute_value
public abstract void handle_time_point_attribute_value(Time_Point_Attribute_Value value)
handle_time_span_attribute_value
public abstract void handle_time_span_attribute_value(Time_Span_Attribute_Value value)
handle_coordinate_attribute_value
public abstract void handle_coordinate_attribute_value(Coordinate_Attribute_Value value)
handle_location_attribute_value
public abstract void handle_location_attribute_value(Location_Attribute_Value value)
handle_rectangular_area_attribute_value
public abstract void handle_rectangular_area_attribute_value(Rectangular_Area_Attribute_Value value)
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