it.polito.elite.doseWS.include
Interface Spectrum

All Known Implementing Classes:
SpectrumImpl

public interface Spectrum

A java interface for representing conceptual spectra

Since:
11/2004
Version:
1.0
Author:
Dario Bonino Alessio Bosca Federico Pescarmona Michele Debandi

Method Summary
 java.lang.Object clone()
           
 double dist(Spectrum sa, Spectrum sb)
           
 java.lang.String getAuthor()
           
 java.util.Hashtable getConcepts()
           
 java.lang.String getFragmentURI()
           
 java.lang.String getFragmentXPath()
           
 java.lang.String getType()
           
 

Method Detail

getFragmentURI

public java.lang.String getFragmentURI()

getFragmentXPath

public java.lang.String getFragmentXPath()

getAuthor

public java.lang.String getAuthor()

getType

public java.lang.String getType()

getConcepts

public java.util.Hashtable getConcepts()

dist

public double dist(Spectrum sa,
                   Spectrum sb)

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException