Class Toolbox


  • public class Toolbox
    extends java.lang.Object
    Toolbox-defined extensions to XCSG
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String loopDepth
      Integer attribute indicating loop depth.
    • Constructor Summary

      Constructors 
      Constructor Description
      Toolbox()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • loopDepth

        public static final java.lang.String loopDepth
        Integer attribute indicating loop depth. A loop header shares the same depth as it's immediate children (except for nested loop headers, which are +1 deeper).
        See Also:
        Constant Field Values
    • Constructor Detail

      • Toolbox

        public Toolbox()