Class Location

java.lang.Object
org.drools.games.adventures.model.Location

public class Location extends Object
  • Constructor Details

    • Location

      public Location(Thing thing, Thing target)
  • Method Details

    • getThing

      public Thing getThing()
    • setThing

      public void setThing(Thing thing)
    • getTarget

      public Thing getTarget()
    • setTarget

      public void setTarget(Thing target)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object