| Package | Description |
|---|---|
| com.bayesserver |
| Modifier and Type | Method and Description |
|---|---|
NoisyType |
NodeDistributionOptions.getNoisyType()
Gets a value which identifies this node as a noisy node or not.
|
static NoisyType |
NoisyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoisyType[] |
NoisyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkMonitor.noisyNodeTypeChanged(Node node,
NoisyType newNoisyType,
NoisyType oldNoisyType)
For internal use.
|
void |
NodeDistributionOptions.setNoisyType(NoisyType value)
Sets a value which identifies this node as a noisy node or not.
|
Copyright © 2021. All rights reserved.