fpmas-metamodel 1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
EdgeView Struct Reference

#include <dot.h>

Public Member Functions

 EdgeView ()=default
 
 EdgeView (DistributedId id, DistributedId src, DistributedId tgt, fpmas::api::graph::LayerId layer)
 

Public Attributes

DistributedId id
 
DistributedId src
 
DistributedId tgt
 
fpmas::api::graph::LayerId layer
 

Detailed Description

Helper class to serialize edges information for the DotOutput.

Constructor & Destructor Documentation

◆ EdgeView() [1/2]

EdgeView::EdgeView ( )
default

Default generated contructor, for internal use.

◆ EdgeView() [2/2]

EdgeView::EdgeView ( DistributedId  id,
DistributedId  src,
DistributedId  tgt,
fpmas::api::graph::LayerId  layer 
)
inline

EdgeView constructor.

Parameters
idID of the edge
srcID of the source node
tgtID of the target node
layerLayer id of the edge.

Member Data Documentation

◆ id

DistributedId EdgeView::id

ID of the edge.

◆ src

DistributedId EdgeView::src

ID of the source node.

◆ tgt

DistributedId EdgeView::tgt

ID of the target node.

◆ layer

fpmas::api::graph::LayerId EdgeView::layer

Layer id of the edge.


The documentation for this struct was generated from the following file: