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 SummaryConstructors Constructor Description MannersRules()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IRulecreateAllDoneRule()Create rule "all done".IRulecreateAreWeDoneRule()Create rule "we are done".IRulecreateAssignFirstSeatRule()Create rule "assign first seat".IRulecreateContinueRule()Create rule "continue".IRulecreateFindSeatingRule()Create find_seating rule.IRulecreateMakePathRule()Create rule "make path".IRulecreatePathDoneRule()Create rule "path done".IRulecreatePrintResultsRule()Create rule "print results".
 
- 
- 
- 
Method Detail- 
createAssignFirstSeatRulepublic IRule createAssignFirstSeatRule() Create rule "assign first seat".- Specified by:
- createAssignFirstSeatRulein interface- IMannersRuleSet
 
 - 
createFindSeatingRulepublic IRule createFindSeatingRule() Create find_seating rule.- Specified by:
- createFindSeatingRulein interface- IMannersRuleSet
 
 - 
createMakePathRulepublic IRule createMakePathRule() Create rule "make path".- Specified by:
- createMakePathRulein interface- IMannersRuleSet
 
 - 
createPathDoneRulepublic IRule createPathDoneRule() Create rule "path done".- Specified by:
- createPathDoneRulein interface- IMannersRuleSet
 
 - 
createAreWeDoneRulepublic IRule createAreWeDoneRule() Create rule "we are done".- Specified by:
- createAreWeDoneRulein interface- IMannersRuleSet
 
 - 
createContinueRulepublic IRule createContinueRule() Create rule "continue".- Specified by:
- createContinueRulein interface- IMannersRuleSet
 
 - 
createPrintResultsRulepublic IRule createPrintResultsRule() Create rule "print results".- Specified by:
- createPrintResultsRulein interface- IMannersRuleSet
 
 - 
createAllDoneRulepublic IRule createAllDoneRule() Create rule "all done".- Specified by:
- createAllDoneRulein interface- IMannersRuleSet
 
 
- 
 
-