Skip to content

Commit

Permalink
Convenience mother class for Mamut feature computers that are:
Browse files Browse the repository at this point in the history
- cancelable,
- and have a Context.
  • Loading branch information
tinevez committed Feb 1, 2024
1 parent dc0a103 commit a15c89d
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package org.mastodon.mamut.feature;

import org.scijava.command.ContextCommand;

/**
* Convenience mother class for Mamut feature computers that are:
* <ul>
* <li>cancelable,</li>
* <li>and have a Context.</li>
* </ul>
*/
public abstract class AbstractMamutFeatureComputer extends ContextCommand implements MamutFeatureComputer
{}

0 comments on commit a15c89d

Please sign in to comment.