Package jadex.rules.examples.manners
Class MannersRules
- java.lang.Object
-
- jadex.rules.examples.manners.MannersRules
-
- All Implemented Interfaces:
IMannersRuleSet
public class MannersRules extends java.lang.Object implements IMannersRuleSet
The rules of the manners benchmark created manually.
-
-
Constructor Summary
Constructors Constructor Description MannersRules()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRule
createAllDoneRule()
Create rule "all done".IRule
createAreWeDoneRule()
Create rule "we are done".IRule
createAssignFirstSeatRule()
Create rule "assign first seat".IRule
createContinueRule()
Create rule "continue".IRule
createFindSeatingRule()
Create find_seating rule.IRule
createMakePathRule()
Create rule "make path".IRule
createPathDoneRule()
Create rule "path done".IRule
createPrintResultsRule()
Create rule "print results".
-
-
-
Method Detail
-
createAssignFirstSeatRule
public IRule createAssignFirstSeatRule()
Create rule "assign first seat".- Specified by:
createAssignFirstSeatRule
in interfaceIMannersRuleSet
-
createFindSeatingRule
public IRule createFindSeatingRule()
Create find_seating rule.- Specified by:
createFindSeatingRule
in interfaceIMannersRuleSet
-
createMakePathRule
public IRule createMakePathRule()
Create rule "make path".- Specified by:
createMakePathRule
in interfaceIMannersRuleSet
-
createPathDoneRule
public IRule createPathDoneRule()
Create rule "path done".- Specified by:
createPathDoneRule
in interfaceIMannersRuleSet
-
createAreWeDoneRule
public IRule createAreWeDoneRule()
Create rule "we are done".- Specified by:
createAreWeDoneRule
in interfaceIMannersRuleSet
-
createContinueRule
public IRule createContinueRule()
Create rule "continue".- Specified by:
createContinueRule
in interfaceIMannersRuleSet
-
createPrintResultsRule
public IRule createPrintResultsRule()
Create rule "print results".- Specified by:
createPrintResultsRule
in interfaceIMannersRuleSet
-
createAllDoneRule
public IRule createAllDoneRule()
Create rule "all done".- Specified by:
createAllDoneRule
in interfaceIMannersRuleSet
-
-