com.virtuosotechnologies.asaph.model.opsemantics
Interface AndPredicateSemantics

All Superinterfaces:
PredicateSemantics, 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
 List getChildren()
          Get the immutable collection of child predicates.
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongOperation
equals, perform
 

Method Detail

getChildren

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

Returns:
Child predicates as an immutable List