Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.properties.PropertyName

Packages that use PropertyName
de.lmu.ifi.dbs.elki.properties Contains the property-file and related classes for property handling. 
 

Uses of PropertyName in de.lmu.ifi.dbs.elki.properties
 

Fields in de.lmu.ifi.dbs.elki.properties declared as PropertyName
static PropertyName PropertyName.DEBUG_LEVEL
          Property debug level.
 

Methods in de.lmu.ifi.dbs.elki.properties that return PropertyName
static PropertyName PropertyName.getOrCreatePropertyName(Class<?> type)
          Gets the PropertyName for the given class named as the classes name if it exists, creates and returns it otherwise.
static PropertyName PropertyName.getPropertyName(String name)
          Returns the PropertyName for the given name if it exists, null otherwise.
 

Methods in de.lmu.ifi.dbs.elki.properties with parameters of type PropertyName
 PropertyDescription[] Properties.getProperties(PropertyName propertyName)
          Returns an array of PropertyDescription for all entries for the given PropertyName.
 String[] Properties.getProperty(PropertyName propertyName)
          Provides the entries (as separated by PROPERTY_SEPARATOR) for a specified PropertyName.
 


Release 0.1 (2008-07-10_1838)