public class Fingerprint<Type,Content> extends Object implements IFingerprint<Type,Content>
Modifier and Type | Field and Description |
---|---|
protected static SmartsScreeningKeys |
keys |
Constructor and Description |
---|
Fingerprint() |
Fingerprint(Type type,
Content bits) |
Modifier and Type | Method and Description |
---|---|
Content |
getBits() |
int |
getFrequency() |
String |
getInterpretation(int bitindex) |
Type |
getType() |
void |
setBits(Content bits) |
void |
setFrequency(int value) |
void |
setType(Type type) |
String |
toString() |
protected static SmartsScreeningKeys keys
public Type getType()
getType
in interface IFingerprint<Type,Content>
public void setType(Type type)
setType
in interface IFingerprint<Type,Content>
public Content getBits()
getBits
in interface IFingerprint<Type,Content>
public int getFrequency()
getFrequency
in interface IFingerprint<Type,Content>
public String getInterpretation(int bitindex) throws Exception
getInterpretation
in interface IFingerprint<Type,Content>
Exception
public void setBits(Content bits)
setBits
in interface IFingerprint<Type,Content>
public void setFrequency(int value)
setFrequency
in interface IFingerprint<Type,Content>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.