org.kahina.tralesld.profiler
Class TraleSLDProfileEntryMapper

java.lang.Object
  extended by org.kahina.tralesld.profiler.TraleSLDProfileEntryMapper
All Implemented Interfaces:
Mapper<String,ProfileEntry>

public class TraleSLDProfileEntryMapper
extends Object
implements Mapper<String,ProfileEntry>


Constructor Summary
TraleSLDProfileEntryMapper()
           
 
Method Summary
 ProfileEntry map(String goalDesc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraleSLDProfileEntryMapper

public TraleSLDProfileEntryMapper()
Method Detail

map

public ProfileEntry map(String goalDesc)
Specified by:
map in interface Mapper<String,ProfileEntry>