storyworld
Class RequirementNotMoreThan

java.lang.Object
  extended by storyworld.Requirement
      extended by storyworld.RequirementNotMoreThan

public class RequirementNotMoreThan
extends Requirement


Field Summary
 
Fields inherited from class storyworld.Requirement
marker, value
 
Constructor Summary
RequirementNotMoreThan(Marker m, int valueToMeet)
           
 
Method Summary
(package private)  boolean isMet()
           
 
Methods inherited from class storyworld.Requirement
getMarker, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequirementNotMoreThan

public RequirementNotMoreThan(Marker m,
                              int valueToMeet)
Method Detail

isMet

boolean isMet()
Specified by:
isMet in class Requirement