See: Description
Interface | Description |
---|---|
Function1<T1,T2> |
Interface for function that compute values from a single input and store it in
an output.
|
Function2<T1,T2> |
Interface for function that compute values from a two inputs and store it in
an output.
|
OutputFunction<E> |
Interface for functions that return a new object, computed from two input arguments.
|
StringFormater<V> |
Interface for function that can build a human-readable string
representation of an object
|
Class | Description |
---|---|
ConvexBranchesDecomposition |
A class that can decompose the tracks of a
Model in convex branches. |
ConvexBranchesDecomposition.TrackBranchDecomposition |
A two public fields class used to return the convex branch decomposition
of a track.
|
FromContinuousBranches | |
GraphUtils | |
RecursiveCumSum<V,E> | |
SortedDepthFirstIterator<V,E> |
A depth-first iterator, that - when branching - chooses the next vertex
according to a specified comparator.
|
TimeDirectedDepthFirstIterator | |
TimeDirectedNeighborIndex | |
TimeDirectedSortedDepthFirstIterator |
Copyright © 2015–2021 Fiji. All rights reserved.