public class MannersRulesJCL extends java.lang.Object implements IMannersRuleSet
| Constructor and Description |
|---|
MannersRulesJCL() |
| Modifier and Type | Method and Description |
|---|---|
jadex.rules.rulesystem.IRule |
createAllDoneRule()
Create rule "all done".
|
jadex.rules.rulesystem.IRule |
createAreWeDoneRule()
Create rule "we are done".
|
jadex.rules.rulesystem.IRule |
createAssignFirstSeatRule()
Create rule "assign first seat".
|
jadex.rules.rulesystem.IRule |
createContinueRule()
Create rule "continue".
|
jadex.rules.rulesystem.IRule |
createFindSeatingRule()
Create find_seating rule.
|
jadex.rules.rulesystem.IRule |
createMakePathRule()
Create rule "make path".
|
jadex.rules.rulesystem.IRule |
createPathDoneRule()
Create rule "path done".
|
jadex.rules.rulesystem.IRule |
createPrintResultsRule()
Create rule "print results".
|
public jadex.rules.rulesystem.IRule createAssignFirstSeatRule()
createAssignFirstSeatRule in interface IMannersRuleSetpublic jadex.rules.rulesystem.IRule createFindSeatingRule()
createFindSeatingRule in interface IMannersRuleSetpublic jadex.rules.rulesystem.IRule createMakePathRule()
createMakePathRule in interface IMannersRuleSetpublic jadex.rules.rulesystem.IRule createPathDoneRule()
createPathDoneRule in interface IMannersRuleSetpublic jadex.rules.rulesystem.IRule createAreWeDoneRule()
createAreWeDoneRule in interface IMannersRuleSetpublic jadex.rules.rulesystem.IRule createContinueRule()
createContinueRule in interface IMannersRuleSetpublic jadex.rules.rulesystem.IRule createPrintResultsRule()
createPrintResultsRule in interface IMannersRuleSetpublic jadex.rules.rulesystem.IRule createAllDoneRule()
createAllDoneRule in interface IMannersRuleSet