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

Quick Search    Search Deep

com.virtuosotechnologies.asaph.model.opsemantics: Javadoc index of package com.virtuosotechnologies.asaph.model.opsemantics.


Package Samples:

com.virtuosotechnologies.asaph.model.opsemantics: Main model interfaces.  

Classes:

PredicateFilterSemantics: An opsemantics that runs a PredicateSemantics and filters on Boolean.TRUE. Note that this does not extend ValueFilterSemantics because it does not follow the contract of ValueFilterSemantics, which states that the values are already present in the original result set. Instead, this copies the result set, runs the given PredicateSemantics, and then filters the original result set according to the result values in the copy. Note that as a result, any values in the original resultset remain untouched.
GetFieldAsStringArraySemantics: An OpSemantics that sets the data to the value of a field. SongOperations that implement this interface guarantee that perform() sets the data field of each entry in the result set to the field value String[] of the corresponding Song as would be set by SongUtils.getFieldValueAsStringArray(), or to null if an error occurs.
GetFieldAsStringSemantics: An OpSemantics that sets the data to the value of a field. SongOperations that implement this interface guarantee that perform() sets the data field of each entry in the result set to the field value String of the corresponding Song as would be set by SongUtils.getFieldValueAsString(), or to null if an error occurs.
PredicateSemantics: Base opsemantics interface that indicates this operation sets each data value to Boolean.TRUE or Boolean.FALSE according to some predicate.
ValueFilterSemantics: An opsemantics that filters a SongIDResultSet based on the value. It retains those songs whose value equals the given target value.
NopSemantics: An OpSemantics that leaves well enough alone. SongOperations that implement this interface guarantee that perform() is a NOP.
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.
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.
TruePredicateSemantics: A PredicateSemantics that sets every value to Boolean.TRUE.
SearchBodyPredicateSemantics: PredicateSemantics that searches the song body for text
SearchFieldPredicateSemantics: PredicateSemantics that searches a given field for text
SearchParameters: Description of what to search for

Home | Contact Us | Privacy Policy | Terms of Service