public class Golfing
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static jadex.rules.state.OAVAttributeType |
golfer_has_color
A golfer has a pant color.
|
static jadex.rules.state.OAVAttributeType |
golfer_has_name
A golfer has a name.
|
static jadex.rules.state.OAVAttributeType |
golfer_has_position
A golfer has a position.
|
static jadex.rules.state.OAVObjectType |
golfer_type
The golfer type.
|
static jadex.rules.state.OAVTypeModel |
golfing_type_model
The golfing type model.
|
Constructor and Description |
---|
Golfing() |
Modifier and Type | Method and Description |
---|---|
static jadex.rules.rulesystem.IRule |
createFindSolutionRule()
Create the rule for finding a solution.
|
static jadex.rules.rulesystem.IRule |
createFindSolutionRuleJCL()
Create the rule for finding a solution (in JCL language).
|
static jadex.rules.state.IOAVState |
createState()
Create the state containing all possible combinations.
|
static void |
main(java.lang.String[] args)
Start the example.
|
public static final jadex.rules.state.OAVTypeModel golfing_type_model
public static final jadex.rules.state.OAVObjectType golfer_type
public static final jadex.rules.state.OAVAttributeType golfer_has_name
public static final jadex.rules.state.OAVAttributeType golfer_has_color
public static final jadex.rules.state.OAVAttributeType golfer_has_position
public static jadex.rules.rulesystem.IRule createFindSolutionRule()
public static jadex.rules.rulesystem.IRule createFindSolutionRuleJCL()
public static jadex.rules.state.IOAVState createState()
public static void main(java.lang.String[] args)