• 제목/요약/키워드: objectClass

검색결과 705건 처리시간 0.023초

객체지향 설계 유형 및 도메인 객체 인터페이스를 이용한 논문 투고 관리 시스템 설계 및 구현 (Design and Implementation of a Paper Submission Management System Using Domain Object Interface and Object Oriented Design Patterns)

  • 심춘보;정세훈;임은천;유강수
    • 한국전자통신학회논문지
    • /
    • 제5권5호
    • /
    • pp.449-458
    • /
    • 2010
  • 최근 소프트웨어 아키텍처 설계 시 소프트웨어의 재사용성 및 유지보수 비용의 효율성을 고려한 객체지향 디자인 패턴의 관심이 증가하고 있다. 따라서 본 논문은 객체지향 디자인 패턴 기반의 도메인 객체 인터페이스를 활용하여 특정 도메인에 해당하는 논문 투고 관리 시스템을 설계하고, 아울러 자바와 XML을 이용하여 구현한 시스템을 제안한다. 제안하는 시스템은 GoF 디자인 패턴을 적용하여 하향식과 상향식을 적절히 조합한 시스템 전체 아키텍처를 설계한 후에 상향식으로 각각의 시스템 객체들을 조립하여 구현하는 방식을 적용한다. 또한 본 시스템은 시스템의 데이터 자체에 대해서는 XML을 통해 각종 퍼시스턴스 객체(Persistent Object)의 형태로 변환되도록 하며, 도메인 객체를 클래스로 자동 생성하는 방식을 채택하지 않음으로써 시스템의 복잡성을 최소화한다. 마지막으로 시스템의 구현은 일반 클라이언트/서버 환경에서도 사용 가능하지만, 사용자의 편의성 및 일관성을 고려해 일반 웹브라우저에 내장된 XSLT를 통해 시스템 사용자 GUI를 구현한다.

플랫폼독립형 클래스저장소에 기반한 TMN 분산객체 디자인 방법론 (A Design Methodology of TMN Distributed Object based on Platform Independent Class Repository)

  • 이광형;박수현
    • 한국통신학회논문지
    • /
    • 제24권12B호
    • /
    • pp.2233-2248
    • /
    • 1999
  • 여러 통신망을 총괄적이고 효율적으로 운영하고자 출현한 TMN(Telecommunication Management Network) 은 구축과정에서 서로 다른 하드웨어와 운영체제 등의 상이한 플랫폼 환경 하에서 개발되는 관계로 분산객체내 클래스의 개발 및 유지보수에 여러 문제점을 내포하게 된다. 대표적인 문제점으로는 TMN 시스템내의 모든 에이전트들이 도일하나 기능을 수행하는 소프트웨어 및 데이터 블록들을 중복하여 유지해야 한다는 점을 들 수 있다. 이로 인하여 TMN 에이전트의 개발에 있어 Q3 인터페이스 구현상의 표준을 이룰 수 없을 뿐만 아니라 다중 플랫폼을 지원할 수 없게 된다. 이러한 문제들을 해결하기 위하여 Farmer 모델에 기본을 둔 Farming 방법론을 제안하였다. Farming 방법론은 각각의 분산객체에 중복되어 저장되어 있는 소프트웨어 및 데이터 컴포넌트들을 플랫폼에 독립적인 컴포넌트웨어 형태로 변형하여 플랫폼독립형 클래스저장소(PICR)에서 저장시켜 놓은 후 각 분산객체내의 프레임워크에 명시된 대로 실행에 필요한 컴포넌트웨어들을 PICR에서 정적 동적으로 로딩하여 사용하는 것이다. Farmer 모델을 이용하여 개인휴대통신망의 분산 TMN 에이전 ??디자인하고 구현하였다.

  • PDF

객체지향 데이터베이스의 다중계승을 위한 동시성 제어 기법 개발 (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 로킹 기법보다 로킹 오버헤드가 적음을 증명하였다. 또한, 본 논문에서는 단일 계승과 다중 계승 등 계승구조만을 이용함으로써 로킹 오버헤드를 줄이기 위한 추가적인 비용을 필요로 하지 않는다.

Method of extracting context from media data by using video sharing site

  • Kondoh, Satoshi;Ogawa, Takeshi
    • 한국방송∙미디어공학회:학술대회논문집
    • /
    • 한국방송공학회 2009년도 IWAIT
    • /
    • pp.709-713
    • /
    • 2009
  • Recently, a lot of research that applies data acquired from devices such as cameras and RFIDs to context aware services is being performed in the field on Life-Log and the sensor network. A variety of analytical techniques has been proposed to recognize various information from the raw data because video and audio data include a larger volume of information than other sensor data. However, manually watching a huge amount of media data again has been necessary to create supervised data for the update of a class or the addition of a new class because these techniques generally use supervised learning. Therefore, the problem was that applications were able to use only recognition function based on fixed supervised data in most cases. Then, we proposed a method of acquiring supervised data from a video sharing site where users give comments on any video scene because those sites are remarkably popular and, therefore, many comments are generated. In the first step of this method, words with a high utility value are extracted by filtering the comment about the video. Second, the set of feature data in the time series is calculated by applying functions, which extract various feature data, to media data. Finally, our learning system calculates the correlation coefficient by using the above-mentioned two kinds of data, and the correlation coefficient is stored in the DB of the system. Various other applications contain a recognition function that is used to generate collective intelligence based on Web comments, by applying this correlation coefficient to new media data. In addition, flexible recognition that adjusts to a new object becomes possible by regularly acquiring and learning both media data and comments from a video sharing site while reducing work by manual operation. As a result, recognition of not only the name of the seen object but also indirect information, e.g. the impression or the action toward the object, was enabled.

  • PDF

TMO 기반의 실시간 객체 모델의 코드 자동생성기법 연구 (A Study of Automatic Code Generation for TMO-based Real-time Object Model)

  • 석미희;류호동;이우진
    • 정보처리학회논문지A
    • /
    • 제19A권2호
    • /
    • pp.101-112
    • /
    • 2012
  • 최근에 분산 실시간 소프트웨어가 다양한 분야에서 중요한 역할을 담당하고 있다. 실시간 소프트웨어는 반응 시간에 대한 시간제약성을 만족하여야 함으로 TMO(Time-triggered, Message-triggered Object), CORBA/RT, RTAI 등과 같은 미들웨어를 이용하여야 한다. 하지만 이러한 실시간 미들웨어에 친숙하지 않은 프로그래머들은 실시간 소프트웨어 개발에 어려움이 있다. 이 연구에서는 이러한 미들웨어에 대한 전문지식 없이도 실시간 소프트웨어 개발이 가능하도록 TMO 기반의 자동 코드 생성 도구를 제안하고자 한다. TMO 특성을 설계 모델에 반영하기 위해, 시간제약사항을 포함하는 SpM과 SvM 메소드를 클래스 다이어그램에 추가하고 상태 머신 다이어그램의 독립 영역으로 분할하여 이들의 행위를 표현한다. TMO 기반 코드 생성기는 이러한 모델 정보를 입력받아서 TMO 클래스 코드를 생성한다. 이러한 자동생성 접근 방법은 TMO에 대한 전문지식이 없더라도 실시간 소프트웨어를 생성할 수 있어, 소프트웨어 개발에 소요되는 비용과 시간을 줄이는 장점이 있다.

구조실험 정보를 위한 데이터 저장소의 클래스와 객체의 속성구성 평가요소 (Evaluation Criteria of Attributes of Classes and Objects of Data Repositories for Structural Experiment Information)

  • 이창호
    • 한국전산구조공학회논문집
    • /
    • 제27권6호
    • /
    • pp.653-662
    • /
    • 2014
  • 구조실험을 위한 데이터 저장소는 구조실험에 관련된 실험정보를 구조공학자와 연구자들이 편리하게 저장하고 열람할 수 있도록 효율적인 구성을 가져야 한다. 데이터 저장소에 대한 평가는 데이터 저장소 자체적인 구성에 대한 평가와 데이터 저장소에 저장된 실제 정보의 구성에 대한 평가로 나눌 수 있다. 데이터 저장소의 자체적인 구성은 클래스로 나타낼 수 있고 데이터 저장소 내에 저장된 실제의 실험정보는 객체로 표현할 수 있는데 본 논문은 클래스와 객체가 가지고 있는 속성구성에 대한 평가요소를 제안한다. 클래스의 속성구성 평가요소로는 클래스내 속성수와 구체적인 값 또는 객체에 의해 구분한 속성의 종류별 수 등이 있는데 이러한 평가요소들을 이용하여 데이터 저장소가 정한 구성을 이해할 수 있다. 객체의 속성구성 평가요소로는 객체내 값있는 속성수 등이 있는데 데이터 저장소내의 실제 실험정보가 레벨별로 어떻게 저장되어 있는가를 파악할 수 있다.

전국 한의과대학의 양생기공 관련 교과목 교육현황 (Education Situation of Yangsaeng-Gigong Related Subjects in Colleges of Oriental Medicine)

  • 이상남;권영규
    • 동의생리병리학회지
    • /
    • 제23권2호
    • /
    • pp.294-300
    • /
    • 2009
  • Nowadays, as the era of aging is developing remarkably fast, conventional disease treatments such as surgery or emergency therapy are now being substituted to 'health promotion' and 'health prevention through whole-life management. Recently, many oriental medicine colleges are teaching subjects related to Yangsaeng and Gigong. However, detail investigation about the exact education situation and correlation between among subjects has not been performed yet. Thus, in this research, I collected data about each oriental medicine college's Yangsaeng/Gigong-related subjects' prevalence and management situation through the analysis of 'National Education Report about Korea's Oriental Medicine Colleges' and direct investigation, First, I analyzed oriental medicine colleges' education object. Among 11 basic medicine subjects, there were 2 subjects related to Yangsaeng and Gigong. And among 13 clinical medicine subjects, there were 7 subjects related to Yangsaeng and Gigong. In these subjects, the word 'Yangsaeng' was used for 14 times. The word 'Gigong' was used for 5 times and the words 'natural medicine' and 'alternative medicine' were used for 4 times. Total class hours related to Yangsaeng and Gigong were 19.6 hours (practice classes were 4.6 hours). Each class of subjects had 'study objects'. Study objects were categorized into A (Essential) and B (Recommendation) Items. There were44 A items and 23 B items. Among 11 oriental medicine colleges all over Korea, 10 classes related to Yangsaeng and Gigong existed in 9colleges. 7 classes were included in pre-OM course and 3 classes were included in major-OM course. 6 classes were taught only for one semester and 4 classes were taught for 2 semesters. 6 classes were single unit and 4 classes were 2-units sunjects. 3 classes were held 3 hours a week. 6 classes were held 2 hours a week and one class was held an hour per week. In conclusion, each oriental medicine college should focus on the education and research about Yangsaeng and Gigong. To achieve this object, systemic regulation and specialized human resources should also be made.

거점공간의 물리적 여건에 따른 휴식시간 학생거동 특성 분석 - 교과교실형 중학교 교실공간을 중심으로 - (An Analysis about Characteristics of Students' Movement within a Recess by Physical Conditions of Homebase - Concentrated on the Classroom in Middle School on Variation Type -)

  • 정주성
    • 교육시설 논문지
    • /
    • 제24권5호
    • /
    • pp.3-10
    • /
    • 2017
  • This study was tried to find out characteristics of students' movement in classroom and homeroom. The object was the school whose homebase management was different by grade. Observation research was tried about middle school class that is simultaneously worked with different type of homeroom and the movement of students under various situations was analyzed. As a result, students in exclusive subject classroom moved in short time within one or two minutes after class. In case of exclusive homeroom, returning frequency of students was nearly about 85 to 100 percent within ten minutes in end of end. Behavioral characteristics of students in dual purpose homeroom was similar in exclusive subject classroom. The class using dual purpose homeroom showed high ratio in use of center homebase, therefore, returning frequency at short recess time was extremely low. In case of dual purpose homeroom at lunch time, next class students moved in early time and maximized within one or two minutes in end of end. These results are thought to be useful for planning spaces of variation type.

연구데이터 관리 및 검색을 위한 스키마 클래스 상속 모델 (Schema Class Inheritance Model for Research Data Management and Search)

  • 김선태
    • 정보관리학회지
    • /
    • 제31권2호
    • /
    • pp.41-56
    • /
    • 2014
  • 최근 연구데이터가 국가자산이라는 인식의 확산으로 원시데이터 관리 및 재사용의 필요성이 이슈이다. 본 연구에서는 데이터의 체계적인 관리를 위해, 스키마 클래스를 상속하는 방식의 메타데이터 설계 모델과 상속을 통해 생성된 스키마 객체들을 대상으로 메타데이터 통합 검색 모델을 제안하였다. 스키마 클래스를 상속한 스키마 객체가 데이터 컬렉션에 1대1의 관계를 갖도록 데이터 아키텍처를 설계하였으며, 제안된 모델의 검증을 위해서 가상 스키마 클래스 및 객체가 시스템적으로 구현 가능함을 증명하였다. 본 연구에서 제안하는 스키마 클래스 상속 및 통합검색 모델은 일반적으로 사용되는 '하향식 계층 모델'의 단점을 극복하는 모델로서, 정부 기관에서 생산되는 데이터를 독립적으로 관리하는데 활용될 수 있다고 사료된다.

KDC 제5판 철학류 항목 전개에 관한 소고 (An Analysis of the Class 'Philosophy' in the 5th Edition of Korean Decimal Classification and Relative Index)

  • 강순애;김형숙
    • 한국비블리아학회지
    • /
    • 제20권3호
    • /
    • pp.65-80
    • /
    • 2009
  • 이 논문은 KDC 제5판에서 개정된 철학류의 항목들에 대해 분석한 것이다. 기존의 KDC 제1판부터 제4판까지 철학분류에서는 어떤 내용들이 전개되고 개정되고 변화되어왔는지 항목별로 비교한 결과 일부 용어의 변경이나 분류기호의 이동, 항목의 신설 및 삭제가 있긴 했지만 KDC 제1판의 기본틀에서 크게 벗어나지 못하였음을 알 수 있었다. KDC 제5판에서는 형이상학과 인식론을 수정 전개하여 동위항목으로 배정하였고, 심리학 중에서는 자료가 늘어나는 양성심리, 발달심리, 상법 운명판단, 응용심리학을 확장 전개하였으며, 윤리학 도덕철학부분을 수정 전개하는데 역점을 두어 살펴본 것이다.