es.uji.lsi.wcs.XmlWcsParsing
Class Interval

java.lang.Object
  extended byes.uji.lsi.wcs.XmlWcsParsing.Interval

public class Interval
extends java.lang.Object

Author:
jaume

Constructor Summary
Interval(XMLNode node)
           
 
Method Summary
 java.lang.String getAtomic()
           
 double getMax()
           
 double getMin()
           
 double getRes()
           
 java.lang.String getSemantic()
           
 java.lang.String getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Interval

public Interval(XMLNode node)
Method Detail

getMin

public double getMin()

getMax

public double getMax()

getRes

public double getRes()

getType

public java.lang.String getType()

getSemantic

public java.lang.String getSemantic()

getAtomic

public java.lang.String getAtomic()

toString

public java.lang.String toString()