Package jadex.rules.examples.manners
Class Manners
- java.lang.Object
-
- jadex.rules.examples.manners.Manners
-
public class Manners extends java.lang.ObjectThe manners benchmark.
-
-
Field Summary
Fields Modifier and Type Field Description static OAVAttributeTypechosen_has_hobbyA chosen has a hobby.static OAVAttributeTypechosen_has_idA chosen has an id.static OAVAttributeTypechosen_has_nameA chosen has a name.static OAVObjectTypechosen_typeThe chosen type.static OAVAttributeTypecontext_has_stateA context has a state.static OAVObjectTypecontext_typeThe context type.static OAVAttributeTypecount_has_cA count has a c.static OAVObjectTypecount_typeThe count type.static OAVAttributeTypeguest_has_hobbyA guest has hobbies.static OAVAttributeTypeguest_has_nameA guest has a name.static OAVAttributeTypeguest_has_sexA guest has a sex.static OAVObjectTypeguest_typeThe guest type.static OAVAttributeTypelastseat_has_seatA last seat has a set.static OAVObjectTypelastseat_typeThe last seat type.static OAVTypeModelmanners_type_modelThe manners type definition.static OAVAttributeTypepath_has_idA path has an id.static OAVAttributeTypepath_has_nameA path has a name.static OAVAttributeTypepath_has_seatA path has a seat.static OAVObjectTypepath_typeThe path type.protected static booleanprintstatic OAVAttributeTypeseating_has_idA seating has an id.static OAVAttributeTypeseating_has_name1A seating has a seat1.static OAVAttributeTypeseating_has_name2A seating has a seat2.static OAVAttributeTypeseating_has_pathdoneA seating has an pathdone.static OAVAttributeTypeseating_has_pidA seating has an pid.static OAVAttributeTypeseating_has_seat1A seating has a seat1.static OAVAttributeTypeseating_has_seat2A seating has a seat2.static OAVObjectTypeseating_typeThe seating type.
-
Constructor Summary
Constructors Constructor Description Manners()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidloadData(IOAVState state, java.lang.String file)Load a manners data file.static voidmain(java.lang.String[] args)Main for testing.
-
-
-
Field Detail
-
print
protected static boolean print
-
manners_type_model
public static final OAVTypeModel manners_type_model
The manners type definition.
-
guest_type
public static final OAVObjectType guest_type
The guest type.
-
guest_has_name
public static final OAVAttributeType guest_has_name
A guest has a name.
-
guest_has_sex
public static final OAVAttributeType guest_has_sex
A guest has a sex.
-
guest_has_hobby
public static final OAVAttributeType guest_has_hobby
A guest has hobbies.
-
lastseat_type
public static final OAVObjectType lastseat_type
The last seat type.
-
lastseat_has_seat
public static final OAVAttributeType lastseat_has_seat
A last seat has a set.
-
seating_type
public static final OAVObjectType seating_type
The seating type.
-
seating_has_seat1
public static final OAVAttributeType seating_has_seat1
A seating has a seat1.
-
seating_has_seat2
public static final OAVAttributeType seating_has_seat2
A seating has a seat2.
-
seating_has_name1
public static final OAVAttributeType seating_has_name1
A seating has a seat1.
-
seating_has_name2
public static final OAVAttributeType seating_has_name2
A seating has a seat2.
-
seating_has_id
public static final OAVAttributeType seating_has_id
A seating has an id.
-
seating_has_pid
public static final OAVAttributeType seating_has_pid
A seating has an pid.
-
seating_has_pathdone
public static final OAVAttributeType seating_has_pathdone
A seating has an pathdone.
-
context_type
public static final OAVObjectType context_type
The context type.
-
context_has_state
public static final OAVAttributeType context_has_state
A context has a state.
-
path_type
public static final OAVObjectType path_type
The path type.
-
path_has_id
public static final OAVAttributeType path_has_id
A path has an id.
-
path_has_name
public static final OAVAttributeType path_has_name
A path has a name.
-
path_has_seat
public static final OAVAttributeType path_has_seat
A path has a seat.
-
chosen_type
public static final OAVObjectType chosen_type
The chosen type.
-
chosen_has_id
public static final OAVAttributeType chosen_has_id
A chosen has an id.
-
chosen_has_name
public static final OAVAttributeType chosen_has_name
A chosen has a name.
-
chosen_has_hobby
public static final OAVAttributeType chosen_has_hobby
A chosen has a hobby.
-
count_type
public static final OAVObjectType count_type
The count type.
-
count_has_c
public static final OAVAttributeType count_has_c
A count has a c.
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Main for testing.
-
loadData
protected static void loadData(IOAVState state, java.lang.String file)
Load a manners data file.
-
-