edu.cmu.sphinx.util.props
Class GlobalProperties

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,GlobalProperty>
          extended by edu.cmu.sphinx.util.props.GlobalProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,GlobalProperty>

public class GlobalProperties
extends java.util.HashMap<java.lang.String,GlobalProperty>

A collection of global properties used within a sphinx4-system configuration

Author:
Holger Brandl
See Also:
ConfigurationManager, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
GlobalProperties()
           
GlobalProperties(GlobalProperties globalProperties)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 void setValue(java.lang.String propertyName, java.lang.String value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
hashCode
 

Constructor Detail

GlobalProperties

public GlobalProperties()

GlobalProperties

public GlobalProperties(GlobalProperties globalProperties)
Method Detail

setValue

public void setValue(java.lang.String propertyName,
                     java.lang.String value)

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Map<java.lang.String,GlobalProperty>
Overrides:
equals in class java.util.AbstractMap<java.lang.String,GlobalProperty>