interface ValuedGraphBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: VariantValuedGraphBase.Types
Implemented by: ValuedGraph.Types
, ValuedGraphTypesContextImpl
, ArrowValuedGraphBase.Types
, EdgeValuedGraphBase.Types
Properties
_N
undocumented
_N
_V
undocumented
_V
builder
undocumented
builder
Definition
readonly builder:
ValuedGraphBase.Builder
<this['_N'], this['_V']>;
context
undocumented
context
Definition
readonly context:
ValuedGraphBase.Context
<this['_N']>;
link
undocumented
link
linkConnectionsBuilder
undocumented
linkConnectionsBuilder
Definition
readonly linkConnectionsBuilder:
RMap.Builder
<this['_N'], this['_V']>;
linkConnectionsContext
undocumented
linkConnectionsContext
Definition
readonly linkConnectionsContext:
RMap.Context
<this['_N']>;
linkMap
undocumented
linkMap
linkMapBuilder
undocumented
linkMapBuilder
Definition
readonly linkMapBuilder:
RMap.Builder
<this['_N'],
RMap.Builder
<this['_N'], this['_V']>>;
linkMapContext
undocumented
linkMapContext
Definition
readonly linkMapContext:
RMap.Context
<this['_N']>;
linkMapNonEmpty
undocumented
linkMapNonEmpty
Definition
readonly linkMapNonEmpty:
RMap.NonEmpty
<this['_N'],
RMap
<this['_N'], this['_V']>>;
Overrides
linkTarget
undocumented
linkTarget
nonEmpty
undocumented
nonEmpty
normal
undocumented
normal
Definition
readonly normal:
ValuedGraphBase
<this['_N'], this['_V']> &
VariantGraphBase
<this['_N'], this['_V']>;