Class CounterpartyHierarchyBuilder

  • All Implemented Interfaces:
    Cloneable

    public class CounterpartyHierarchyBuilder
    extends HierarchyBuilder<CounterpartyHierarchyBuilder>
    The CounterpartyHierarchyBuilder is an instance of HierarchyBuilder that provides a way to make counterparty node tuples to be stored in a hierarchy datastore. It follows a standard builder pattern for making objects. This builder will map various fields into a tuple that can be later stored in the counterparty datastore. This build will keep track of the nodes level and store its ancestors in each level above it in the levels part of the tuples.
    Author:
    ActiveViam