public class Manners
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static jadex.rules.state.OAVAttributeType |
chosen_has_hobby
A chosen has a hobby.
|
static jadex.rules.state.OAVAttributeType |
chosen_has_id
A chosen has an id.
|
static jadex.rules.state.OAVAttributeType |
chosen_has_name
A chosen has a name.
|
static jadex.rules.state.OAVObjectType |
chosen_type
The chosen type.
|
static jadex.rules.state.OAVAttributeType |
context_has_state
A context has a state.
|
static jadex.rules.state.OAVObjectType |
context_type
The context type.
|
static jadex.rules.state.OAVAttributeType |
count_has_c
A count has a c.
|
static jadex.rules.state.OAVObjectType |
count_type
The count type.
|
static jadex.rules.state.OAVAttributeType |
guest_has_hobby
A guest has hobbies.
|
static jadex.rules.state.OAVAttributeType |
guest_has_name
A guest has a name.
|
static jadex.rules.state.OAVAttributeType |
guest_has_sex
A guest has a sex.
|
static jadex.rules.state.OAVObjectType |
guest_type
The guest type.
|
static jadex.rules.state.OAVAttributeType |
lastseat_has_seat
A last seat has a set.
|
static jadex.rules.state.OAVObjectType |
lastseat_type
The last seat type.
|
static jadex.rules.state.OAVTypeModel |
manners_type_model
The manners type definition.
|
static jadex.rules.state.OAVAttributeType |
path_has_id
A path has an id.
|
static jadex.rules.state.OAVAttributeType |
path_has_name
A path has a name.
|
static jadex.rules.state.OAVAttributeType |
path_has_seat
A path has a seat.
|
static jadex.rules.state.OAVObjectType |
path_type
The path type.
|
protected static boolean |
print |
static jadex.rules.state.OAVAttributeType |
seating_has_id
A seating has an id.
|
static jadex.rules.state.OAVAttributeType |
seating_has_name1
A seating has a seat1.
|
static jadex.rules.state.OAVAttributeType |
seating_has_name2
A seating has a seat2.
|
static jadex.rules.state.OAVAttributeType |
seating_has_pathdone
A seating has an pathdone.
|
static jadex.rules.state.OAVAttributeType |
seating_has_pid
A seating has an pid.
|
static jadex.rules.state.OAVAttributeType |
seating_has_seat1
A seating has a seat1.
|
static jadex.rules.state.OAVAttributeType |
seating_has_seat2
A seating has a seat2.
|
static jadex.rules.state.OAVObjectType |
seating_type
The seating type.
|
Constructor and Description |
---|
Manners() |
Modifier and Type | Method and Description |
---|---|
protected static void |
loadData(jadex.rules.state.IOAVState state,
java.lang.String file)
Load a manners data file.
|
static void |
main(java.lang.String[] args)
Main for testing.
|
protected static boolean print
public static final jadex.rules.state.OAVTypeModel manners_type_model
public static final jadex.rules.state.OAVObjectType guest_type
public static final jadex.rules.state.OAVAttributeType guest_has_name
public static final jadex.rules.state.OAVAttributeType guest_has_sex
public static final jadex.rules.state.OAVAttributeType guest_has_hobby
public static final jadex.rules.state.OAVObjectType lastseat_type
public static final jadex.rules.state.OAVAttributeType lastseat_has_seat
public static final jadex.rules.state.OAVObjectType seating_type
public static final jadex.rules.state.OAVAttributeType seating_has_seat1
public static final jadex.rules.state.OAVAttributeType seating_has_seat2
public static final jadex.rules.state.OAVAttributeType seating_has_name1
public static final jadex.rules.state.OAVAttributeType seating_has_name2
public static final jadex.rules.state.OAVAttributeType seating_has_id
public static final jadex.rules.state.OAVAttributeType seating_has_pid
public static final jadex.rules.state.OAVAttributeType seating_has_pathdone
public static final jadex.rules.state.OAVObjectType context_type
public static final jadex.rules.state.OAVAttributeType context_has_state
public static final jadex.rules.state.OAVObjectType path_type
public static final jadex.rules.state.OAVAttributeType path_has_id
public static final jadex.rules.state.OAVAttributeType path_has_name
public static final jadex.rules.state.OAVAttributeType path_has_seat
public static final jadex.rules.state.OAVObjectType chosen_type
public static final jadex.rules.state.OAVAttributeType chosen_has_id
public static final jadex.rules.state.OAVAttributeType chosen_has_name
public static final jadex.rules.state.OAVAttributeType chosen_has_hobby
public static final jadex.rules.state.OAVObjectType count_type
public static final jadex.rules.state.OAVAttributeType count_has_c