Pacchetto | org.osmf.net.metrics |
Classe | public class MetricFactory |
Ereditarietà | MetricFactory Object |
Sottoclassi | DefaultMetricFactory |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni 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.
Elementi API correlati
org.osmf.net.abr.DefaultMetricFactory
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
numItems : Number [sola lettura]
The number of items
| MetricFactory |
Metodo | Definito da | ||
---|---|---|---|
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 per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Removes the specified MetricFactoryItem from the factory. | MetricFactory | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
numItems | proprietà |
MetricFactory | () | Funzione di costruzione |
public function MetricFactory(qosInfoHistory:QoSInfoHistory)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
ParametriqosInfoHistory:QoSInfoHistory |
addItem | () | metodo |
public function addItem(item:MetricFactoryItem):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni 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.
Parametri
item:MetricFactoryItem — The MetricFactoryItem to add.
|
Genera
ArgumentError — If the argument is null or if the argument
has a null type field.
|
buildMetric | () | metodo |
public function buildMetric(type:String, ... args):MetricBase
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Produces a MetricBase.
Parametri
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
|
Genera
Error — If the type is not registered with any MetricFactoryItem.
|
getItem | () | metodo |
public function getItem(type:String):MetricFactoryItem
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The item corresponding to the specified metric type
Parametri
type:String |
MetricFactoryItem — The item corresponding to the specified type or null if no such item exists
|
getItems | () | metodo |
public function getItems():Vector.<MetricFactoryItem>
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The registered items
RestituisceVector.<MetricFactoryItem> — A new Vector.<MetricFactoryItem> containing the registered items
|
removeItem | () | metodo |
public function removeItem(item:MetricFactoryItem):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Removes the specified MetricFactoryItem from the factory. If no such MetricFactoryItem exists in this factory, does nothing.
Parametri
item:MetricFactoryItem — The MetricFactoryItem to remove.
|
Genera
ArgumentError — If the argument is null or if the argument
has a null type field.
|
Tue Jun 12 2018, 02:44 PM Z