Class GroupNode


  • public class GroupNode
    extends java.lang.Object
    Author:
    Emmanuel Varoquaux
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupNode​(org.jdom.Element element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void print()  
      • Methods inherited from class java.lang.Object

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

      • behavior

        public java.lang.String behavior
      • forceStop

        public boolean forceStop
      • ramps

        public java.util.ArrayList<RampNode> ramps
    • Method Detail

      • print

        public void print()