Class ObjectBuilder

Hierarchy

  • ObjectBuilder

Constructors

Methods

  • Parameters

    • store: any
    • node: string
    • property: string
    • type: string
    • dkey: string
    • dval: any

    Returns void

  • Parameters

    • store: any
    • propertyDef: AbstractProperty
    • dval: any
    • cache: PropertyCache
    • baseUri: string

    Returns string

  • Parameters

    • store: any
    • type: string
    • node: string
    • obj: any
    • cache: PropertyCache
    • baseUri: string = ''

    Returns void

  • Parameters

    • store: any
    • nodeUri: string
    • literalVal: boolean
    • type: string
    • propKey: string
    • cache: PropertyCache

    Returns any[]

  • Parameters

    • type: string
    • propKey: string
    • value: any

    Returns undefined | string | number | boolean | Date

  • Parameters

    • store: any
    • nodeUri: any
    • cache: PropertyCache
    • specifyType: string = ''

    Returns {
        [key: string]: any;
    }

    • [key: string]: any
  • Parameters

    • type: string
    • cache: PropertyCache

    Returns AbstractPropertyMap

  • Parameters

    • type: string
    • cache: PropertyCache

    Returns {
        [key: string]: string;
    }

    • [key: string]: string
  • Parameters

    • store: any
    • nodeUri: string

    Returns null | string

  • Parameters

    • store: any
    • uuid: string

    Returns null | string

  • Parameters

    • store: any
    • term: any

    Returns boolean

  • Parameters

    • type: string

    Returns boolean

Generated using TypeDoc