D
- Used descriptorT
- Unguarded formpublic static final class CalculateSelfOverlap.SelfOverlap<D extends Descriptor,T extends Serializable> extends Object implements Serializable
Constructor and Description |
---|
SelfOverlap(OverlapAnalysisContext<D,T> context,
UnguardedPagedOverlap<T> desc,
IndexProjector idp,
MasterMoleculeStorage mms,
MasterStorage<String> mids,
KnnResults selfknn)
Construct data object.
|
Modifier and Type | Method and Description |
---|---|
OverlapAnalysisContext<D,T> |
getContext() |
UnguardedPagedOverlap<T> |
getDesc() |
IndexProjector |
getIdp() |
MasterStorage<String> |
getMids() |
MasterMoleculeStorage |
getMms() |
KnnResults |
getSelfKnn() |
public SelfOverlap(OverlapAnalysisContext<D,T> context, UnguardedPagedOverlap<T> desc, IndexProjector idp, MasterMoleculeStorage mms, MasterStorage<String> mids, KnnResults selfknn)
context
- Context to usedesc
- Descriptor storageidp
- ID projector for storagemms
- Master molecule storagemids
- Master ID storageselfknn
- Self knnpublic OverlapAnalysisContext<D,T> getContext()
public UnguardedPagedOverlap<T> getDesc()
public IndexProjector getIdp()
public MasterMoleculeStorage getMms()
public MasterStorage<String> getMids()
public KnnResults getSelfKnn()