Class ArtifactsConstants

java.lang.Object
org.episteme.social.economics.resources.ArtifactsConstants

public final class ArtifactsConstants extends Object
A class representing useful constants defining artifacts.
Version:
1.2
Author:
Silvere Martin-Michiellot
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Dining artifact type (e.g., restaurants, bars).
    static final int
    Gathering place artifact type (e.g., city center, forum, administrative place).
    static final int
    Leisure artifact type (e.g., feasts, amusement parks).
    static final int
    Shelter artifact type (e.g., home, castle).
    static final int
    Spiritual or intellectual artifact type (e.g., churches).
    static final int
    Trade artifact type (e.g., markets).
    static final int
    Constant for unknown or undefined artifact type.
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • UNKNOWN

      public static final int UNKNOWN
      Constant for unknown or undefined artifact type.
      See Also:
    • SHELTER

      public static final int SHELTER
      Shelter artifact type (e.g., home, castle).
      See Also:
    • GATHER

      public static final int GATHER
      Gathering place artifact type (e.g., city center, forum, administrative place).
      See Also:
    • LEISURE

      public static final int LEISURE
      Leisure artifact type (e.g., feasts, amusement parks).
      See Also:
    • EAT

      public static final int EAT
      Dining artifact type (e.g., restaurants, bars).
      See Also:
    • THINK

      public static final int THINK
      Spiritual or intellectual artifact type (e.g., churches).
      See Also:
    • TRADE

      public static final int TRADE
      Trade artifact type (e.g., markets).
      See Also: