libSmalldb  v2.0.2
Public Member Functions | List of all members
GrafovatkoProcessor Class Reference

Inheritance diagram for GrafovatkoProcessor

Public Member Functions

 __construct (?string $targetParticipant=null)
 
 setPrefix (string $prefix)
 
 setTargetParticipant (?string $targetParticipant)
 
 processGraph (NestedGraph $graph, array $exportedGraph)
 Returns modified $exportedGraph which become the graph's attributes. More...
 
 processNodeAttrs (Node $node, array $exportedNode)
 Returns modified $exportedNode which become the node's attributes. More...
 
 processEdgeAttrs (Edge $edge, array $exportedEdge)
 Returns modified $exportedEdge which become the edge's attributes. More...
 
 getExtraSvgElements (Graph $graph)
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( ?string  $targetParticipant = null)

Member Function Documentation

◆ setPrefix()

setPrefix ( string  $prefix)

◆ setTargetParticipant()

setTargetParticipant ( ?string  $targetParticipant)

◆ processGraph()

processGraph ( NestedGraph  $graph,
array  $exportedGraph 
)

Returns modified $exportedGraph which become the graph's attributes.

◆ processNodeAttrs()

processNodeAttrs ( Node  $node,
array  $exportedNode 
)

Returns modified $exportedNode which become the node's attributes.

◆ processEdgeAttrs()

processEdgeAttrs ( Edge  $edge,
array  $exportedEdge 
)

Returns modified $exportedEdge which become the edge's attributes.

◆ getExtraSvgElements()

getExtraSvgElements ( Graph  $graph)