com.virtuosotechnologies.asaph.model.opsemantics
Interface NotPredicateSemantics

All Superinterfaces:
PredicateSemantics, SongOperation
All Known Implementing Classes:
NotPredicateSemantics.DefaultImplementation

public interface NotPredicateSemantics
extends PredicateSemantics

A PredicateSemantics that runs the child PredicateSemantics, and then sets the values to their boolean opposites.


Nested Class Summary
static class NotPredicateSemantics.DefaultImplementation
          The default implementation of NotPredicateSemantics
 
Method Summary
 PredicateSemantics getChild()
          Get the child predicate
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongOperation
equals, perform
 

Method Detail

getChild

public PredicateSemantics getChild()
Get the child predicate

Returns:
Child predicate