Uses of Class
fern.analysis.NetworkSearchAction.NeighborType

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

Uses of NetworkSearchAction.NeighborType in fern.analysis
 

Methods in fern.analysis that return NetworkSearchAction.NeighborType
static NetworkSearchAction.NeighborType NetworkSearchAction.NeighborType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NetworkSearchAction.NeighborType[] NetworkSearchAction.NeighborType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fern.analysis with parameters of type NetworkSearchAction.NeighborType
 boolean NetworkSearchAction.checkReaction(int reaction, NetworkSearchAction.NeighborType neighborType)
          Gets called, before the reaction is inserted into the search structure.
 boolean NetworkSearchAction.checkSpecies(int species, NetworkSearchAction.NeighborType neighborType)
          Gets called, before the species is inserted into the search structure.