Technical Elements Documentation
    Preparing search index...

    Variable validateEventTreeConst

    validateEventTree: {
        validateEventSequenceIntegrity: (
            eventTree: event_sequence_analysis.EventTree,
            sequences: Record<
                event_sequence_analysis.EventSequenceReference,
                EventSequence,
            >,
        ) => string[];
        validateSequenceCoverage: (
            eventTree: event_sequence_analysis.EventTree,
            sequences: Record<
                event_sequence_analysis.EventSequenceReference,
                EventSequence,
            >,
        ) => string[];
        validateStructure: (
            eventTree: event_sequence_analysis.EventTree,
        ) => string[];
        validateTransfers: (
            eventTrees: Record<string, event_sequence_analysis.EventTree>,
        ) => string[];
    } = ...

    Runtime validation functions for EventTree structure and relationships

    Type declaration