We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a680de commit 8fad709Copy full SHA for 8fad709
1 file changed
scijava/scijava-ops-api/src/main/java/org/scijava/ops/api/InfoChain.java
@@ -9,6 +9,18 @@
9
10
/**
11
* A data structure wrangling a hierarchy of {@link OpInfo}s.
12
+ *
13
+ * This {@link InfoChain} contains:
14
+ * <ol>
15
+ * <li>An {@link OpInfo} describing the Op</li>
16
+ * <li>A {@link List} of {@link OpInfo}s that should be mapped to the Op
17
+ * dependencies of this Op, <b>in the order that they are presented by the
18
+ * Op</b>.</li>
19
+ * </ol>
20
+ * <p>
21
+ * This {@link InfoChain} is also able to generate a {@link String} uniquely
22
+ * identifying itself.
23
+ * </p>
24
*
25
* @author Gabriel Selzer
26
*/
0 commit comments