Uses of Class
com.bayesserver.NoisyType
-
Packages that use NoisyType Package Description com.bayesserver -
-
Uses of NoisyType in com.bayesserver
Methods in com.bayesserver that return NoisyType Modifier and Type Method 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.Methods in com.bayesserver with parameters of type NoisyType Modifier and Type Method 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.
-