public class TransitiveGraph extends Object
IDMapperStack in transitive mode.| Constructor and Description |
|---|
TransitiveGraph(List<IDMapper> gdbs)
Constructor: immediately starts calculating paths.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTransitiveMappingSupported(DataSource src,
DataSource tgt) |
Set<Xref> |
mapIDtransitiveTargetted(Xref ref,
Set<DataSource> dsFilter) |
Set<Xref> |
mapIDtransitiveUntargetted(Xref ref) |
void |
printMap(Map<DataSource,Set<org.bridgedb.impl.TransitiveGraph.Path>> map)
This is for testing.
|
public TransitiveGraph(List<IDMapper> gdbs) throws IDMapperException
IDMapperExceptionpublic void printMap(Map<DataSource,Set<org.bridgedb.impl.TransitiveGraph.Path>> map)
public boolean isTransitiveMappingSupported(DataSource src, DataSource tgt) throws IDMapperException
IDMapperExceptionpublic Set<Xref> mapIDtransitiveTargetted(Xref ref, Set<DataSource> dsFilter) throws IDMapperException
IDMapperExceptionpublic Set<Xref> mapIDtransitiveUntargetted(Xref ref) throws IDMapperException
IDMapperExceptionCopyright © 2006–2021 BridgeDb project. All rights reserved.