1153万例文収録!

「ABSTRACT CLASS」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > ABSTRACT CLASSの意味・解説 > ABSTRACT CLASSに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

ABSTRACT CLASSの部分一致の例文一覧と使い方

該当件数 : 27



例文

Abstract base class for an OSA class.例文帳に追加

OSA クラス用の抽象基底クラスです。 - Python

10.25 distutils.cmd -- Abstract base class for Distutils commands 例文帳に追加

25 distutils.cmd -- Distutils コマンドの抽象クラス - Python

An abstract data module includes an interface and an abstract class and is operably connected with the data sources.例文帳に追加

抽象データモジュール(Abstract Data Module)は、インタフェースおよび抽象クラス(Abstract Class)を含み、データソースに動作可能に接続される。 - 特許庁

tzinfo is an abstract base clase, meaning that this class should not be instantiated directly.例文帳に追加

tzinfo は抽象基底クラスです。 - Python

例文

Abstract base class for an OSA property.例文帳に追加

OSA プロパティ用の抽象基底クラスです。 - Python


例文

This class is an abstract subclass of asyncore. dispatcher. 例文帳に追加

このクラスは、asyncore.dispatcherから継承した抽象クラスです。 - Python

This module supplies the abstract base class Command. 例文帳に追加

このモジュールは抽象ベースクラス Command を提供します。 - Python

If you want to modify an existing renderer or write a new one, this section will be of interest to you.HTML_QuickForm_RendererHTML_QuickForm_Renderer--Abstract base class for renderers (package developer related)DescriptionDefines the abstract methods that should be implemented by child classes. 例文帳に追加

子クラスで実装する抽象メソッドを定義します。 - PEAR

Note that this class is not abstract. 例文帳に追加

このクラスは抽象クラスではないので注意してください。 - Python

例文

This module provides the abstract base class for the CCompiler classes. 例文帳に追加

このモジュールは CCompilerクラスの抽象ベースクラスを提供します。 - Python

例文

Thus, for object-oriented programming, a unit is a class, and may be a base class, super class, abstract class, or derived (or child) class. 例文帳に追加

そのため、オブジェクト指向プログラミングでは、ユニットはクラスであり、また基底クラス、スーパークラス、抽象クラス、または派生クラス (子クラス) であることもあります。 - NetBeans

Abstract base class for defining command classes, the ``worker bees''of the Distutils. 例文帳に追加

コマンドクラスを定義するための抽象ベースクラス -- distutilsの「働きバチ」-- です。 - Python

Contains MWerksCompiler, an implementation of the abstract CCompiler class for MetroWerks CodeWarrior on the Macintosh. 例文帳に追加

MWerksCompilerクラスを提供します。 抽象クラスCCompilerの具象クラスで Macintoshの MetroWerks CodeWarrior向けです。 - Python

This module provides BorlandCCompiler, an subclass of the abstract CCompiler class for the Borland C++ compiler. 例文帳に追加

このモジュールはBorlandCCompilerクラスを提供します。 抽象クラスCCompilerの具象クラスでBorland C++ コンパイラ向けです。 - Python

This module provides MSVCCompiler, an implementation of the abstract CCompiler class for Microsoft Visual Studio. 例文帳に追加

このモジュールは MSVCCompilerクラスを提供します。 抽象クラスCCompilerの具象クラスでMicrosoft Visual Studio向けのものです。 - Python

METHOD AND SYSTEM FOR USING ABSTRACT CLASS FOR EXTRACTING STATUS INFORMATION FROM NETWORK DEVICE例文帳に追加

ネットワークデバイスからステータス情報を抽出するための抽象型クラス使用方法およびシステム - 特許庁

The abstract base class CCompiler defines the interface that must be implemented by real compiler classes. 例文帳に追加

抽象ベースクラス CCompilerは実際のコンパイラクラスで実装される必要のあるインタフェースを定義しています。 - Python

Each node type is represented as a class that inherits from the abstract base classcompiler.ast.Node and defines a set of named attributes for child nodes.例文帳に追加

各ノードのタイプはクラスとして表現され、そのクラスは抽象基底クラス compiler.ast.Node を継承し子ノードの名前属性を定義しています。 - Python

BothSet and ImmutableSet derive from BaseSet, an abstract class useful for determining whether something is a set:isinstance(obj, BaseSet).The set classes are implemented using dictionaries.例文帳に追加

SetとImmutableSetは、何が集合(isinstance(obj, BaseSet))であるか決めるのに役立つ抽象クラスBaseSetから派生します。 集合クラスは辞書を使用して実装されます。 - Python

The pipes module defines a class to abstract the concept of a pipeline -- a sequence of convertors from one file to another.Because the module uses /bin/sh command lines, a POSIX or compatible shell for os.例文帳に追加

pipes モジュールでは、'pipeline' の概念 -- あるファイルを別のファイルに変換する機構の直列接続 -- を抽象化するためのクラスを定義しています。 - Python

To provide a method and a device for automatically generating an abstract class based on relation between classes capable of improving the reusability and readability (easy understanding, etc.), of the classes.例文帳に追加

クラスの再利用性、可読性(分かり易さ、理解のし易さ)を高めることが可能なクラス間の関連に基づいた抽象クラスの自動生成方法および装置を提供すること。 - 特許庁

Macro-operation descriptions are created, and inputted to a computer, and automatically developed by using a resource having a common meaning between operations to be executed and a resource class obtained by making the function of the resource abstract.例文帳に追加

実行されるオペレーションの間で、共通の意味を持つリソース及びリソースのファンクションを抽象化したリソースクラスを用いて、マイクロ動作記述を作成しコンピュータに入力し、自動的に展開する。 - 特許庁

Also, the conference room reservation engine testing framework is provided with a Koumoku Factory class 16 for selecting an optimal concrete class corresponding to the contents of the test item from among concrete classes constituted by succeeding the classes 17, 18, and 19 defined as abstract classes, based on a test item definition file 20.例文帳に追加

また、会議室予約エンジン試験フレームワークは、抽象クラスとして定義されたクラス17,18,19をそれぞれ継承してなる具象クラスの中から、試験項目定義ファイル20に基づいて、試験項目の内容に対応した最適な具象クラスを選択するKoumokuFactoryクラス16を備えている。 - 特許庁

In the case of a trademark application, the abstract must be published within ten days as from the date of its respective acceptance for prosecution, together with an indication of the application number, the full name of the applicant, the trademark being requested and/or a description of the label, the class or classes being requested and a description of the products or services included in those classes. 例文帳に追加

商標登録の出願の場合は,要約は,受理日から10日以内に,出願番号,出願人の完全名称,対象の商標及び/又はラベルの仕様,対象となる1若しくは複数のクラス及び当該クラスに含まれる対象の製品若しくはサービスを明示して公告されなければならない。 - 特許庁

The domain specific language for defining a syntax (construction) which is for a configuration of a calculation object and to which generalized functionality is allocated, a group of configuration class sets for defining an abstract object model for achieving the generalized functionality of the domain specific language, and a translation engine for translating the domain specific language into an object model are provided.例文帳に追加

演算オブジェクトのコンフィギュレーションのためのシンタックス(構文)であり、一般化された機能性を割当てられたシンタックス(構文)定義するドメイン固有言語、ドメイン固有言語の一般化された機能性を実現する抽象オブジェクト・モデルを定義する一組のコンフィギュレーション・クラスのセット、ドメイン固有言語をオブジェクト・モデルに翻訳する翻訳エンジンを提供する。 - 特許庁

A power monitoring control application object 3 of an abstract class comprises a trigger object 4, an input object 5, an arithmetic object 6 and an output object 7 as functional objects, and does not include the entity of each functional object but holds only reference information to the functional object, to improve the maintenance of the functional object.例文帳に追加

抽象クラスの電力監視制御業務オブジェクト3は、機能オブジェクトである、トリガーオブジェクト4と、入力オブジェクト5と、演算オブジェクト6と、出力オブジェクト7とから構成され、それぞれの機能オブジェクトの実体を内部に包含せず、これらの機能オブジェクトへの参照情報のみを保持するようにして、機能オブジェクトの保守性を向上させたものである。 - 特許庁

例文

A business processing system framework which is used for constructing a business processing system includes an abstract class group 10 which is described in an object-oriented language having the abstraction and inheritance characteristics and abstractly defines the attribute and behavior of the system and a common parts group 20 which includes plural common parts which are used in common in the system.例文帳に追加

事務処理システムを構築するための用いられる事務処理システム向けフレームワークは、抽象化および継承という特性を有するオブジェクト指向言語で記述され、事務処理システムの属性および振舞いを抽象的に定義した抽象クラス群10と、事務処理システムで共通して使用される複数の共通部品を含む共通部品群20とを含んでいる。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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/ ).
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS