BS ISO IEC 30106-2-2016 Information technology Object oriented BioAPI Java implementation《信息技术 面向对象的BioAPI Java实现》.pdf
《BS ISO IEC 30106-2-2016 Information technology Object oriented BioAPI Java implementation《信息技术 面向对象的BioAPI Java实现》.pdf》由会员分享,可在线阅读,更多相关《BS ISO IEC 30106-2-2016 Information technology Object oriented BioAPI Java implementation《信息技术 面向对象的BioAPI Java实现》.pdf(78页珍藏版)》请在麦多课文档分享上搜索。
1、BSI Standards Publication BS ISO/IEC 30106-2:2016 Information technology Object oriented BioAPI Part 2: Java implementationBS ISO/IEC 30106-2:2016 BRITISH STANDARD National foreword This British Standard is the UK implementation of ISO/IEC 30106-2:2016. The UK participation in its preparation was en
2、trusted to Technical Committee IST/44, Biometrics. A list of organizations represented on this committee can be obtained on request to its secretary. This publication does not purport to include all the necessary provisions of a contract. Users are responsible for its correct application. The Britis
3、h Standards Institution 2016. Published by BSI Standards Limited 2016 ISBN 978 0 580 75178 3 ICS 35.040 Compliance with a British Standard cannot confer immunity from legal obligations. This British Standard was published under the authority of the Standards Policy and Strategy Committee on 30 April
4、 2016. Amendments/corrigenda issued since publication Date T e x t a f f e c t e dBS ISO/IEC 30106-2:2016 Information technology Object oriented BioAPI Part 2: Java implementation Technologies de linformation Objet orient BioAPI Partie 2: Mise en oeuvre Java INTERNATIONAL STANDARD ISO/IEC 30106-2 Re
5、ference number ISO/IEC 30106-2:2016(E) First edition 2016-03-15 ISO/IEC 2016 BS ISO/IEC 30106-2:2016ii ISO/IEC 2016 All rights reserved COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2016, Published in Switzerland All rights reserved. Unless otherwise specified, no part of this publication may be reproduced o
6、r utilized otherwise in any form or by any means, electronic or mechanical, including photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISOs member body in the country of the requester. ISO c
7、opyright office Ch. de Blandonnet 8 CP 401 CH-1214 Vernier, Geneva, Switzerland Tel. +41 22 749 01 11 Fax +41 22 749 09 47 copyrightiso.org www.iso.org ISO/IEC 30106-2:2016(E)BS ISO/IEC 30106-2:2016ISO/IEC 30106-2:2016(E)Foreword vi Introduction vii 1 Scope . 1 2 Normative references 1 3 BioAPI Java
8、 package structure . 1 3.1 Package org.bioapi . 1 3.1.1 Package description 1 3.1.2 Structure . 1 3.2 Package org.bioapi.data . 2 3.2.1 Package description 2 3.2.2 Structure . 2 4 Data types and constants . 2 4.1 Class ACBioParameters 2 4.1.1 Description 2 4.1.2 Method summary 2 4.2 Class BFPListEle
9、ment . . 2 4.2.1 Description 2 4.2.2 Method summary 3 4.3 Class BFPSchema. 3 4.3.1 Description 3 4.3.2 Method summary 3 4.4 Class BIR . 4 4.4.1 Description 4 4.4.2 Method summary 4 4.5 Class BSPSchema . 9 4.5.1 Description 9 4.5.2 Method summary 9 4.6 Class candidate 12 4.6.1 Description .12 4.6.2 M
10、ethod summary .12 4.7 Class DataTypes 13 4.7.1 Description .13 4.7.2 Enumerations 14 4.8 Class date 20 4.8.1 Description .20 4.8.2 Method summary .21 4.9 Class FrameworkSchema 22 4.9.1 Description .22 4.9.2 Method summary .23 4.10 Class GUIBitmap .24 4.10.1 Description .24 4.10.2 Method summary .24
11、4.11 Class IdentifyPopulation 24 4.11.1 Description .24 4.11.2 Method summary .24 4.12 Class PopulationMember 25 4.12.1 Description .25 4.12.2 Method summary .25 4.13 Class RegistryID 25 4.13.1 Description .25 4.13.2 Method summary .25 4.14 Class SecurityProfileType .26 4.14.1 Description .26 ISO/IE
12、C 2016 All rights reserved iii Contents PageBS ISO/IEC 30106-2:2016ISO/IEC 30106-2:2016(E)4.14.2 Method summary .26 4.15 Class UnitList .27 4.15.1 Description .27 4.15.2 Method summary .27 4.16 Class UnitListElement 27 4.16.1 Description .27 4.16.2 Method summary .27 4.17 Class UnitSchema .28 4.17.1
13、 Description .28 4.17.2 Method summary .28 4.18 Class UUID 30 4.18.1 Description .30 5 Object oriented interfaces for supporting BioAPI_Units .30 5.1 General 30 5.2 Interface archive .30 5.2.1 Description .30 5.2.2 Method summary .31 5.3 Interface comparison .34 5.3.1 Description .34 5.3.2 Method su
14、mmary .34 5.4 Interface processing 36 5.4.1 Description .36 5.4.2 Method summary .36 5.5 Interface sensor .37 5.5.1 Description .37 5.5.2 Method summary .38 6 BFP level .39 6.1 Interface BFP .39 6.1.1 Description .39 6.1.2 Imported interfaces 39 6.1.3 Method summary .40 7 BSP level .42 7.1 Interface
15、 BSP 42 7.1.1 Description .42 7.1.2 Imported interfaces 42 7.1.3 Method summary .42 8 Framework level 49 8.1 Interface ComponentRegistry .49 8.1.1 Description .49 8.1.2 Method summary .50 8.2 Interface framework .51 8.2.1 Description .51 8.2.2 Inherited interfaces 51 8.2.3 Method summary .52 9 Appli
16、cation interaction .56 9.1 class BioAPIException extends Exception 56 9.1.1 Description .56 9.1.2 Constructor summary 56 9.1.3 Method summary .57 9.2 GUI callback functions .57 9.2.1 Description .57 9.2.2 Callback interface specification .58 10 BSP Interaction 61 10.1 Interface BSPEventListener 61 1
17、0.1.1 Method summary .61 iv ISO/IEC 2016 All rights reservedBS ISO/IEC 30106-2:2016ISO/IEC 30106-2:2016(E)11 BFP interaction 62 11.1 Interface BFPEnumerationListener .62 11.1.1 Method summary .62 11.2 Interface BFPEventListener 62 11.2.1 Method summary .62 11.3 Interface BFPGUIProgressEventListener
18、63 11.3.1 Method summary .63 Annex A (informative) Java requirements .64 Annex B (informative) Calling sequence examples and sample code .65 ISO/IEC 2016 All rights reserved vBS ISO/IEC 30106-2:2016ISO/IEC 30106-2:2016(E) Foreword ISO (the International Organization for Standardization) and IEC (the
19、 International Electrotechnical Commission) form the specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particu
20、lar fields of technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information technology, ISO and IEC have establi
21、shed a joint technical committee, ISO/IEC JTC 1. The procedures used to develop this document and those intended for its further maintenance are described in the ISO/IEC Directives, Part 1. In particular the different approval criteria needed for the different types of document should be noted. This
22、 document was drafted in accordance with the editorial rules of the ISO/IEC Directives, Part 2 (see www.iso.org/directives). Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO and IEC shall not be held responsible for identifying
23、 any or all such patent rights. Details of any patent rights identified during the development of the document will be in the Introduction and/or on the ISO list of patent declarations received (see www.iso.org/patents). Any trade name used in this document is information given for the convenience o
24、f users and does not constitute an endorsement. For an explanation on the meaning of ISO specific terms and expressions related to conformity assessment, as well as information about ISOs adherence to the WTO principles in the Technical Barriers to Trade (TBT) see the following URL: Foreword - Suppl
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- BSISOIEC3010622016INFORMATIONTECHNOLOGYOBJECTORIENTEDBIOAPIJAVAIMPLEMENTATION 信息技术 面向 对象 BIOAPIJAVA 实现

链接地址:http://www.mydoc123.com/p-396812.html