Package | Description |
---|---|
fern.analysis |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007–2021. All rights reserved.