storyworld
Class Requirement

java.lang.Object
  extended by storyworld.Requirement
Direct Known Subclasses:
RequirementAtLeast, RequirementExactly, RequirementLessThan, RequirementMoreThan, RequirementNotMoreThan

public abstract class Requirement
extends Object


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

Field Detail

marker

Marker marker

value

int value
Constructor Detail

Requirement

public Requirement(Marker m,
                   int i)
Method Detail

getMarker

public Marker getMarker()

getValue

public int getValue()

isMet

abstract boolean isMet()