Package | Description |
---|---|
fern.analysis |
Modifier and Type | Class and Description |
---|---|
class |
IntQueue
IntQueue is an search structure for
AnalysisBase representing an fifo queue for a breadth
first search. |
class |
IntStack
IntStack is an search structure for
AnalysisBase representing an lifo stack for a depth
first search. |
Modifier and Type | Method and Description |
---|---|
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.