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

Quick Search    Search Deep

Uses of Package
com.virtuosotechnologies.asaph.model.opsemantics

Classes in com.virtuosotechnologies.asaph.model.opsemantics used by com.virtuosotechnologies.asaph.model.opsemantics
AndPredicateSemantics
          A PredicateSemantics that runs all children and sets values to true only if all children set to true.
FalsePredicateSemantics
          A PredicateSemantics that sets every value to Boolean.FALSE.
GetFieldAsStringArraySemantics
          An OpSemantics that sets the data to the value of a field.
GetFieldAsStringSemantics
          An OpSemantics that sets the data to the value of a field.
NopSemantics
          An OpSemantics that leaves well enough alone.
NotPredicateSemantics
          A PredicateSemantics that runs the child PredicateSemantics, and then sets the values to their boolean opposites.
OrPredicateSemantics
          A PredicateSemantics that runs all children and sets values to true if at least one child set to true.
PredicateFilterSemantics
          An opsemantics that runs a PredicateSemantics and filters on Boolean.TRUE.
PredicateSemantics
          Base opsemantics interface that indicates this operation sets each data value to Boolean.TRUE or Boolean.FALSE according to some predicate.
SearchBodyPredicateSemantics
          PredicateSemantics that searches the song body for text
SearchBodyPredicateSemantics.PartConstraint
          PartConstraint
SearchFieldPredicateSemantics
          PredicateSemantics that searches a given field for text
SearchParameters
          Description of what to search for
SearchParameters.PositionConstraint
          PositionConstraint
SearchParameters.Strength
          Strength
TruePredicateSemantics
          A PredicateSemantics that sets every value to Boolean.TRUE.
ValueFilterSemantics
          An opsemantics that filters a SongIDResultSet based on the value.