webservices
Class Lz77Dictionary

java.lang.Object
  extended by webservices.Lz77Dictionary

public class Lz77Dictionary
extends java.lang.Object

Java class for lz77Dictionary complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="lz77Dictionary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="maxWordIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="maxWordLen" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="meanWordLen" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="numberOfWords" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int maxWordIndex
           
protected  int maxWordLen
           
protected  double meanWordLen
           
protected  int numberOfWords
           
 
Constructor Summary
Lz77Dictionary()
           
 
Method Summary
 int getMaxWordIndex()
          Gets the value of the maxWordIndex property.
 int getMaxWordLen()
          Gets the value of the maxWordLen property.
 double getMeanWordLen()
          Gets the value of the meanWordLen property.
 int getNumberOfWords()
          Gets the value of the numberOfWords property.
 void setMaxWordIndex(int value)
          Sets the value of the maxWordIndex property.
 void setMaxWordLen(int value)
          Sets the value of the maxWordLen property.
 void setMeanWordLen(double value)
          Sets the value of the meanWordLen property.
 void setNumberOfWords(int value)
          Sets the value of the numberOfWords property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxWordIndex

protected int maxWordIndex

maxWordLen

protected int maxWordLen

meanWordLen

protected double meanWordLen

numberOfWords

protected int numberOfWords
Constructor Detail

Lz77Dictionary

public Lz77Dictionary()
Method Detail

getMaxWordIndex

public int getMaxWordIndex()
Gets the value of the maxWordIndex property.


setMaxWordIndex

public void setMaxWordIndex(int value)
Sets the value of the maxWordIndex property.


getMaxWordLen

public int getMaxWordLen()
Gets the value of the maxWordLen property.


setMaxWordLen

public void setMaxWordLen(int value)
Sets the value of the maxWordLen property.


getMeanWordLen

public double getMeanWordLen()
Gets the value of the meanWordLen property.


setMeanWordLen

public void setMeanWordLen(double value)
Sets the value of the meanWordLen property.


getNumberOfWords

public int getNumberOfWords()
Gets the value of the numberOfWords property.


setNumberOfWords

public void setNumberOfWords(int value)
Sets the value of the numberOfWords property.