storyworld
Class Requirement
java.lang.Object
storyworld.Requirement
- Direct Known Subclasses:
- RequirementAtLeast, RequirementExactly, RequirementLessThan, RequirementMoreThan, RequirementNotMoreThan
public abstract class Requirement
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
marker
Marker marker
value
int value
Requirement
public Requirement(Marker m,
int i)
getMarker
public Marker getMarker()
getValue
public int getValue()
isMet
abstract boolean isMet()