fiftyone.mobile.detection.factories
Class RankedSignatureIndexFactory
java.lang.Object
fiftyone.mobile.detection.factories.BaseEntityFactory<RankedSignatureIndex>
fiftyone.mobile.detection.factories.RankedSignatureIndexFactory
public class RankedSignatureIndexFactory
- extends BaseEntityFactory<RankedSignatureIndex>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RankedSignatureIndexFactory
public RankedSignatureIndexFactory()
create
public RankedSignatureIndex create(Dataset dataSet,
int index,
BinaryReader reader)
- Creates a new instance of the ranked signature index from the source
stream.
- Specified by:
create in class BaseEntityFactory<RankedSignatureIndex>
- Parameters:
dataSet - the ranked signature index will relate to.index - index of the ranked signature index.reader - connected to the source stream.
- Returns:
- the ranked signature index pointing to the index of the
signature.
getLength
public int getLength()
- Overrides:
getLength in class BaseEntityFactory<RankedSignatureIndex>
- Returns:
- the length of a ranked signature index integer.