Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.model.opsemantics
Interface AndPredicateSemantics  view AndPredicateSemantics download AndPredicateSemantics.java

All Superinterfaces:
PredicateSemantics, com.virtuosotechnologies.asaph.model.SongOperation
All Known Implementing Classes:
AndPredicateSemantics.DefaultImplementation

public interface AndPredicateSemantics
extends PredicateSemantics

A PredicateSemantics that runs all children and sets values to true only if all children set to true.


Nested Class Summary
static class AndPredicateSemantics.DefaultImplementation
          The default implementation of AndPredicateSemantics
 
Method Summary
 java.util.List getChildren()
          Get the immutable collection of child predicates.
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongOperation
equals, perform
 

Method Detail

getChildren

public java.util.List getChildren()
Get the immutable collection of child predicates.