org.javanetworkanalyzer.data
Class VId

java.lang.Object
  extended by org.javanetworkanalyzer.data.VId
Direct Known Subclasses:
VPredImpl

public class VId
extends Object

Vertex keyed by an id.

Author:
Adam Gouge

Constructor Summary
VId(Integer id)
          Constructor: sets the id.
 
Method Summary
 int getID()
          Returns the id of this node.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VId

public VId(Integer id)
Constructor: sets the id.

Parameters:
id - Id
Method Detail

getID

public int getID()
Returns the id of this node.

Returns:
The id of this node.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.