de.hpi.fgis.dude.similarityfunction.domainspecific.address.misc
Class FunctionSelector

java.lang.Object
  extended by de.hpi.fgis.dude.similarityfunction.domainspecific.address.misc.FunctionSelector

public class FunctionSelector
extends Object

maps from a class/datatype/semantics name to similarity function

Author:
Tobias Vogel

Constructor Summary
FunctionSelector()
           
 
Method Summary
static Class<? extends ContentBasedSimilarityFunction<?>> getSimilarityFunctionForClassAsString(String classname)
          returns the class object of the similarity function represented by the provided string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionSelector

public FunctionSelector()
Method Detail

getSimilarityFunctionForClassAsString

public static Class<? extends ContentBasedSimilarityFunction<?>> getSimilarityFunctionForClassAsString(String classname)
returns the class object of the similarity function represented by the provided string

Parameters:
classname - the (informal) string representation of the similarity function
Returns:
the class object of the desired similarity function or null, if it is unknown


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.