Class DependencyRichOpInfoTree


  • public class DependencyRichOpInfoTree
    extends InfoTree
    An InfoTree specialization for instances when the dependencies are already instantiated. With a normal InfoTree, we'd have to get the InfoTrees of all dependencies, then reinstantiate them.
    Author:
    Gabriel Selzer
    • Constructor Detail

      • DependencyRichOpInfoTree

        public DependencyRichOpInfoTree​(OpInfo info,
                                        List<RichOp<?>> dependencies)