org.neuroph.util
Class Properties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by org.neuroph.util.Properties
All Implemented Interfaces:
Serializable, Cloneable, Map
Direct Known Subclasses:
NeuronProperties

public class Properties
extends Hashtable

Represents a general set of properties for neuroph objects

Author:
Zoran Sevarac
See Also:
Serialized Form

Constructor Summary
Properties()
           
 
Method Summary
protected  void createKeys(String... keys)
           
 Object getProperty(String key)
           
 boolean hasProperty(String key)
           
 void setProperty(String key, Object value)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Properties

public Properties()
Method Detail

createKeys

protected void createKeys(String... keys)

setProperty

public void setProperty(String key,
                        Object value)

getProperty

public Object getProperty(String key)

hasProperty

public boolean hasProperty(String key)


Copyright © 2012. All Rights Reserved.