class GraphEmpty<N,V,Tp,TpG>
undocumented
Extends: GraphEmptyBase
Implements: GraphBase<N,Tp>
Type parameters
| Name | Constraints | Default | Description |
|---|---|---|---|
| N | undocumented | ||
| V | undocumented | ||
| Tp | GraphTypesContextImpl | undocumented | |
| TpG | WithGraphValues<Tp, N, V> | WithGraphValues<Tp, N, V> | undocumented |
Properties
_NonEmptyType
undocumented
_NonEmptyTypeconnectionSize
undocumented
connectionSizeDefinition
get connectionSize(): 0;
Overrides
GraphEmptyBase.connectionSizeVariantGraphBase.connectionSize
context
undocumented
contextisDirected
undocumented
isDirectedisEmpty
undocumented
isEmptylength
undocumented
lengthlinkMap
undocumented
linkMapnodeSize
undocumented
nodeSizesize
undocumented
sizeMethods
[Symbol.iterator]
undocumented
[Symbol.iterator]addNode
undocumented
addNodeaddNodes
undocumented
addNodesDefinition
addNodes(nodes: StreamSource<N>): WithGraphValues<Tp, N, V>['nonEmpty'];
Parameters
| Name | Type | Description |
|---|---|---|
nodes | StreamSource<N> |
Overrides
connect
undocumented
connectconnectAll
undocumented
connectAllDefinition
connectAll(links: StreamSource<WithGraphValues<Tp, N, V>['link']>): WithGraphValues<Tp, N, V>['nonEmpty'];
Parameters
| Name | Type | Description |
|---|---|---|
links | StreamSource<WithGraphValues<Tp, N, V>['link']> |
Overrides
disconnect
undocumented
disconnectdisconnectAll
undocumented
disconnectAllDefinition
disconnectAll(): any;
Overrides
GraphEmptyBase.disconnectAll, VariantGraphBase.disconnectAll
filter
undocumented
filterforEach
undocumented
forEachgetConnectionsFrom
undocumented
getConnectionsFromgetConnectionStreamFrom
undocumented
getConnectionStreamFromDefinition
getConnectionStreamFrom(): Stream<any>;
Overrides
GraphEmptyBase.getConnectionStreamFrom, VariantGraphBase.getConnectionStreamFrom
getConnectionStreamTo
undocumented
getConnectionStreamToDefinition
getConnectionStreamTo(): Stream<any>;
Overrides
GraphEmptyBase.getConnectionStreamTo, VariantGraphBase.getConnectionStreamTo
hasConnection
undocumented
hasConnectionDefinition
hasConnection(): false;
Overrides
GraphEmptyBase.hasConnection, VariantGraphBase.hasConnection
hasNode
undocumented
hasNodeisSink
undocumented
isSinkisSource
undocumented
isSourceremove
undocumented
removeremoveNode
undocumented
removeNoderemoveNodes
undocumented
removeNodesremoveUnconnectedNodes
undocumented
removeUnconnectedNodesDefinition
removeUnconnectedNodes(): any;
Overrides
GraphEmptyBase.removeUnconnectedNodes, VariantGraphBase.removeUnconnectedNodes
stream
undocumented
streamstreamConnections
undocumented
streamConnectionsDefinition
streamConnections(): Stream<any>;
Overrides
GraphEmptyBase.streamConnections, VariantGraphBase.streamConnections
toArray
undocumented
toArraytoBuilder
undocumented
toBuildertoJSON
undocumented
toJSONtoString
undocumented
toString