classifier.gp
Class IsFunction

java.lang.Object
  extended byclassifier.gp.Condition
      extended byclassifier.gp.IsFunction
All Implemented Interfaces:
java.io.Serializable

public class IsFunction
extends Condition

See Also:
Serialized Form

Constructor Summary
IsFunction()
           
 
Method Summary
 boolean test(GProgram p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsFunction

public IsFunction()
Method Detail

test

public boolean test(GProgram p)
Specified by:
test in class Condition