Skip to content
Snippets Groups Projects
Commit 9fde90ed authored by Adam Wardyński's avatar Adam Wardyński
Browse files

Fixing comment on base_apply for Intersects

parent 6a037360
Branches
No related merge requests found
......@@ -36,10 +36,8 @@ protected:
typedef typename SetPredicate<T>::BaseRetValPtr BaseRetValPtr;
/**
* Take value of possible subset in question. If it is an empty set, return False.
* Otherwise, take value of the set that is being compared to.
* Return True if the possible subset is indeed a subset of the compared set,
* otherwise return False.
* Take values for both sets and return True if they intersect,
* False otherwise.
*/
virtual BaseRetValPtr apply_internal(const SentenceContext& context) const {
boost::shared_ptr<T> set1 = this->set1_expr_->apply(context);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment