Package se.liu.ida.hefquin.base.data.utils
package se.liu.ida.hefquin.base.data.utils
-
ClassesClassDescriptionThis is an iterator of solution mappings that consumes another iterator and extends each of the solution mappings of that other iterator with bindings for additional variables where the values for these variables are obtained by evaluating the given expressions based on the input solution mapping.This is an iterator of solution mappings that consumes another iterator and extends each of the solution mappings of that other iterator with a binding for an additional variable where the value for this variable is obtained by evaluating the given expression based on the input solution mapping.This is an iterator of solution mappings that consumes another iterator and passes on only the solution mappings that are compatible to a given solution mapping.This is an iterator of solution mappings that consumes another iterator and passes on only the solution mappings that have a given value for a given variable.This is an iterator of solution mappings that consumes another iterator and passes on only the solution mappings that have given values for three variables.This is an iterator of solution mappings that consumes another iterator and passes on only the solution mappings that have given values for two variables.This iterator enumerates the result of joining two collections of solution mappings.Abstract base class for classes that implement iterators that translate solution mappings from an input iterator by applying a vocabulary mapping.Attention: if you need a list of all the resulting solution mappings, use
invalid input: 'instead.'
Attention: if you need a list of all the resulting solution mappings, useSolutionMappingUtils.applyVocabularyMappingL2G(Iterator, VocabularyMapping)
instead.This is an iterator over all solution mappings contained in a nested collection (more precisely, in lists contained in a collection).This iterator enumerates the solution mappings from two other iterators, essentially producing a union of the collections of solution mappings that the other two iterators enumerate.