classifier.gp
Class IsProgram

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

public class IsProgram
extends Condition

See Also:
Serialized Form

Constructor Summary
IsProgram()
           
 
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

IsProgram

public IsProgram()
Method Detail

test

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