All Packages Class Hierarchy This Package Previous Next Index
Interface de.unihh.informatik.tide.Region_Handler
- public interface Region_Handler
- extends Transient, Distinction_Handler
IDL-Code contains comments
-
handle_compound_region(Compound_Region)
-
-
handle_difference_region(Difference_Region)
-
-
handle_intersection_region(Intersection_Region)
-
-
handle_simple_region(Simple_Region)
-
-
handle_union_region(Union_Region)
-
-
handling_failed(Region)
-
handling_failed
public abstract void handling_failed(Region value)
handle_compound_region
public abstract void handle_compound_region(Compound_Region value)
handle_union_region
public abstract void handle_union_region(Union_Region value)
handle_intersection_region
public abstract void handle_intersection_region(Intersection_Region value)
handle_difference_region
public abstract void handle_difference_region(Difference_Region value)
handle_simple_region
public abstract void handle_simple_region(Simple_Region value)
All Packages Class Hierarchy This Package Previous Next Index