SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.messages.advsearch
Class DWMEANCodec

java.lang.Object
  extended by org.eclipse.smila.search.lucene.messages.advsearch.DWMEANCodec

public abstract class DWMEANCodec
extends java.lang.Object

Author:
gschmidt

Method Summary
static DWMEAN decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DWMEAN dWMEAN, org.w3c.dom.Element parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static org.w3c.dom.Element encode(DWMEAN dWMEAN,
                                         org.w3c.dom.Element parent)
                                  throws AdvSearchException
Parameters:
dWMEAN - -
parent - -
Returns:
Element
Throws:
AdvSearchException - -

decode

public static DWMEAN decode(org.w3c.dom.Element element)
                     throws AdvSearchException
Throws:
AdvSearchException

SMILA (incubation) API documentation