• 제목/요약/키워드: Inheritance Services

검색결과 26건 처리시간 0.024초

워크플로 상속을 이용한 확장적 협업 프로세스 구성 (Extensible Collaborative Process Composition Using Workflow Inheritance)

  • 김훈태;정재윤;강석호
    • 산업공학
    • /
    • 제16권spc호
    • /
    • pp.49-54
    • /
    • 2003
  • In e-business environment, business processes inevitably get more entangled and entail collaboration between distributed and heterogeneous platforms that are not easy to manage. Therefore, systematic and automated management of business process execution has drawn a great concern among companies that necessitate collaborative business processes. The concept of workflow inheritance enables abstraction, polymorphism and reusability of processes, and therefore contributes to extending and executing the processes effectively. We analyze various types of interoperation between business processes, and identify 6 primitive interoperability patterns. We propose a method for extensible collaborative process composition using workflow inheritance and provide collaborative workflow between business processes using web services.

시니어의 금융기관 자산관리 서비스 이용 만족도에 영향을 미치는 요인에 대한 실증 분석 (An Empirical Analysis of Factors Influencing Seniors' Satisfaction with the Use of Wealth Management Services in Financial Institutions)

  • 박현정;강신기
    • 벤처혁신연구
    • /
    • 제6권3호
    • /
    • pp.221-240
    • /
    • 2023
  • 초고령사회를 목전에 둔 한국사회 시니어층은 길어진 수명과 행복한 노후를 위해 든든한 자산관리가 중요해지고 있다. 이러한 시점에서 본 연구는 시니어의 금융 기관 자산관리(wealth management) 서비스 이용 만족도에 영향을 미치는 요인에 대해 실증 분석을 하였다. 독립변수로는 상품의 다양성, 수익성, 안정성, 종업원의 전문성, 문제 해결 능력, 고객 지향성과 더불어 물리적 환경, 프로세스, 상속 서비스, 신탁 서비스를 설정하였다. 이를 위해 본 연구에서는 설정된 연구 모형을 토대로 가설 검정을 하기 위해 실증적 분석을 실시했다. 설문조사는 금융기관의 자산관리 서비스를 이용하고 있는 시니어를 대상으로 하였으며 최종적으로 250개를 통계분석에 활용하였다. 이를 토대로 위계적 회귀분석 방법으로 실증 분석을 하였다. 실증 분석 결과는 다음과 같다. 상품 안정성과 수익성, 종업원의 문제 해결 능력과 고객 지향성, 프로세스, 상속 서비스 및 신탁 서비스는 시니어의 금융기관 자산관리 서비스 이용만족도에 유의한 정(+)의 영향을 주는 것으로 나타났다. 하지만 상품 다양성 및 종업원의 전문성, 물리적 환경과 이용 만족도 간에는 유의한 영향 관계가 검정되지 않았다. 유의한 영향을 미치는 요소 중에서 영향력의 크기는 종업원의 고객지향성, 문제해결능력, 신탁서비스, 상품 안정성, 상속 서비스, 상품 수익성, 프로세스 순으로 나타났다. 이러한 연구 결과를 바탕으로 학술적 및 실무적 시사점을 제시하였다.

객체지향 데이터베이스의 다중계승을 위한 동시성 제어 기법 개발 (Development of a Concurrency Control Technique for Multiple Inheritance in Object-Oriented Databases)

  • 전우천;홍석기
    • 인터넷정보학회논문지
    • /
    • 제15권1호
    • /
    • pp.63-71
    • /
    • 2014
  • 인공지능과 웹 데이터베이스와 같은 분야에서는 기존의 관계 데이터 모형보다 더 고급 모델링 기능을 필요로 한다. 이러한 분야에서 객체지향데이터베이스는 객체를 모아 클래스를 제공하고 또한 클래스 사이에서 상위클래스는 하위 클래스에게 물려주는 계층구조를 제공하기 때문에 더 좋은 데이터 모형이 될 수 있다. 본 논문의 목적은 객체지향데이터베이스에서 다중 계승을 위한 동시성 제어 기법을 개발하는 것이다. 본 논문에서 제안하는 MIIL(Multiple Inheritance Implicit Locking) 기법은 기존의 Implicit 로킹(Locking) 기법에 기반을 두었다. MIIL 기법은 기존의Implicit 로킹에서 불필요한 로킹을 제거하였다. 또한 본 논문에서 제안하는 MIIL 기법에서의 Intention 로킹은 기존의 Implicit 로킹기법과 동일하게 작동한다. 본 논문에서 제안한 MIIL 기법은 기존의 Implicit 로킹 기법보다 로킹 오버헤드가 적음을 증명하였다. 또한, 본 논문에서는 단일 계승과 다중 계승 등 계승구조만을 이용함으로써 로킹 오버헤드를 줄이기 위한 추가적인 비용을 필요로 하지 않는다.

Development of Performance Evaluation Metrics of Concurrency Control in Object-Oriented Database Systems

  • 전우천;홍석기
    • 인터넷정보학회논문지
    • /
    • 제19권5호
    • /
    • pp.107-113
    • /
    • 2018
  • Object-oriented databases (OODBs) canbe used for many non-traditional database application areas such as computer-aided design, etc. Usually those application areas require advanced modeling power for expressing complicated relationships among data sets. OODBs have more distinguished features than the traditional relational database systems. One of the distinguished characteristics of OODBs is class hierarchy (also called inheritance hierarchy). A class hierarchy in an OODB means that a class can hand down the definitions of the class to the subclass of the class. In other words, a class is allowed to inherit the definitions of the class from the superclass. In this paper, we present performance evaluation metrics for class hierarchy in OODBs from a concurrency control perspective. The proposed performance metrics are developed to determine which concurrency control scheme in OODBs can be used for a given class hierarchy. In this study, in order to develop performance metrics, we use class hierarchy structure (both of single inheritance and multiple inheritance), and data access frequency for each class. The proposed performance metrics will be also used to compare performance evaluation for various concurrency control techniques.

클라우드 컴퓨팅에서 사용자 작업환경의 끊김 없는 연계를 위한 웹 서비스 연결 관리 기법 (Web Service Connection Management Scheme for Seamless Migration of User Workspace in Cloud Computing)

  • 최민
    • 한국IT서비스학회지
    • /
    • 제8권1호
    • /
    • pp.193-202
    • /
    • 2009
  • Cloud computing emerges as a new computing paradigm which targets reliable and customizable services. The term builds on decades of research in virtual machine, distributed and parallel computing, utility computing, and more recently networking, web service, and software as a service. In this paper, we provide a seamless connection migration of web services. This is useful for cloud computing environment in which many client terminals have mobility. With the wireless internet facility, those mobile users can move place to place during internet communication. Therefore, we provide solutions to the two major problems in current virtualization based migration: communication failure problems and connection re-establishment. Communication channel flushing by zero window notification helps to resolve the communication failure problems and TCP port inheritance prevents connection re-establishment errors during socket reconstruction. Thus, our web service migration facility is now able to preserve open network connections, and even for server sockets. This is a highly transparent approach, in that we did not Introduce additional messages for channel flushing and did not make any modification to the TCP protocol stack. Experimental results show that the overhead due to connection migration of web services is almost negligible when compared with time to take the conventional web service migration.

절화장미 품종간 정역교배에 있어서 EST-SSR 마커의 유전 (Skewed Inheritance of EST-SSR Alleles in Reciprocal Crosses of Cut Roses)

  • 김진기;안동춘;오혜정;김광환;최영미;오승용;강남준;정병룡;김주현;박영훈
    • 원예과학기술지
    • /
    • 제28권4호
    • /
    • pp.618-626
    • /
    • 2010
  • 장미속 종간교잡 후대에서 발견되는 경모유전(matroclinal inheritance) 현상은 세포질 유전, 단위결과, 그리고 비대합적 배우자생식(asynaptic heterogamy)의 결과로 설명될 수 있다. 비대합적 배우자생식은 $Caninae$ 아절($Rosa$ $hybrida$ L. sect. $Caninae$ DC.)의 종간교잡에서 독특하게 관찰되며, 5배체의 경우, 화분세포를 통해서는 2가염색체(2x=14)를 이루는 상동게놈 중 한 게놈(x=7)만이, 난세포에서는 이러한 게놈(x=7)과 더불어 1가 염색체를 이루는 나머지 게놈들(3x=21)이 동시에 유전되어 후대에서 종자친의 배수성(5x=35)이 회복된다. 본 연구에서는 절화장미 품종간 정역교배시 대립유전자의 후대유전 빈도를 관찰함으로써, 4배체 품종교배에서 관찰되는 경모유전의 요인을 분석하고자 하였다. 절화장미 6품종을 이용한 6개 정역교배조합 당 8개의 후대개체를 총 30개의 EST-SSR 마커로 검정해 본 결과, 뚜렷한 세포질 유전의 경우는 발견되지 않았다. 또한, 단위결과의 경우도 'Redtem' ${\times}$ 'Red Sandra' 조합의 후대개체 하나에서만 발견되어, $Caninae$ 아절의 종간교잡에서와 비교하여 상당히 낮은 빈도였다. 비대합적 배우자생식의 예도 $Caninae$ 아절의 경우처럼 뚜렷하게 나타나지는 않았다. 하지만, 6개 공시품종 중, 4개의 품종에서 화분친 보다 종자친으로 교배시 품종 특이적 마커의 후대유전빈도가 상대적으로 높게 나타나 품종에 따라 대립유전자의 모계유전적 성향이 존재함을 증명하였다. 특히 'Yellow King'의 경우, 11개의 대립유전자 중 10개가 종자친일 경우에 후대집단에서 높은 빈도로 나타나 공시품종 중 가장 강한 모계유전성을 보였다.

Conservation and Management for Cultural Landscape of Royal Tombs Area in the Joseon Dynasty

  • Lee, Chang-Hwan
    • 한국조경학회:학술대회논문집
    • /
    • 한국조경학회 2007년도 Journal of Landscape Architecture in Asia Vol.3
    • /
    • pp.118-126
    • /
    • 2007
  • Seoul has been the former capital from Joseon founded in 1932 by this time for 600 years. Seoul populated by some 10,290,000 people is the largest city in Korea. There are lots of cultural inheritance such as the castle town and 5 palaces including Gyeongbokgung in Seoul. Especially neungs(royal tombs) from 27 generations of king and queen in the Joseon dynasty during 518 years are very important cultural inheritance. The royal tombs were built from the castle town to the radius outside 4km within 40km pivoting on Seoul. Joseon royal tombs might have significant cultural value, which are representative Korean people's spirits for ancestor worship. After the 1945 Liberation of Korea those are having been managed by Office of Cultural Properties after Ministry of Education. This paper tried to find the changing process of the conservation and maintenance, the location of royal tomb area, the changing process of royal tomb, the area changing clue of modernization process, and in the historical city, Seoul. The royal tombs in the Joseon dynasty of the radius outside 4km within 40km pivoting on Seoul have been contributed to providing the metropolitan, Seoul population with the cultural and green spaces for 600 years. In the Joseon dynasty the royal tombs had been taken charge of thoroughly by the Royal Household with Neungchamboing system from Confucian background for ancestor worship. There after they had been damaged somewhat by the Japanese Imperialism period, the Korean War, and the pressure of urbanization. But the original state has been preserved well by state management. The royal tombs in the Joseon dynasty has been kept the culture of royal tomb's and memorial services with stone sculptures for 518 years. Also there are lots of documentary records of royal tombs. The memorial services of the tombs are held by Jongyakwon of Jeonju Lee family every year. The royal tombs somewhat damaged are needed to the original state of the transferred right of managing agency by the related national bodies.

  • PDF

분산 트레이더를 지원하는 경량 (lightweight) 객체 모델 설계 및 구현 방안 연구 (A Study on the Design and Implementation of the Lightweight Object Model Supporting Distributed Trader)

  • 진명숙;송병권
    • 한국정보처리학회논문지
    • /
    • 제7권4호
    • /
    • pp.1050-1061
    • /
    • 2000
  • This paper presents a new object model, LOM(Lightweight Object Model) and an implementation method for the distributed trader in heterogeneous distributed computing environment including mobile network. Trader is third party object that enables clients to find suitable servers, which provide the most appropriate services to client in distributed environment including dynamic reconfiguration of services and servers. Trading service requires simpler and more specific object model than genetic object models which provide richer multimedia data types and semantic characteristics with complex data structures. LOM supports a new reference attribute type instead of the relationship, inheritance and composite attribute types of the general object oriented models and so LOM has simple data structures. Also in LOM, the modelling step includes specifying of the information about users and the access right to objects for security in the mobile environment and development of the distributed storage for trading service. Also, we propose and implementation method of the distributed trader, which integrates the LOM-information object model and the OMG (object Management Group) computational object model.

  • PDF

서비스지향 컴퓨팅 시스템으로의 확장을 위한 컴포넌트 기반의 서비스 식별 (Service Identification of Component-Based For Extending Service-Oriented Computing System)

  • 최미숙;이서정;이종석;양승원
    • 한국멀티미디어학회논문지
    • /
    • 제11권5호
    • /
    • pp.710-727
    • /
    • 2008
  • 서비스지향 컴퓨팅 시스템은 시스템의 기능적 단위인 서비스들을 재사용함으로 해서 개발 시간과 노력을 줄이는 특성 때문에 분산 환경이 일반화 되면서 더욱 중요하게 부각되고 있다. 서비스의 재사용은 서비스들 간의 느슨한 결합에 의하여 효과적으로 이루어질 수 있다. 그러나 상속 및 포함 관계와 같은 객체지향 시스템의 강한 연관 관계들은 객체들 간에 강한 결합을 생성한다. 상속 관계와 포함 관계가 없는 컴포넌트 기반의 시스템은 컴포넌트들 간에 느슨한 결합을 생성한다. 그리하여 컴포넌트 인터페이스들에 의해서 제공된 기능을 사용해서 실시간에 서비스지향 시스템의 서비스를 실현한다. 따라서 컴포넌트기반 시스템은 기능적 서비스 단위들을 효율적으로 제공하기 위하여 서비스지향 컴퓨팅 시스템으로 확장될 필요가 있다. 또한, 서비스지향 컴퓨팅 시스템을 지원하는 기존의 방법들은 서비스 계층의 명확한 분류 및 서비스 계층에 따른 명확한 서비스 식별 가이드라인 그리고 서비스 계층 간의 매핑 방법을 제시하지 않고 있다. 따라서 본 논문에서는 비즈니스 관점의 서비스와 구현 관점의 서비스를 계층으로 나누어 분류하고 서비스 식별 가이드라인 및 각 계층의 서비스들 간의 매핑을 제안한다. 즉, 우리는 서비스 계층과 다양한 크기의 서비스 식별 방법을 연구하고, 각 계층의 서비스들 간의 매핑 방법을 도출한다. 이를 기반으로 기존 컴포넌트 기반 시스템을 서비스 지향 컴퓨팅 시스템으로 확장할 수 있다.

  • PDF

종속성 그래프 기반 클래스 테스팅 (The class testing based on a dependence graph)

  • 임동주;배상현
    • 인터넷정보학회논문지
    • /
    • 제1권1호
    • /
    • pp.105-113
    • /
    • 2000
  • 절차적 프로그램의 표현방법은 클래스, 객체, 계승, 동적 바인딩 등으로 이루어진 객체지향 프로그램 표현에 그대로 적용될 수 없다. 더군다나 기존의 프로그램 종속성은 변수간이 아니라 문장간의 종속성을 나타내고 있다. 즉, 주어진 변수에 어떠한 변수들이 영향을 미치고 있는가 하는 문제를 해결할 수 없다. 따라서 본 연구는 객체지향 프로그램에서 변수간의 종속성을 포함한 구현 수준의 정보를 나타내는 메소드 종속성 모델을 제시하고자 한다. 또한 객체지향 프로그램의 테스트 적합성 기준에 근거한 구현기반 클래스 테스팅 방법을 제안한다. 데이터 멤버간 종속성과 테스트 데이터 적합성에 대한 공리들을 고려하여 흐름 그래프 기반 테스팅 기준을 만족시키는 테스트 케이스인 메소드의 시퀀스를 생성시킨다. 파생 클래스 테스팅을 위해서 유산관계와 실험을 통해 테스트 비용 절감을 검증한 부모 클래스에 대한 테스팅 정보의 재사용성을 고려한다.

  • PDF