org.javanetworkanalyzer.model
Interface EdgeID

All Known Implementing Classes:
Edge, EdgeCent

public interface EdgeID

Interface for edges indexed by an integer id.

Author:
Adam Gouge

Method Summary
 int getID()
          Get this edge's id.
 void setID(int id)
          Set this edge's id.
 

Method Detail

getID

int getID()
Get this edge's id.

Returns:
This edge's id

setID

void setID(int id)
Set this edge's id.

Parameters:
id - The id to set


Copyright © 2014. All Rights Reserved.