OSID Logo
OSID Specifications
topology batch package
Version 3.1.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.Id the node Id
Compliancemandatory This method must be implemented.
MethodgetDestinationNodeId
Description

Gets the Id of the destination node.

Returnosid.id.Id the node Id
Compliancemandatory This method must be implemented.