Class Manners


  • public class Manners
    extends java.lang.Object
    The manners benchmark.
    • 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.
    • Constructor Detail

      • Manners

        public Manners()
    • 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.