| Package | Description |
|---|---|
| fern.analysis |
| Class and Description |
|---|
| AnalysisBase
This class can be used as a base class for many analysis algorithms (like
AutocatalticNetworkDetection, ShortestPath, ...).
|
| IntSearchStructure
Implementing class can be used as search structure for searches in
AnalysisBase. |
| NetworkSearchAction
Implementing classes of
NetworkSearchAction are able to control/watch searches in
AnalysisBase. |
| NetworkSearchAction.NeighborType
Defines different types of neighborhoods in a
Network. |
| NodeChecker
Implementing classes can be used for a
NetworkSearchActions checkReaction,
checkSpecies, if the information whether or not to visit the nodes is not
accessible for the NetworkSearchAction. |
| ShortestPath.Path
Encapsulates a path from one species to another.
|
Copyright © 2007–2021. All rights reserved.