Skip to content

Commit 8fad709

Browse files
gselzerctrueden
authored andcommitted
Add javadoc to InfoChain
1 parent 2a680de commit 8fad709

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • scijava/scijava-ops-api/src/main/java/org/scijava/ops/api

scijava/scijava-ops-api/src/main/java/org/scijava/ops/api/InfoChain.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99

1010
/**
1111
* 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>
1224
*
1325
* @author Gabriel Selzer
1426
*/

0 commit comments

Comments
 (0)