org.javagen.agile.core.emitter.logic
Class And

java.lang.Object
  extended by org.javagen.agile.core.emitter.logic.And
All Implemented Interfaces:
Predicate

public class And
extends Object
implements Predicate


Field Summary
(package private)  List<Predicate> predicates
           
 
Constructor Summary
And(List<Predicate> predicates)
           
 
Method Summary
 boolean eval(File outputFile, Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

predicates

List<Predicate> predicates
Constructor Detail

And

public And(List<Predicate> predicates)
Method Detail

eval

public boolean eval(File outputFile,
                    Context context)
Specified by:
eval in interface Predicate
Parameters:
outputFile - to check output on
Returns:


Copyright 2006-2006-2007 Outsource Cafe Inc.. All Rights Reserved.