Uses of Class
net.sourceforge.nrl.parser.ast.constraints.IBinaryPredicate.Predicate

Packages that use IBinaryPredicate.Predicate
net.sourceforge.nrl.parser.ast.constraints   
net.sourceforge.nrl.parser.ast.constraints.impl   
 

Uses of IBinaryPredicate.Predicate in net.sourceforge.nrl.parser.ast.constraints
 

Methods in net.sourceforge.nrl.parser.ast.constraints that return IBinaryPredicate.Predicate
 IBinaryPredicate.Predicate IBinaryPredicate.getPredicate()
          Return the predicate, one of the enums defined in this interface.
static IBinaryPredicate.Predicate IBinaryPredicate.Predicate.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IBinaryPredicate.Predicate[] IBinaryPredicate.Predicate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IBinaryPredicate.Predicate in net.sourceforge.nrl.parser.ast.constraints.impl
 

Methods in net.sourceforge.nrl.parser.ast.constraints.impl that return IBinaryPredicate.Predicate
 IBinaryPredicate.Predicate BinaryPredicateImpl.getPredicate()
           
 



Copyright © 2006-2013. All Rights Reserved.