public abstract class Action extends Object
protected
Action(String name)
String
getName()
abstract void
run(Human human)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Action(String name)
public String getName()
public abstract void run(Human human)
Copyright © 2017. All rights reserved.