net.sourceforge.e4graph
Interface IntVertex

All Superinterfaces:
Vertex

public interface IntVertex
extends Vertex

The IntVertex class provides the abstraction of a vertex which stores an int value.

Author:
Ryan Shaw

Method Summary
 int getInt()
          Returns the integer value of this vertex.
 void setInt(int value)
          Sets the integer value of this vertex.
 
Methods inherited from interface net.sourceforge.e4graph.Vertex
close, delete, get, getIndex, getName, getNode, getStorage, getUniqueID, isClosed, set, setName
 

Method Detail

getInt

public int getInt()
           throws E4GraphException
Returns the integer value of this vertex.
Returns:
the value of this vertex
Throws:
E4GraphException - if the vertex is closed

setInt

public void setInt(int value)
            throws E4GraphException
Sets the integer value of this vertex.
Parameters:
value - the new value of this vertex
Throws:
E4GraphException - if the vertex is closed


Copyright (c) 2001, Silver Egg Technology Co., Ltd.