Journal of Knowledge Information Technology and Systems ISSN 1975-7700 http://www.kkits.or.kr A Study on an Object-orientation and Extensibility in Context-aware Systems Jongmyung Choi , Iksu Kim 1 Department of Computer Engineering, Mokpo National University 2 School of Computer Science and Engineering, Soongsil University A B S T R A C T There has been a lot of research on context-aware computing, but software extensibility in the development of those systems has not gotten much attention in spite of its importance in software engineering. In this paper, we introduce some extension requirements for context-aware systems, and identify four extension types for them: sensors, context inference algorithms, contexts, and context-aware services. For those extension requirements, we propose four extension mechanisms based on object-oriented technology: separation between abstraction and implementation of context, separation of context from sensors, modular and separate model for context-aware functions, and overloading model for context-aware functions. By adopting those mechanisms, developers or maintainers can add new sensors, context inference algorithms, contexts, or context-aware services without modifying the source code after deployment. Those mechanisms are all based on object-orientation. Our approach represents a context as a class, and context services as methods with context parameter. Context inference is a class with a method which understands sensor values and infers the current context from the values. This approach will reduce costs, time, and efforts in context-aware system maintenance which requires new context-aware features after deployment because it will increase the software reusability and extensibility. In this paper, we also specify a case study which shows how to extend a context-aware system with the extension requirements. 2017 KKITS All rights reserved K E Y W O R D S : Context-aware, Extensibility, Extension mechanism, Object-orientation, Context-model A R T I C L E I N F O : Received 16 March 2017, Revised 3 April 2017, Accepted 7 April 2017. * Corresponding author is with the School of Computer Science and Engineering, Soongsil University, Sangdodong, Dongjak-gu, Seoul, 06978, KOREA. E-mail address: iksuplorer@ssu.ac.kr