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 Property handling and main ELKI properties file. 
 

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

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
 String[] Properties.getProperty(PropertyName propertyName)
          Provides the entries (as separated by PROPERTY_SEPARATOR) for a specified PropertyName.
 


Release 0.2.1 (2009-07-13_1605)