We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0dfaa9 commit c40a4f1Copy full SHA for c40a4f1
1 file changed
scijava/scijava-ops-api/src/main/java/org/scijava/ops/api/InfoChain.java
@@ -8,7 +8,8 @@
8
import java.util.stream.Collectors;
9
10
/**
11
- * A data structure wrangling a hierarchy of {@link OpInfo}s.
+ * A data structure wrangling a hierarchy of {@link OpInfo}s, created for every
12
+ * Op match and called upon to instantiate any number of Op instances.
13
*
14
* This {@link InfoChain} contains:
15
* <ol>
@@ -21,8 +22,11 @@
21
22
* This {@link InfoChain} is also able to generate a {@link String} uniquely
23
* identifying itself.
24
* </p>
25
+ * <b>NOTE</b>: This class is <b>not</b> responsible for generating
26
+ * {@link RichOp}s.
27
28
* @author Gabriel Selzer
29
+ * @see RichOp#infoChain()
30
*/
31
public class InfoChain {
32
0 commit comments