| org.osbl.agent.gui.OperationPanel org.osbl.agent.gui.ConditionPanel
ConditionPanel | public class ConditionPanel extends OperationPanel (Code) | | The class ConditionPanel represents the ability to visually manipulate a Condition in the
RuleEditorPanel.
It shows a list of available Condition(Controllers) and its correspoding parameters.
author: Sebastian Nozzi. |
ConditionPanel | public ConditionPanel(RuleEditorPanel ruleEditorPanel)(Code) | | Instantiates a new ConditionPanel in the given Rule Editor.
Parameters: ruleEditorPanel - the RuleEditorPanel this panel will be used in. |
ConditionPanel | public ConditionPanel(RuleEditorPanel ruleEditorPanel, ConditionController preferredController)(Code) | | Instantiates a new ActionPanel, setting the given ActionController
as the selected item.
Parameters: ruleEditorPanel - the RuleEditorPanel to which this panel belongs. Parameters: preferredController - the ActionController to be used as the selected item. |
getCondition | public Condition getCondition()(Code) | | Get an Condition instance corresponding to the selected ConditionController and
the state of its parameters.
the Condition instance currently reflected by this panel. |
|
|