@tak-ps/node-cot
    Preparing search index...

    Class default

    Convert a COT Atom Type to/from Symbol Identification Code (SIDC) Migrated to TypeScript from the original Kotlin verison @ https://github.com/cyberpython/kotcot under the MIT License

    Index

    Constructors

    Methods

    • Given an SIDC, return a CoT Type

      Parameters

      • sidc: string

        SIDC to convert

      Returns string

    • Check a given COT Type to see if it is compatible with conversion to SIDC

      Parameters

      • cotType: string

        Cursor On Target Type to test

      Returns boolean

    • Check a given SIDC to see if it is compatible with conversion to CoT Type

      Parameters

      • sidc: string

        SIDC to test

      Returns boolean

    • Given a COT Atom Type, return an SIDC

      Parameters

      • cotType: string

        Cursor On Target Type (Note must start with atomic "a")

      Returns string