Pacote | org.osmf.net.metrics |
Classe | public class MetricFactory |
Herança | MetricFactory Object |
Subclasses | DefaultMetricFactory |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | 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.
Elementos da API relacionados
org.osmf.net.abr.DefaultMetricFactory
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
numItems : Number [somente leitura]
The number of items
| MetricFactory |
Método | Definido por | ||
---|---|---|---|
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 | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Removes the specified MetricFactoryItem from the factory. | MetricFactory | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
numItems | propriedade |
MetricFactory | () | Construtor |
public function MetricFactory(qosInfoHistory:QoSInfoHistory)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Constructor.
ParâmetrosqosInfoHistory:QoSInfoHistory |
addItem | () | método |
public function addItem(item:MetricFactoryItem):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | 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.
Parâmetros
item:MetricFactoryItem — The MetricFactoryItem to add.
|
Lança
ArgumentError — If the argument is null or if the argument
has a null type field.
|
buildMetric | () | método |
public function buildMetric(type:String, ... args):MetricBase
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Produces a MetricBase.
Parâmetros
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
|
Lança
Error — If the type is not registered with any MetricFactoryItem.
|
getItem | () | método |
public function getItem(type:String):MetricFactoryItem
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The item corresponding to the specified metric type
Parâmetros
type:String |
MetricFactoryItem — The item corresponding to the specified type or null if no such item exists
|
getItems | () | método |
public function getItems():Vector.<MetricFactoryItem>
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The registered items
RetornaVector.<MetricFactoryItem> — A new Vector.<MetricFactoryItem> containing the registered items
|
removeItem | () | método |
public function removeItem(item:MetricFactoryItem):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Removes the specified MetricFactoryItem from the factory. If no such MetricFactoryItem exists in this factory, does nothing.
Parâmetros
item:MetricFactoryItem — The MetricFactoryItem to remove.
|
Lança
ArgumentError — If the argument is null or if the argument
has a null type field.
|
Wed Jun 13 2018, 11:10 AM Z