Celestine API Documentation - v0.2.0
    Preparing search index...

    Interface AspectPattern

    A detected aspect pattern.

    interface AspectPattern {
        type: PatternType;
        bodies: string[];
        aspects: Aspect[];
        description: string;
    }
    Index

    Properties

    Type of pattern

    bodies: string[]

    Bodies involved in the pattern

    aspects: Aspect[]

    Aspects forming the pattern

    description: string

    Human-readable description