IterableNodeExtension<T> extension
Methods
-
complement(
List< Node< other, {bool includeThis = true, bool includeOther = true}) → List<T> >Node< T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
disposeGraph(
) → void -
Available on Iterable<
Dispose the graph of all the Nodes.Node< , provided by the IterableNodeExtension extensionT> > -
inputsInDepth(
{int? maxDepth, bool bfs = false}) → Map< Node< T> , List<Node< >T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
inputsInDepthIntersection(
{int? maxDepth, bool bfs = false}) → List< Node< T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
intersection(
List< Node< other) → List<T> >Node< T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
merge(
List< Node< other) → List<T> >Node< T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
outputsInDepth(
{int? maxDepth, bool bfs = false}) → Map< Node< T> , List<Node< >T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
outputsInDepthIntersection(
{int? maxDepth, bool bfs = false}) → List< Node< T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
sortedByInputDependency(
{int? maxDepth, bool bfs = false}) → List< Node< T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
sortedByInputDepth(
{bool bfs = false}) → List< Node< T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
sortedByOutputDependency(
{int? maxDepth, bool bfs = false}) → List< Node< T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
sortedByOutputsDepth(
{bool bfs = false}) → List< Node< T> > -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
toIterableOfString(
) → Iterable< String> -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
toIterableOfValues(
) → Iterable< T> -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
toListOfString(
) → List< String> -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> > -
toListOfValues(
) → List< T> -
Available on Iterable<
Node< , provided by the IterableNodeExtension extensionT> >