it.polito.elite.doseWS.kernel
Class ExpanderImpl

java.lang.Object
  extended byit.polito.elite.doseWS.kernel.ExpanderImpl
All Implemented Interfaces:
Expander

public class ExpanderImpl
extends java.lang.Object
implements Expander

Author:
bonino

Constructor Summary
ExpanderImpl()
          Creates a new instance of ExpanderImpl
 
Method Summary
 Spectrum expandResourceSpectrum(Spectrum rawSpectrum)
           
static void initExpander()
           
static void initExpander(java.lang.Double isAWeight, java.lang.String ontologyFileName, java.lang.Boolean isURI)
           
static void initExpanderCommon()
           
static boolean isReady()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpanderImpl

public ExpanderImpl()
Creates a new instance of ExpanderImpl

Method Detail

initExpander

public static void initExpander()
                         throws java.lang.Exception
Throws:
java.lang.Exception

initExpander

public static void initExpander(java.lang.Double isAWeight,
                                java.lang.String ontologyFileName,
                                java.lang.Boolean isURI)
                         throws java.lang.Exception
Throws:
java.lang.Exception

initExpanderCommon

public static void initExpanderCommon()
                               throws java.lang.Exception
Throws:
java.lang.Exception

isReady

public static boolean isReady()

expandResourceSpectrum

public Spectrum expandResourceSpectrum(Spectrum rawSpectrum)
Specified by:
expandResourceSpectrum in interface Expander