Klasse OurMethodButtons

Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible

public class OurMethodButtons extends ParameterArea
This class extends visualisation.ParameterArea to provide a panel for selecting algorithmic methods such as Djikstra or A-Star.
Siehe auch:
  • Felddetails

    • serialVersionUID

      private static final long serialVersionUID
      Siehe auch:
    • button1

      protected JRadioButton button1
    • button2

      protected JRadioButton button2
    • isDjikstra

      private boolean isDjikstra
    • maxValue

      protected JTextField maxValue
      TextField containing maximum sum up value.
  • Konstruktordetails

    • OurMethodButtons

      public OurMethodButtons()
      Standard constructor. Initializes the method buttons panel with default settings.
  • Methodendetails

    • getSelectedMethod

      public boolean getSelectedMethod()
      Retrieves the selected algorithmic method.
      Gibt zurück:
      true if Djikstra is selected, false if A-Star is selected