EpitaphEdge constructor
EpitaphEdge(
- EpitaphVertex source,
- EpitaphVertex target,
- double weight,
- EpitaphEdgeAttributes attributes,
- double cardinalDir,
Implementation
factory EpitaphEdge(EpitaphVertex source, EpitaphVertex target, double weight,
EpitaphEdgeAttributes attributes, double cardinalDir) {
return EpitaphEdge._(source, target, weight, attributes, cardinalDir);
}