Drools examples 6.0.3-SNAPSHOT

org.drools.games.numberguess
Class Guess

java.lang.Object
  extended by org.drools.games.numberguess.Guess

public class Guess
extends Object


Constructor Summary
Guess(int value)
           
 
Method Summary
 int getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Guess

public Guess(int value)
Method Detail

getValue

public int getValue()

toString

public String toString()
Overrides:
toString in class Object

Drools examples 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.