OSID Logo
OSID Specifications
topology batch package
Version 3.0.0
Interfaceosid.topology.batch.EdgePeer
Implementsosid.OsidCapsule
Used Byosid.topology.batch.EdgePeerList
Description

An interface for the peers of the Edge relationship.

MethodgetSourceNodeId
Description

Gets the Id of the source node.

Returnosid.id.Idthe node Id
CompliancemandatoryThis method must be implemented.
MethodgetDestinationNodeId
Description

Gets the Id of the destination node.

Returnosid.id.Idthe node Id
CompliancemandatoryThis method must be implemented.