Class Stabilization

  • All Implemented Interfaces:
    java.io.Serializable

    public class Stabilization
    extends java.lang.Object
    implements java.io.Serializable
    Indicates whether network should be stabilized on load using default settings
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Stabilization.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Stabilization​(java.lang.Boolean enabled, java.lang.Integer iterations, java.lang.Integer updateInterval, java.lang.Boolean onlyDynamicEdges, java.lang.Boolean fit)  
    • Constructor Detail

      • Stabilization

        public Stabilization​(java.lang.Boolean enabled,
                             java.lang.Integer iterations,
                             java.lang.Integer updateInterval,
                             java.lang.Boolean onlyDynamicEdges,
                             java.lang.Boolean fit)
    • Method Detail

      • getEnabled

        public java.lang.Boolean getEnabled()
      • getIterations

        public java.lang.Integer getIterations()
      • getUpdateInterval

        public java.lang.Integer getUpdateInterval()
      • getOnlyDynamicEdges

        public java.lang.Boolean getOnlyDynamicEdges()
      • getFit

        public java.lang.Boolean getFit()