Package | Description |
---|---|
fern.analysis |
Modifier and Type | Method and Description |
---|---|
int |
AnalysisBase.bfs(int[] speciesSource,
int[] reactionSource,
NetworkSearchAction action)
Performs a breath first search starting at the given sources (which means the contents of
speciesSource and reactionSource are the initial content of the
queue. |
int |
AnalysisBase.dfs(int[] speciesSource,
int[] reactionSource,
NetworkSearchAction action)
Performs a depth first search starting at the given sources (which means the contents of
speciesSource and reactionSource are the initial content of the
stack. |
int |
AnalysisBase.search(IntSearchStructure str,
int[] speciesSource,
int[] reactionSource,
NetworkSearchAction action)
Performs a search starting at the given sources (which means the contents of
speciesSource and reactionSource are the initial content of the
search structure IntSearchStructure . |
Copyright © 2007–2021. All rights reserved.