ServiceReferenceGraphEdge

class ServiceReferenceGraphEdge

Represents an edge in your service graph.

Value is typically a reference.

Methods

__construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, string $value = null)

Constructor.

ServiceReferenceGraphNode getValue()

Returns the value of the edge.

ServiceReferenceGraphNode getSourceNode()

Returns the source node.

ServiceReferenceGraphNode getDestNode()

Returns the destination node.

Details

__construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, string $value = null)

Constructor.

Parameters

ServiceReferenceGraphNode $sourceNode
ServiceReferenceGraphNode $destNode
string $value

ServiceReferenceGraphNode getValue()

Returns the value of the edge.

Return Value

ServiceReferenceGraphNode

ServiceReferenceGraphNode getSourceNode()

Returns the source node.

Return Value

ServiceReferenceGraphNode

ServiceReferenceGraphNode getDestNode()

Returns the destination node.

Return Value

ServiceReferenceGraphNode