org.gcube.indexmanagement.featureindexlibrary.vafile.elements
Class ApproximationFileEntry

java.lang.Object
  extended by org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntry

public class ApproximationFileEntry
extends Object

Entry stored in approximation file

Author:
UoA

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

ApproximationFileEntry

public ApproximationFileEntry(byte[] bitString,
                              boolean active)
Creates new instance

Parameters:
bitString - The bit string
active - entry active

ApproximationFileEntry

public ApproximationFileEntry(byte[] bitString)
Creates a new instance

Parameters:
bitString - The bit string
Method Detail

isActive

public boolean isActive()
Getter of property

Returns:
The property

setActive

public void setActive(boolean active)
Setter of property

Parameters:
active - The property value

getBitString

public byte[] getBitString()
Getter of property

Returns:
The property

setBitString

public void setBitString(byte[] bitString)
Setter of property

Parameters:
bitString - The property value


Copyright © 2013. All Rights Reserved.