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

Quick Search    Search Deep

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

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

public interface OrPredicateSemantics
extends PredicateSemantics

A PredicateSemantics that runs all children and sets values to true if at least one child set to true.


Nested Class Summary
static class OrPredicateSemantics.DefaultImplementation
          The default implementation of OrPredicateSemantics
 
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.