Paket | org.osmf.net.metrics |
Sınıf | public class MetricFactory |
Miras Alma | MetricFactory Object |
Alt Sınıflar | DefaultMetricFactory |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The factory operation produces a MetricBase as output.
The MetricFactory maintains a list of MetricFactoryItem objects, each of which encapsulates all the information necessary to create a specific metric.
İlgili API Öğeleri
org.osmf.net.abr.DefaultMetricFactory
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
numItems : Number [salt okunur]
The number of items
| MetricFactory |
Yöntem | Tanımlayan: | ||
---|---|---|---|
MetricFactory(qosInfoHistory:QoSInfoHistory)
Constructor. | MetricFactory | ||
Adds the specified MetricFactoryItem to the factory. | MetricFactory | ||
Produces a MetricBase. | MetricFactory | ||
The item corresponding to the specified metric type
| MetricFactory | ||
The registered items
| MetricFactory | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Removes the specified MetricFactoryItem from the factory. | MetricFactory | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
numItems | özellik |
MetricFactory | () | Yapıcı |
public function MetricFactory(qosInfoHistory:QoSInfoHistory)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
ParametrelerqosInfoHistory:QoSInfoHistory |
addItem | () | yöntem |
public function addItem(item:MetricFactoryItem):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Adds the specified MetricFactoryItem to the factory. If a MetricFactoryItem with the same ID already exists in this factory, the new MetricFactoryItem object replaces it.
Parametreler
item:MetricFactoryItem — The MetricFactoryItem to add.
|
Atar
ArgumentError — If the argument is null or if the argument
has a null type field.
|
buildMetric | () | yöntem |
public function buildMetric(type:String, ... args):MetricBase
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Produces a MetricBase.
Parametreler
type:String — The type of the metric to create.
| |
... args — The arguments to be passed to the metric's constructor (except the qosInfoHistory)
|
MetricBase — A new MetricBase of the desired type with the specified parameters
|
Atar
Error — If the type is not registered with any MetricFactoryItem.
|
getItem | () | yöntem |
public function getItem(type:String):MetricFactoryItem
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The item corresponding to the specified metric type
Parametreler
type:String |
MetricFactoryItem — The item corresponding to the specified type or null if no such item exists
|
getItems | () | yöntem |
public function getItems():Vector.<MetricFactoryItem>
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The registered items
DöndürürVector.<MetricFactoryItem> — A new Vector.<MetricFactoryItem> containing the registered items
|
removeItem | () | yöntem |
public function removeItem(item:MetricFactoryItem):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Removes the specified MetricFactoryItem from the factory. If no such MetricFactoryItem exists in this factory, does nothing.
Parametreler
item:MetricFactoryItem — The MetricFactoryItem to remove.
|
Atar
ArgumentError — If the argument is null or if the argument
has a null type field.
|
Tue Jun 12 2018, 01:09 PM Z