Skip to main content

interface ValuedGraphTypesContextImpl

undocumented

Extends: ValuedGraphBase.Types

Properties

_N

undocumented

Definition

readonly _N: N;

Overrides

GraphValues._N

_V

undocumented

Definition

readonly _V: V;

Overrides

GraphValues._V

builder

undocumented

Definition

readonly builder: ValuedGraphBase.Builder<this['_N'], this['_V']>;

Overrides

Types.builder

context

undocumented

Definition

readonly context: ValuedGraphContext<this['_N'], string>;

Overrides

Types.context

undocumented

Definition

readonly link: ValuedLink<this['_N'], this['_V']>;

Overrides

Types.linkTypes.link

linkConnections

undocumented

Definition

readonly linkConnections: RMap<this['_N'], this['_V']>;

Overrides

Types.linkConnections

linkConnectionsBuilder

undocumented

Definition

readonly linkConnectionsBuilder: RMap.Builder<this['_N'], this['_V']>;

Overrides

Types.linkConnectionsBuilder

linkConnectionsContext

undocumented

Definition

readonly linkConnectionsContext: RMap.Context<this['_N']>;

Overrides

Types.linkConnectionsContext

linkMap

undocumented

Definition

readonly linkMap: RMap<this['_N'], RMap<this['_N'], this['_V']>>;

Overrides

Types.linkMap

linkMapBuilder

undocumented

Definition

readonly linkMapBuilder: RMap.Builder<this['_N'], RMap.Builder<this['_N'], this['_V']>>;

Overrides

Types.linkMapBuilder

linkMapContext

undocumented

Definition

readonly linkMapContext: RMap.Context<this['_N']>;

Overrides

Types.linkMapContext

linkMapNonEmpty

undocumented

Definition

readonly linkMapNonEmpty: RMap.NonEmpty<this['_N'], RMap<this['_N'], this['_V']>>;

Overrides

Types.linkMapNonEmpty

linkTarget

undocumented

Definition

readonly linkTarget: ValuedLink.Target<this['_N'], this['_V']>;

Overrides

Types.linkTargetTypes.linkTarget

nonEmpty

undocumented

Definition

readonly nonEmpty: ValuedGraphBase.NonEmpty<this['_N'], this['_V']>;

Overrides

Types.nonEmpty

normal

undocumented

Definition

readonly normal: ValuedGraphBase<this['_N'], this['_V']> & VariantGraphBase<this['_N'], this['_V']>;

Overrides

Types.normal