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 SummaryFields 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 SummaryConstructors Constructor Description Manners()
 - 
Method SummaryAll 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- 
printprotected static boolean print 
 - 
manners_type_modelpublic static final OAVTypeModel manners_type_model The manners type definition.
 - 
guest_typepublic static final OAVObjectType guest_type The guest type.
 - 
guest_has_namepublic static final OAVAttributeType guest_has_name A guest has a name.
 - 
guest_has_sexpublic static final OAVAttributeType guest_has_sex A guest has a sex.
 - 
guest_has_hobbypublic static final OAVAttributeType guest_has_hobby A guest has hobbies.
 - 
lastseat_typepublic static final OAVObjectType lastseat_type The last seat type.
 - 
lastseat_has_seatpublic static final OAVAttributeType lastseat_has_seat A last seat has a set.
 - 
seating_typepublic static final OAVObjectType seating_type The seating type.
 - 
seating_has_seat1public static final OAVAttributeType seating_has_seat1 A seating has a seat1.
 - 
seating_has_seat2public static final OAVAttributeType seating_has_seat2 A seating has a seat2.
 - 
seating_has_name1public static final OAVAttributeType seating_has_name1 A seating has a seat1.
 - 
seating_has_name2public static final OAVAttributeType seating_has_name2 A seating has a seat2.
 - 
seating_has_idpublic static final OAVAttributeType seating_has_id A seating has an id.
 - 
seating_has_pidpublic static final OAVAttributeType seating_has_pid A seating has an pid.
 - 
seating_has_pathdonepublic static final OAVAttributeType seating_has_pathdone A seating has an pathdone.
 - 
context_typepublic static final OAVObjectType context_type The context type.
 - 
context_has_statepublic static final OAVAttributeType context_has_state A context has a state.
 - 
path_typepublic static final OAVObjectType path_type The path type.
 - 
path_has_idpublic static final OAVAttributeType path_has_id A path has an id.
 - 
path_has_namepublic static final OAVAttributeType path_has_name A path has a name.
 - 
path_has_seatpublic static final OAVAttributeType path_has_seat A path has a seat.
 - 
chosen_typepublic static final OAVObjectType chosen_type The chosen type.
 - 
chosen_has_idpublic static final OAVAttributeType chosen_has_id A chosen has an id.
 - 
chosen_has_namepublic static final OAVAttributeType chosen_has_name A chosen has a name.
 - 
chosen_has_hobbypublic static final OAVAttributeType chosen_has_hobby A chosen has a hobby.
 - 
count_typepublic static final OAVObjectType count_type The count type.
 - 
count_has_cpublic static final OAVAttributeType count_has_c A count has a c.
 
- 
 - 
Method Detail- 
mainpublic static void main(java.lang.String[] args) Main for testing.
 - 
loadDataprotected static void loadData(IOAVState state, java.lang.String file) Load a manners data file.
 
- 
 
-