JP2009534766A - アプリケーション・データ・エディタを生成するための方法及びシステム - Google Patents
アプリケーション・データ・エディタを生成するための方法及びシステム Download PDFInfo
- Publication number
- JP2009534766A JP2009534766A JP2009507009A JP2009507009A JP2009534766A JP 2009534766 A JP2009534766 A JP 2009534766A JP 2009507009 A JP2009507009 A JP 2009507009A JP 2009507009 A JP2009507009 A JP 2009507009A JP 2009534766 A JP2009534766 A JP 2009534766A
- Authority
- JP
- Japan
- Prior art keywords
- class
- page
- editor
- current
- attributes
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 81
- 230000002085 persistent effect Effects 0.000 claims abstract description 8
- 238000004590 computer program Methods 0.000 claims abstract description 4
- 230000008520 organization Effects 0.000 claims abstract description 4
- 230000008859 change Effects 0.000 claims description 4
- 238000013499 data model Methods 0.000 abstract description 10
- 230000008569 process Effects 0.000 description 47
- 238000011161 development Methods 0.000 description 10
- 238000012360 testing method Methods 0.000 description 6
- 238000010276 construction Methods 0.000 description 4
- 230000006870 function Effects 0.000 description 4
- 238000013461 design Methods 0.000 description 3
- 241000220317 Rosa Species 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 238000007689 inspection Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/448—Execution paradigms, e.g. implementations of programming paradigms
- G06F9/4488—Object-oriented
- G06F9/4492—Inheritance
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Stored Programmes (AREA)
Abstract
【解決手段】 アプリケーションの永続データを編集するための、コンピュータのグラフィカル・ユーザ・インターフェースを介して実行されるエディタを生成する方法、コンピュータ・プログラム及びシステムであって、永続データは、クラス、それらの属性、及びクラス間の関係の階層的組織を定義するモデリング言語を用いてデータ・オブジェクト・モデル内に記述され、格納され、この方法は、ルート・クラスを検索し、ルート・クラスから開始するステップと、クラスのインスタンスを作成するためにクラス毎にページを作成するステップとを含む。現在のクラスの各ページは、クラスの属性を編集する編集セクションと、それらが作成されるときにクラスの全てのインスタンスを列挙するテーブル・セクションと、現在のクラスと関連するターゲット・クラスに対応する他のページへのポインタを列挙するハイパーリンク・セクションとを含む。
ハイパーリンク・セクションのポインタを用いてページ内をナビゲートするエディタのユーザは、モデルの全てのクラスをインスタンス化することができる。
【選択図】 図2
Description
アプリケーションのデータモデルから始まるこれらのエディタの生成を容易にする必要性が存在する。
本発明の方法によって生成されたエディタを用いる場合、同じ抽象クラスに属するクラス・ページをグループ化することによって、ページ数が随意的に減少される。
Claims (8)
- アプリケーションの永続データを編集するための、コンピュータのグラフィカル・ユーザ・インターフェースを介して実行されるエディタを生成する方法であって、前記永続データは、クラス、それらの属性、及びクラス間の関係の階層的組織を定義するモデリング言語を用いてデータ・オブジェクト・モデル内に記述されて格納され、
前記モデルを読み取り、いずれかの他のクラスによって参照されない前記モデル内の唯一のクラスであるルート・クラスを検索するステップと、
前記ルート・クラスから開始し、前記関係を用いて各々のクラスを読み取るステップと、
インターフェースではない読み取られたクラスいわゆる現在のクラス毎に、前記現在のクラスの全てのインスタンスを編集するためにページを作成するステップと、
各々の現在のクラスとその作成されたページとの間のリンクを格納するステップと、
各々の現在のページ内に、前記現在のクラスの属性を編集するフィールドを含む第1のセクションと、それらが編集されるときに前記現在のクラスの全てのインスタンスを列挙する第2のセクションとを作成し、前記格納されたリンクを使用して、前記現在のクラスにおいて参照された前記クラスのクラス・ページ・インスタンスに向けたポインタを表示する第3のセクションを作成するステップと
を含む方法。 - クラス毎にページを作成する前記ステップは、エディタのユーザに、前記ページの作成のグラフィカル表示を変更する可能性を提供するステップをさらに含む、請求項1に記載の方法。
- 前記格納されたリンクを用いて、前記モデルのいずれかのクラスの前記ページにアクセスするためのポインタを表示するためのステップをさらに含む、請求項1又は請求項2に記載の方法。
- ポインタを表示するための前記ステップは、上にクラス名を有するタブをスクリーン上に表示するステップを含み、
各々のタブは、対応するクラスの前記ページの方向にユーザを導く、
請求項1乃至請求項3のいずれか1項に記載の方法。 - 第1のセクションを作成する前記ステップは、前記モデルの前記階層内の前記現在のクラスよりも上位にある全ての先祖クラスの属性によって前記現在のクラスの属性を編集するためのフィールドをグループ化するステップを含む、請求項1乃至請求項4のいずれか1項に記載の方法。
- ページを作成する前記ステップは、前記現在のクラスが帰属するいずれかの抽象クラスを探すステップを含み、
抽象クラスが見つかった場合、前記抽象クラスが前記現在のクラスになり、
前記現在のクラスの前記ページ内に第1のセクションを作成する前記ステップは、前記抽象クラスの属性及び全ての子クラスの属性を編集するためのフィールドをグループ化するステップを含む、
請求項1乃至請求項5のいずれか1項に記載の方法。 - コンピュータに、請求項1乃至請求項6のいずれか1項に記載の方法に係るステップを実行させるためのコンピュータ・プログラム。
- 請求項1乃至請求項6のいずれか1項に記載の前記方法を実行するように適合された手段を含むシステム。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP06300414.7 | 2006-04-27 | ||
EP06300414 | 2006-04-27 | ||
PCT/EP2007/052350 WO2007124977A2 (en) | 2006-04-27 | 2007-03-13 | A method and system for generating application data editors |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009534766A true JP2009534766A (ja) | 2009-09-24 |
JP5102828B2 JP5102828B2 (ja) | 2012-12-19 |
Family
ID=38529948
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009507009A Active JP5102828B2 (ja) | 2006-04-27 | 2007-03-13 | アプリケーション・データ・エディタを生成するための方法及びシステム |
Country Status (7)
Country | Link |
---|---|
US (1) | US8566782B2 (ja) |
EP (1) | EP2013713A2 (ja) |
JP (1) | JP5102828B2 (ja) |
CN (1) | CN101410798B (ja) |
CA (1) | CA2648471A1 (ja) |
TW (1) | TW200816047A (ja) |
WO (1) | WO2007124977A2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020155103A (ja) * | 2019-03-20 | 2020-09-24 | 横河電機株式会社 | フィールドデバイスを稼働するためのシステム、方法、およびコンピュータによって実施されるプログラム |
Families Citing this family (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8336025B1 (en) | 2007-02-08 | 2012-12-18 | The Mathworks, Inc. | Pattern modeling methods and systems |
US8776015B1 (en) * | 2007-02-08 | 2014-07-08 | The Mathworks, Inc. | Pattern modeling methods and systems |
US8307020B2 (en) | 2009-07-24 | 2012-11-06 | Ensequence, Inc. | Method for distributing a certified application employing a pre-certified master application template |
US8671124B2 (en) * | 2009-07-24 | 2014-03-11 | Ensequence, Inc. | Method for application authoring employing a pre-certified master application template |
US20110022603A1 (en) * | 2009-07-24 | 2011-01-27 | Ensequence, Inc. | Method and system for authoring and distributing multiple application versions based on audience qualifiers |
US8667460B2 (en) * | 2009-07-24 | 2014-03-04 | Ensequence, Inc. | Method for application authoring employing a child application template derived from a master application template |
US8682945B2 (en) * | 2009-07-24 | 2014-03-25 | Ensequence, Inc. | Method and system for authoring multiple application versions based on audience qualifiers |
US9116708B2 (en) * | 2010-03-05 | 2015-08-25 | Nec Corporation | Program creation support apparatus, program, and information system |
CN101853167A (zh) * | 2010-05-28 | 2010-10-06 | 北京中恒博瑞数字电力科技有限公司 | 基于soa、rcp的动态对象编辑的方法 |
CN102368217A (zh) * | 2011-10-20 | 2012-03-07 | 镇江睿泰信息科技有限公司 | 一种元数据驱动的rest风格应用开发方法与系统 |
CN103207869A (zh) * | 2012-01-16 | 2013-07-17 | 腾讯科技(深圳)有限公司 | 一种网页的维护方法、系统和平台 |
CN103428243A (zh) * | 2012-05-21 | 2013-12-04 | 阿里巴巴集团控股有限公司 | 动态网页静态存储的实现方法、设备和系统 |
US9229693B1 (en) * | 2014-05-28 | 2016-01-05 | Amazon Technologies, Inc. | Build service for software development projects |
CN105278935B (zh) * | 2014-06-25 | 2018-06-22 | 成都普中软件有限公司 | 一种构造界面模型的可视界面建模编辑器 |
US10379819B2 (en) * | 2014-09-26 | 2019-08-13 | Oracle International Corporation | Generic editor layout using intrinsic persistence metadata |
WO2016199018A1 (en) | 2015-06-07 | 2016-12-15 | Wix.Com Ltd | System and method for the generation of an adaptive user interface in a website building system |
CN105930211B (zh) * | 2016-04-14 | 2020-09-08 | 腾讯科技(深圳)有限公司 | 一种应用数据获取的方法以及服务器 |
US10248385B1 (en) * | 2017-11-30 | 2019-04-02 | International Business Machines Corporation | Extracting mobile application workflow from design files |
CN110874523B (zh) * | 2018-08-30 | 2024-02-13 | 北京国双科技有限公司 | 富文本编辑器的内外交互方法及装置、处理器、存储介质 |
CN110764761B (zh) * | 2019-10-30 | 2023-12-29 | 网易(杭州)网络有限公司 | 数组可视化编辑方法与装置、电子设备、存储介质 |
CN111209000B (zh) * | 2020-01-08 | 2024-01-26 | 网易(杭州)网络有限公司 | 自定义控件的处理方法、装置、电子设备及存储介质 |
CN112099792B (zh) * | 2020-09-18 | 2024-02-02 | 上海逸动医学科技有限公司 | 一种可视化ui样式设计方法及系统 |
CN112995191A (zh) * | 2021-03-12 | 2021-06-18 | 上海卫星工程研究所 | 一种基于类派生的通用卫星遥控指令生成方法及系统 |
CN113742018A (zh) * | 2021-08-31 | 2021-12-03 | 远光软件股份有限公司 | 档案模型调整方法、计算机装置及计算机可读存储介质 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07110763A (ja) * | 1993-10-13 | 1995-04-25 | Hitachi Ltd | ユーザインタフェース画面編集装置 |
JPH10232769A (ja) * | 1997-02-19 | 1998-09-02 | Hitachi Ltd | クラス追加支援方法 |
US20050273763A1 (en) * | 2004-06-03 | 2005-12-08 | Microsoft Corporation | Method and apparatus for mapping a data model to a user interface model |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5835910A (en) * | 1994-11-10 | 1998-11-10 | Cadis, Inc. | Method and system for comparing attributes in an object-oriented management system |
US5987247A (en) * | 1997-05-09 | 1999-11-16 | International Business Machines Corporation | Systems, methods and computer program products for building frameworks in an object oriented environment |
-
2007
- 2007-03-13 JP JP2009507009A patent/JP5102828B2/ja active Active
- 2007-03-13 US US12/298,110 patent/US8566782B2/en not_active Expired - Fee Related
- 2007-03-13 WO PCT/EP2007/052350 patent/WO2007124977A2/en active Application Filing
- 2007-03-13 EP EP07726852A patent/EP2013713A2/en not_active Withdrawn
- 2007-03-13 CA CA002648471A patent/CA2648471A1/en not_active Abandoned
- 2007-03-13 CN CN2007800108885A patent/CN101410798B/zh not_active Expired - Fee Related
- 2007-04-23 TW TW096114266A patent/TW200816047A/zh unknown
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07110763A (ja) * | 1993-10-13 | 1995-04-25 | Hitachi Ltd | ユーザインタフェース画面編集装置 |
JPH10232769A (ja) * | 1997-02-19 | 1998-09-02 | Hitachi Ltd | クラス追加支援方法 |
US20050273763A1 (en) * | 2004-06-03 | 2005-12-08 | Microsoft Corporation | Method and apparatus for mapping a data model to a user interface model |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020155103A (ja) * | 2019-03-20 | 2020-09-24 | 横河電機株式会社 | フィールドデバイスを稼働するためのシステム、方法、およびコンピュータによって実施されるプログラム |
JP7331716B2 (ja) | 2019-03-20 | 2023-08-23 | 横河電機株式会社 | フィールドデバイスを稼働するためのシステム、方法、およびコンピュータによって実施されるプログラム |
Also Published As
Publication number | Publication date |
---|---|
WO2007124977A3 (en) | 2007-12-21 |
CA2648471A1 (en) | 2007-11-08 |
TW200816047A (en) | 2008-04-01 |
CN101410798A (zh) | 2009-04-15 |
EP2013713A2 (en) | 2009-01-14 |
US20090089746A1 (en) | 2009-04-02 |
CN101410798B (zh) | 2012-11-07 |
WO2007124977A2 (en) | 2007-11-08 |
JP5102828B2 (ja) | 2012-12-19 |
US8566782B2 (en) | 2013-10-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5102828B2 (ja) | アプリケーション・データ・エディタを生成するための方法及びシステム | |
US7114149B2 (en) | Navigation links in generated documentation | |
US7272819B2 (en) | Configuration model for configuring an adapter software component to selectively access software objects and object editor using instance of same | |
US7644370B2 (en) | Method of componentisation of a graphically defined formula | |
US20030204481A1 (en) | Method and system for visually constructing XML schemas using an object-oriented model | |
US20050138057A1 (en) | Data mapping visualization | |
JP2006107478A (ja) | ワークフローを設計するための拡張可能フレームワーク | |
WO2001082068A1 (en) | Methods and systems for identifying dependencies between object-oriented elements | |
US20110185294A1 (en) | Pattern-based user interfaces | |
JP2007011507A (ja) | プログラムツリーの表示方法、およびプログラム生成システム | |
Ng et al. | A visual approach to distributed programming | |
EP1292917A1 (en) | Navigation links in generated documentation | |
Zweihoff | Cinco products for the web | |
Phillips | Lean Cuisine+: an executable graphical notation for describing direct manipulation interfaces | |
KR100609240B1 (ko) | Mof 메타 모델과 사용자 요구 사항에 기반한 다이어그램 모델링 도구 생성 장치 및 방법 | |
JP2000020298A (ja) | ソフトウェア開発支援装置 | |
Anguish et al. | Cocoa programming | |
Rauschmayer et al. | Tube: Interactive model-integrated object-oriented programming. | |
Neelamkavil et al. | A methodology and tool set for supporting the development of graphical user interfaces | |
Chen et al. | Extraction of BPEL Process Fragments in Eclipse BPEL Designer | |
Schmeling et al. | Student Research Project | |
Goad | XOBS: A formalism for representing the behavior of virtual objects | |
Rauschmayer et al. | Tube: a prototype-based programming environment | |
Feng et al. | Multi-device User Interface Development with Composition-oriented User Interface Design Patterns | |
Magee et al. | A VISUAL APPROACH TO DISTRIBUTED PROGRAMMING |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20091120 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120328 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120403 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120625 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120904 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120928 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151005 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5102828 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |