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 1
/
Research Article
Models and Frameworks: A Synergistic Association for Developing Component-Based Applications
Algorithm 1
Skeleton of the OSGi implementation of the example shown in Figure
4
(implementation of the
Point
datatype).
(1)
public class
Point
{
(2)
private double
x, y;
(3)
public
Point ()
{
−−
}
(4)
⋯
(5) }