public interface TransformationStrategy<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
TransformationStrategy<T> |
copy()
Returns a copy of this transformation strategy.
|
long |
numBits()
The (approximate) number of bits occupied by this transformation.
|
BitVector |
toBitVector(T object)
Returns a bit vector representation of the given object.
|
BitVector toBitVector(T object)
object
- the object to be turned into bit representation.object
.long numBits()
TransformationStrategy<T> copy()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.