| java.lang.Object org.cougaar.pizza.plugin.util.PizzaPreferenceHelper
PizzaPreferenceHelper | public class PizzaPreferenceHelper (Code) | | Checks if entity likes meat or veg pizza by checking its role -
Carnivore or Vegetarian.
|
getPizzaPreference | final public static String getPizzaPreference(LoggingService log, Entity entity)(Code) | | Using self entity from blackboard, get its entity pg, and see if it
includes a role "carnivore". Note that an Entity is _either_ a
Carnivore, _or_ a Vegitarian.
"meat" if carnivore, "veg" if herbivore |
|
|