|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntSearchStructure | |
---|---|
fern.analysis | Provides classes and algorithms for analysing networks like ShortestPath, AutocatalyticDetection. |
Uses of IntSearchStructure in fern.analysis |
---|
Classes in fern.analysis that implement IntSearchStructure | |
---|---|
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. |
Methods in fern.analysis with parameters of type IntSearchStructure | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |