Pacchetto | org.osmf.net.metrics |
Classe | public class MetricRepository |
Ereditarietà | MetricRepository Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Elementi API correlati
org.osmf.net.abr.MetricFactory
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
metricFactory : MetricFactory [sola lettura]
The MetricFactory object to be used for creating new metrics. | MetricRepository |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
MetricRepository(metricFactory:MetricFactory)
Constructor. | MetricRepository | ||
Returns a reference to a MetricBase of the specified type,
with the specified arguments. | MetricRepository | ||
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 | ||
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 |
Descrizione delle proprietà
metricFactory | proprietà |
metricFactory:MetricFactory
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The MetricFactory object to be used for creating new metrics.
Implementazione
public function get metricFactory():MetricFactory
Descrizione della funzione di costruzione
MetricRepository | () | Funzione di costruzione |
public function MetricRepository(metricFactory:MetricFactory)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor. Initializes the dictionary meant to hold the metrics.
ParametrimetricFactory:MetricFactory — The MetricFactory object to be used for creating new metrics.
|
Descrizione dei metodi
getMetric | () | metodo |
public function getMetric(type:String, ... args):MetricBase
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Returns a reference to a MetricBase of the specified type, with the specified arguments.
Parametri
type:String — The type of the metric
| |
... args — The arguments to be passed to the metric's constructor
|
MetricBase |
Tue Jun 12 2018, 02:44 PM Z