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


Method Index

 o handle_compound_region(Compound_Region)
 o handle_difference_region(Difference_Region)
 o handle_intersection_region(Intersection_Region)
 o handle_simple_region(Simple_Region)
 o handle_union_region(Union_Region)
 o handling_failed(Region)

Methods

 o handling_failed
 public abstract void handling_failed(Region value)
 o handle_compound_region
 public abstract void handle_compound_region(Compound_Region value)
 o handle_union_region
 public abstract void handle_union_region(Union_Region value)
 o handle_intersection_region
 public abstract void handle_intersection_region(Intersection_Region value)
 o handle_difference_region
 public abstract void handle_difference_region(Difference_Region value)
 o handle_simple_region
 public abstract void handle_simple_region(Simple_Region value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index