Journals
Publish with us
Publishing partnerships
About us
Blog
The Scientific World Journal
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
The Scientific World Journal
/
2014
/
Article
/
Alg 2
/
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) }