Uses of Package
fern.analysis

Packages that use fern.analysis
fern.analysis Provides classes and algorithms for analysing networks like ShortestPath, AutocatalyticDetection. 
 

Classes in fern.analysis used by fern.analysis
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.