Skip to content

Interface: FunctionType

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyFacade / FunctionType

Interface: FunctionType

Defined in: src/types/ontology-facade.ts:77

One projected function type from the tenant’s function store.

Remarks

Wire shape (FunctionTypeDto) uses camelCase field names (apiName, displayName, clausesCount).

Properties

apiName

apiName: string

Defined in: src/types/ontology-facade.ts:79

Function name (Palantir function-type apiName).


arity

arity: number

Defined in: src/types/ontology-facade.ts:81

Number of named-feature parameters (the function’s arity).


clausesCount

clausesCount: number

Defined in: src/types/ontology-facade.ts:83

Number of defining clauses (homoiconic rules) backing the function.


displayName

displayName: string

Defined in: src/types/ontology-facade.ts:85

Human-facing name (the function name).