Uses of Class
com.bayesserver.NoisyOrder
-
Packages that use NoisyOrder Package Description com.bayesserver -
-
Uses of NoisyOrder in com.bayesserver
Methods in com.bayesserver that return NoisyOrder Modifier and Type Method Description NoisyOrderLink. getNoisyOrder()Gets a value which determines the nature of the effect between the parent node (from) and a noisy child node (to).static NoisyOrderNoisyOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static NoisyOrder[]NoisyOrder. 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 NoisyOrder Modifier and Type Method Description voidNetworkMonitor. noisyOrderChanged(Link link, NoisyOrder newNoisyOrder, NoisyOrder oldNoisyOrder)For internal use.voidLink. setNoisyOrder(NoisyOrder value)Sets a value which determines the nature of the effect between the parent node (from) and a noisy child node (to).
-