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 NoisyOrder
Link. getNoisyOrder()
Gets a value which determines the nature of the effect between the parent node (from) and a noisy child node (to).static NoisyOrder
NoisyOrder. 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 void
NetworkMonitor. noisyOrderChanged(Link link, NoisyOrder newNoisyOrder, NoisyOrder oldNoisyOrder)
For internal use.void
Link. setNoisyOrder(NoisyOrder value)
Sets a value which determines the nature of the effect between the parent node (from) and a noisy child node (to).
-