org.neuroph.util
Class Properties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable
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
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 |
Properties
public Properties()
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.