standup.joke
Class InstantiationConstraintFLevel

java.lang.Object
  extended by standup.joke.InstantiationConstraintFamiliarityScore
      extended by standup.joke.InstantiationConstraintFLevel
All Implemented Interfaces:
InstantiationConstraint, JokeConstraint

public class InstantiationConstraintFLevel
extends InstantiationConstraintFamiliarityScore

An InstantiationConstraint that constrains the minimum FLevels of a joke.

Author:
Ruli Manurung
See Also:
FLevel

Field Summary
(package private)  FLevel fLevel
           
 
Fields inherited from class standup.joke.InstantiationConstraintFamiliarityScore
answerThreshold, questionThreshold
 
Constructor Summary
InstantiationConstraintFLevel(FLevel fl)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class standup.joke.InstantiationConstraintFamiliarityScore
getSQLConstraint, handleSchema, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fLevel

FLevel fLevel
Constructor Detail

InstantiationConstraintFLevel

public InstantiationConstraintFLevel(FLevel fl)
Method Detail

toString

public String toString()
Overrides:
toString in class InstantiationConstraintFamiliarityScore