Skip to content
Snippets Groups Projects
Commit 659561ba authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Make execute of unmark public.

parent 1a999453
Branches
No related merge requests found
......@@ -38,15 +38,6 @@ public:
*/
std::string to_string(const Corpus2::Tagset& tagset) const;
protected:
/**
* Writes string representation of the Action to
* an output stream.
* @returns Stream written to.
* @note May be incomplete and/or containt internal info.
*/
std::ostream& write_to(std::ostream& ostream) const;
/**
* Executes the Action on given context: Marks an annotation within
* the given channel on the range supplied. It is an error if there
......@@ -57,6 +48,15 @@ protected:
*/
Bool execute(const ActionExecContext &context) const;
protected:
/**
* Writes string representation of the Action to
* an output stream.
* @returns Stream written to.
* @note May be incomplete and/or containt internal info.
*/
std::ostream& write_to(std::ostream& ostream) const;
private:
const PosFunctionPtr pos_;
const std::string chan_name_;
......
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