public class MannersRulesClips extends java.lang.Object implements IMannersRuleSet
Constructor and Description |
---|
MannersRulesClips() |
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 IMannersRuleSet
public jadex.rules.rulesystem.IRule createFindSeatingRule()
createFindSeatingRule
in interface IMannersRuleSet
public jadex.rules.rulesystem.IRule createMakePathRule()
createMakePathRule
in interface IMannersRuleSet
public jadex.rules.rulesystem.IRule createPathDoneRule()
createPathDoneRule
in interface IMannersRuleSet
public jadex.rules.rulesystem.IRule createAreWeDoneRule()
createAreWeDoneRule
in interface IMannersRuleSet
public jadex.rules.rulesystem.IRule createContinueRule()
createContinueRule
in interface IMannersRuleSet
public jadex.rules.rulesystem.IRule createPrintResultsRule()
createPrintResultsRule
in interface IMannersRuleSet
public jadex.rules.rulesystem.IRule createAllDoneRule()
createAllDoneRule
in interface IMannersRuleSet