Class UnrollOptions


  • public final class UnrollOptions
    extends Object
    Options governing the unrolling of a Dynamic Bayesian network.
    See Also:
    Unroller
    • Constructor Detail

      • UnrollOptions

        public UnrollOptions()
    • Method Detail

      • getSliceGap

        public double getSliceGap()
        Gets the gap between time slices.
        Returns:
        The gap between time slices.
      • setSliceGap

        public void setSliceGap​(double value)
        Sets the gap between time slices.
        Parameters:
        value - The gap between time slices.
      • getNodeWidthOverride

        public Double getNodeWidthOverride()
        Gets a value that can be used to override the width of nodes, used when laying out nodes.
        Returns:
        Value to override node widths.
      • setNodeWidthOverride

        public void setNodeWidthOverride​(Double value)
        Sets a value that can be used to override the width of nodes, used when laying out nodes.
        Parameters:
        value - Value to override node widths.