|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntry
public class ApproximationFileEntry
Entry stored in approximation file
| Constructor Summary | |
|---|---|
ApproximationFileEntry(byte[] bitString)
Creates a new instance |
|
ApproximationFileEntry(byte[] bitString,
boolean active)
Creates new instance |
|
| Method Summary | |
|---|---|
byte[] |
getBitString()
Getter of property |
boolean |
isActive()
Getter of property |
void |
setActive(boolean active)
Setter of property |
void |
setBitString(byte[] bitString)
Setter of property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApproximationFileEntry(byte[] bitString,
boolean active)
bitString - The bit stringactive - entry activepublic ApproximationFileEntry(byte[] bitString)
bitString - The bit string| Method Detail |
|---|
public boolean isActive()
public void setActive(boolean active)
active - The property valuepublic byte[] getBitString()
public void setBitString(byte[] bitString)
bitString - The property value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||