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 NoisyTypeNodeDistributionOptions. getNoisyType()Gets a value which identifies this node as a noisy node or not.static NoisyTypeNoisyType. 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 voidNetworkMonitor. noisyNodeTypeChanged(Node node, NoisyType newNoisyType, NoisyType oldNoisyType)For internal use.voidNodeDistributionOptions. setNoisyType(NoisyType value)Sets a value which identifies this node as a noisy node or not.
-