|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeChecker | |
---|---|
fern.analysis | Provides classes and algorithms for analysing networks like ShortestPath, AutocatalyticDetection. |
Uses of NodeChecker in fern.analysis |
---|
Classes in fern.analysis that implement NodeChecker | |
---|---|
class |
NodeCheckerByAnnotation
An instance of NodeCheckerByAnnotation can be used to control a search in
AnalysisBase by a NetworkSearchAction . |
Methods in fern.analysis with parameters of type NodeChecker | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |