| 例文 |
Class Methodsの部分一致の例文一覧と使い方
該当件数 : 165件
This is a subclass of the rfc822.Message class, with some additional methods (see below).例文帳に追加
これは、rfc822.Message クラスのサブクラスで、いくつかの追加のメソッドがあります(以下を参照のこと)。 - Python
Click inside the Checking class element (the subclass), then click inside the BankAccount class element (the superclass).The Select Methods to Redefine dialog box appears. 例文帳に追加
Checking クラス要素 (サブクラス) 内をクリックし、BankAccount クラス要素 (スーパークラス) 内をクリックします。 「再定義するメソッドを選択」ダイアログが表示されます。 - NetBeans
The Context class defines several general purpose methods as well as a large number of methods for doing arithmetic directly in a given context.例文帳に追加
Context クラスでは、いくつかの汎用のメソッドの他、現在のコンテキストで算術演算を直接行うためのメソッドを数多く定義しています。 - Python
The base argument can be used to specify an alternate base class. The dict argument can be used to specify a dictionary of class variables and methods.例文帳に追加
base引数は代わりのベースクラスを指定するために使えます。 dict引数はクラス変数とメソッドの辞書を指定するために使えます。 - Python
Specify controller properties by uncommenting the setter methods that display by default in the class template.例文帳に追加
クラステンプレートのデフォルトで表示する取得メソッドのコメントを解除し、コントローラプロパティーを指定します。 - NetBeans
For the Name class, create a field named value, then create accessor methods for this field.例文帳に追加
Name クラスに対し、value という名前のフィールドを作成し、次にこのフィールドのアクセス用メソッドを作成します。 - NetBeans
For the main Calendar classes (the subclasses of Calendar) all share a common API (a common set of class methods). 例文帳に追加
メインとなるカレンダーのクラス (Calendar のサブクラス) はすべて共通 API (共通のクラスメソッド) を共有しています。 - PEAR
The utility class contains only static methods, so you should not need to make an instance of it. 例文帳に追加
静的メソッドのみを持つユーティリティクラスです。 このクラスのインスタンスを作成する必要はありません。 - PEAR
Note: Both class methods are static; you do not need to instantiate an object. 例文帳に追加
注意どちらのメソッドも静的メソッドなので、オブジェクトのインスタンスを作成する必要はありません。 - PEAR
For information about the methods that can be overridden, see the coding standard class documentation. 例文帳に追加
オーバーライドできるメソッドについての情報は、 コーディング規約クラスについてのドキュメント を参照ください。 - PEAR
This guide describes each of the coding standard class methods that can be overridden to provide additional information about your coding standard to PHP_CodeSniffer. 例文帳に追加
この手引きでは、コーディング規約のクラスでオーバーライド可能なメソッドについて説明します。 - PEAR
The Charset class also provides a number of methods to support standard operations and built-in functions.例文帳に追加
Charset クラスには、標準的な演算と組み込み関数をサポートするいくつかのメソッドがあります。 - Python
This should be the base class for all writerswhich do not need to inherit any implementation methods. 例文帳に追加
このクラスは、メソッド実装をまったく継承する必要のない writer 全ての基底クラスになります。 - Python
DocTests can currently be extracted from the following object types: modules, functions,classes, methods, static methods, class methods, and properties.The optional argument verbose can be used to display the objects searched by the finder.例文帳に追加
現在のところ、モジュール、関数、クラス、メソッド、静的メソッド、クラスメソッド、プロパティからDocTest を抽出できます。 オプション引数 verbose を使うと、抽出処理の対象となるオブジェクトを表示できます。 - Python
They only generate the bean class and the home and remote interfaces, if tagged appropriately, with methods from the Class element. 例文帳に追加
これらは、クラス要素からのメソッドを使用して適切にタグが付けられている場合、Bean クラスとホームインタフェースおよびリモートインタフェースのみを生成します。 - NetBeans
m.im_func(m.im_self, arg-1,arg-2, ..., arg-n).Class instance methods are either bound or unbound,referring to whether the method was accessed through an instance or a class, respectively.例文帳に追加
クラスインスタンスメソッドには、 メソッドがインスタンスからアクセスされるかクラスからアクセスされるかによって、それぞれバインド または 非バインド があります。 - Python
All the methods in the class will be aggregated, except private ones (name starting with an underscore) and constructors. 例文帳に追加
プライベートメソッド (アンダースコアで始まる名前のメソッド)およびコンストラクタを除く、クラスの全メソッドが集約されます。 - PEAR
This class includes sub-classses that provide methods for creating, parsing, sending, and receving DNS nameserver packets. 例文帳に追加
このクラスのサブクラスは、DNS パケットを作成したり解析したり送受信したりするメソッドを提供します。 - PEAR
The ConfigParser class extends some methods of the RawConfigParser interface, adding some optional arguments.例文帳に追加
ConfigParserクラスはRawConfigParserのインターフェースをいくつかのメソッドについて拡張し、省略可能な引数を追加しています。 - Python
The Header class also provides a number of methods to support standard operators and built-in functions.例文帳に追加
Header クラスは、標準の演算子や組み込み関数をサポートするためのメソッドもいくつか提供しています。 - Python
Built-in methods are described with the types that support them. The implementation adds two special read-only attributes to class instance methods:例文帳に追加
組み込みメソッドはそれをサポートする型と一緒に記述されています。 実装では、クラスインスタンスのメソッドに 2 つの読み込み専用の属性を追加しています: - Python
The class Stats (the above code just created an instance of this class) has a variety of methods for manipulating and printing thedata that was just read into p.例文帳に追加
Stats クラス(上記コードはこのクラスのインスタンスを生成するだけの内容です)は p に読み込まれたデータを操作したり、表示するための各種メソッドを備えています。 - Python
To provide analogs of peptides corresponding to class I MHC-restricted T cell epitopes and methods for their generation.例文帳に追加
クラスIMHC制限T細胞エピトープに対応するペプチドのアナログ及びその生成方法を提供する。 - 特許庁
A byte code of the class is parsed to identify opcodes which invoke a byte code to call other methods.例文帳に追加
他のメソッドを呼び出すためのバイトコードを呼び出すオペコードを特定するために、クラスのバイトコードが構文解析される。 - 特許庁
Class variables (a.k.a properties) and methods should be named using the "studly caps" style (also referred to as "bumpy case" or "camel caps"). 例文帳に追加
クラス変数 (プロパティ) およびメソッドの名前は "studly caps"形式 ("bumpy case" あるいは "camel caps" と呼ばれることもあります) で決めます。 - PEAR
Further, the class provides methods to set the folder locations and save this settings into an ini file. 例文帳に追加
さらに、このクラスを使用すると、フォルダの場所を設定してその内容を ini ファイルに保存することができます。 - PEAR
The behaviour of class method objects upon such retrieval is described above,under ``User-defined methods''.例文帳に追加
このようにして取得したクラスメソッドオブジェクトの動作については、上の ``ユーザ定義メソッド (user-defined method)'' で説明されています。 - Python
The InteractiveConsole class is a subclass of InteractiveInterpreter, and so offers all the methods of the interpreter objects as well as the following additions.例文帳に追加
InteractiveConsoleクラスはInteractiveInterpreterのサブクラスです。 以下の追加メソッドだけでなく、インタプリタオブジェクトのすべてのメソッドも提供します。 - Python
In Tkinter, the Pack class holds all this functionality, and the various forms of the pack command are implemented as methods. All widgets in例文帳に追加
Tkinter では Pack クラスがこの機能すべてを握っていて、 様々なpack の形式がメソッドとして実装されています。 - Python
The application program 1 is provided with methods B stored in a data base 3 and having the same name and calls a class selecting method 4 to dynamically select a class A to satisfy conditions specified by the application program 1 when the methods B of plural classes A with the same class name are called.例文帳に追加
アプリケーションプログラム1は、データベース3に格納されていて同名のメソッドBを有しクラス名が同じである複数のクラスAのメソッドBを呼び出す場合に、アプリケーションプログラム1によって指定された条件を満たすクラスAを動的に選択するクラス選択メソッド4を呼び出す。 - 特許庁
If you look at the source code for the classes, you can see that Utils.java has three methods(computeFactorial, concatWords, and normalizeWord) and that Vectors.javahas two methods (equals and scalarMultiplication).The next step is to create test classes for each class and write some test cases for the methods. 例文帳に追加
クラスのソースコードを見ると、Utils.java に 3 つのメソッド (computeFactorial、concatWords、および normalizeWord) があり、Vectors.java に 2 つのメソッド (equals および scalarMultiplication) があることがわかります。 次の手順では、各クラス用のテストクラスを作成し、メソッド用にいくつかのテストクラスを記述します。 - NetBeans
A test suite is basically a class with a method that invokes the specified test cases, such as specific test classes, test methods in test classes and other test suites.A test suite can be included as part of a test class but best practices recommends creatingindividual test suite classes.例文帳に追加
テストスイートはテストクラスの一部として含めることができますが、ベストプラクティスとしては、個々のテストスイートクラスを作成することをお勧めします。 - NetBeans
The HTMLParser class is designed to be used as a base class for other classes in order to add functionality, and allows most of its methods to be extended or overridden.例文帳に追加
HTMLParser クラスは、機能を追加するために他のクラスの基底クラスとして利用するように設計されており、ほとんどのメソッドが拡張したり上書きしたりできるようになっています。 - Python
The method includes a step for acquiring the methods of other classes called in the method of each class in a class group constituting an optional operation system, a step for generating the interface classes of the class itself for plural other classes and a step for generating an interface class succeeding respective interface classes of the class itself for plural other classes.例文帳に追加
任意の業務システムを構成するクラス群の中の各クラスのメソッド内で呼ばれる他クラスのメソッドを取得するステップと、複数の他クラスに対する自クラスのインタフェースクラスを生成するステップと、複数の他クラスに対する自クラスのそれぞれのインタフェースクラスを継承した1つのインタフェースクラスを生成するステップとを含む。 - 特許庁
To provide a novel class of T cell epitope compositions (T regitopes); and to provide methods of preparing and using them.例文帳に追加
新しいクラスのT細胞エピトープ組成物(Tレギトープ)、及びそれらの調製方法および使用方法を提供する。 - 特許庁
To provide methods for the identification and isolation of novel MHC class II epitopes derived from the cancer antigen, NY ESO-1.例文帳に追加
癌抗原NY−ESO−1由来の新規MHCクラスIIエピトープの同定及び単離方法の提供。 - 特許庁
The modifier for the class variable is set to private while getter and setter methods are generated with public modifiers.例文帳に追加
クラス変数の修飾子は private に設定され、取得メソッドと設定メソッドは public の修飾子を指定して生成されます。 - NetBeans
The Codec class defines these methods which also define the function interfaces of the stateless encoder and decoder:例文帳に追加
Codec クラスは以下のメソッドを定義します。 これらのメソッドは、内部状態を持たないエンコーダ/デコーダ関数のインタフェースを定義します。 - Python
An HDD storage conversion class 71 of a data conversion class 7 converts the printing data into HDD storage data when "store in HDD" is selected from the printing methods provided by the printing method selection class 6.例文帳に追加
データ変換クラス7のHDD保存用変換クラス71は、印刷方法選択クラス6が提供した印刷方法の中から「HDD保存する」が選択されると、HDD保存用データに印刷データを変換する。 - 特許庁
In this case,self must be an instance of the unbound method's class (or a subclass of that class), otherwise a TypeError is raised.Like function objects, methods objects support gettingarbitrary attributes.例文帳に追加
この場合、self は非バインドメソッドのクラス(サブクラス) のインスタンスでなければならず、そうでなければTypeError が送出されます。 関数オブジェクトと同じく、メソッドオブジェクトは任意の属性を取得できます。 - Python
METHOD OR DEVICE THAT SELECTIVELY PROTECTS ONE OF PLURALITY OF METHODS OF CLASS OF APPLICATION DESCRIBED IN OBJECT-ORIENTED LANGUAGE例文帳に追加
オブジェクト指向言語で記述されたアプリケーションのクラスの複数のメソッドのうち1つを選択的にプロテクトするメソッド又はデバイス - 特許庁
Accept the Customer andrew option and type a period after it.You are automatically provided with a list of the public methods and fields of the Customer class.例文帳に追加
Customer andrew を選択し、そのあとにピリオド 1 つを入力します。 Customer クラスの public メソッドおよびフィールドの一覧が自動的に表示されます。 - NetBeans
Whether you need to use these methods depends on which class was used to build the day objects. 例文帳に追加
あなたがこれらのメソッドを使用する必要があるかどうかは、日付オブジェクトを構築するするのにどのクラスを使用したかによります。 - PEAR
The class provides methods to convert a date in different formats, calculate differences, weekdays and more. 例文帳に追加
このクラスには、日付の書式を変換したり日付の差を計算したり、あるいは曜日を取得したりといったメソッドがあります。 - PEAR
Class instances can pretend to be numbers, sequences, or mappings if they have methods with certain special names.例文帳に追加
クラスインスタンスは、ある特定の名前のメソッドを持っている場合、数値型やシーケンス型、あるいはマップ型のように振舞うことができます。 - Python
The most useful way to define a CookiePolicy class is by subclassing from DefaultCookiePolicy and overriding some or all of the methods above.例文帳に追加
もっとも有用な方法は、DefaultCookiePolicy をサブクラス化したCookiePolicy クラスを定義して、いくつか (あるいはすべて) のメソッドをオーバーライドすることでしょう。 - Python
Subclass of SAXException raised on parse errors.Instances of this class are passed to the methods of the SAXErrorHandler interface to provide information about the parse error.例文帳に追加
パースエラー時に発生する SAXException のサブクラスです。 パースエラーに関する情報として、このクラスのインスタンスが SAXErrorHandler インターフェースのメソッドに渡されます。 - Python
You have now declared your methods in the remote interface and implemented stubs in the bean class. The Projects window now shows two new nodes in the Enterprise Beans node, for your new methods, as shown here.例文帳に追加
これで、リモートインタフェースでメソッドを宣言し、Bean クラスでスタブを実装できました。 次に示すように、「プロジェクト」ウィンドウには「エンタープライズ Bean」ノードに、新しいメソッド用の 2 つの新しいノードが表示されているはずです。 - NetBeans
It provides convenience methods for generating a flat text representation of the message object tree, for accessing commonly used header parameters, and for recursively walking over the object tree.Here are the methods of the Message class:例文帳に追加
これにはメッセージオブジェクトツリーからフラットなテキスト文書を生成したり、一般的に使われるヘッダのパラメータにアクセスしたり、またオブジェクトツリーを再帰的にたどったりするための便利なメソッドを含みます。 - Python
(2) The first class consigned freight forwarding business operator shall not allow other persons to manage the first class consigned freight forwarding business under its title by lending of the business or by any other methods. 例文帳に追加
2 第一種貨物利用運送事業者は、事業の貸渡しその他いかなる方法をもってするかを問わず、第一種貨物利用運送事業を他人にその名において経営させてはならない。 - 日本法令外国語訳データベースシステム
| 例文 |
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
