|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebservices.Lz77Dictionary
public class Lz77Dictionary
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 |
---|
protected int maxWordIndex
protected int maxWordLen
protected double meanWordLen
protected int numberOfWords
Constructor Detail |
---|
public Lz77Dictionary()
Method Detail |
---|
public int getMaxWordIndex()
public void setMaxWordIndex(int value)
public int getMaxWordLen()
public void setMaxWordLen(int value)
public double getMeanWordLen()
public void setMeanWordLen(double value)
public int getNumberOfWords()
public void setNumberOfWords(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |