Class SimpleRevisionCompareView

    • Field Detail

      • cbOperatorLeft

        protected JComboBox<net.sf.tweety.beliefdynamics.BaseRevisionOperator<?>> cbOperatorLeft
      • cbOperatorRight

        protected JComboBox<net.sf.tweety.beliefdynamics.BaseRevisionOperator<?>> cbOperatorRight
      • btnAddLeft

        protected JButton btnAddLeft
      • btnAddRight

        protected JButton btnAddRight
      • btnRunRevision

        protected JButton btnRunRevision
      • txtResultLeft

        protected JTextArea txtResultLeft
      • txtResultRight

        protected JTextArea txtResultRight
      • txtBeliefBase

        protected JTextArea txtBeliefBase
      • txtNewBeliefs

        protected JTextArea txtNewBeliefs
      • lstLeftAnswerSets

        protected JList<net.sf.tweety.lp.asp.semantics.AnswerSet> lstLeftAnswerSets
      • lstRightAnswerSets

        protected JList<net.sf.tweety.lp.asp.semantics.AnswerSet> lstRightAnswerSets
    • Constructor Detail

      • SimpleRevisionCompareView

        public SimpleRevisionCompareView()
        Default Ctor: Creates the view
    • Method Detail

      • propertyChange

        public void propertyChange​(PropertyChangeEvent evt)
        Reacts to property change events to keep the view up to date. The presenter is responsible to register the view at the correct data-model.
        Specified by:
        propertyChange in interface PropertyChangeListener