public class SelfOverlapGuiContext extends Object
Constructor and Description |
---|
SelfOverlapGuiContext(ExecutorService executor,
CalculateSelfOverlap.SelfOverlap res,
String molsRef)
Construct.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getId(int index) |
String |
getInfoJson()
Compose info JSON object.
|
KnnResults |
getKnn() |
String |
getKnnJson()
Get knn results.
|
int |
getMaxQid() |
int |
getMaxTid() |
Optional<Molecule> |
getMol(int index) |
int |
getQueryMasterIndex(int queryIndex) |
int |
getTargetMasterIndex(int targetIndex) |
public SelfOverlapGuiContext(ExecutorService executor, CalculateSelfOverlap.SelfOverlap res, String molsRef)
executor
- Underlying executor for searchesres
- Results objectpublic KnnResults getKnn()
public int getQueryMasterIndex(int queryIndex)
public int getTargetMasterIndex(int targetIndex)
public int getMaxQid()
public int getMaxTid()
public String getInfoJson()
public String getKnnJson()