Research Article

Models and Frameworks: A Synergistic Association for Developing Component-Based Applications

Algorithm 2

Skeleton of the OSGi implementation of the example shown in Figure 4 (implementation of the interface I_Collision).
(1) public interface   I_Collision {
(2) public double   margin (Point start, Point end);
(3) }