Package | Description |
---|---|
fern.analysis |
Modifier and Type | Class and Description |
---|---|
class |
NodeCheckerByAnnotation
An instance of
NodeCheckerByAnnotation can be used to control a search in
AnalysisBase by a NetworkSearchAction . |
Modifier and Type | Method and Description |
---|---|
ShortestPath.Path |
ShortestPath.computePath(NodeChecker checker,
String toSpecies,
String... species)
Compute the shortest paths from some source species to one species by only using parts of the
network specified by the
NodeChecker checker . |
ShortestPath.Path[] |
ShortestPath.computePaths(NodeChecker checker,
String... species)
Compute all shortest paths from some source species by only using parts of the network
specified by the
NodeChecker checker . |
Copyright © 2007–2021. All rights reserved.