net.sourceforge.e4graph
Interface BooleanVertex

All Superinterfaces:
Vertex

public interface BooleanVertex
extends Vertex

The BooleanVertex class provides the abstraction of a vertex which stores a boolean value.

Author:
Ryan Shaw

Method Summary
 boolean getBoolean()
          Returns the boolean value of this vertex.
 void setBoolean(boolean value)
          Sets the boolean 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

getBoolean

public boolean getBoolean()
                   throws E4GraphException
Returns the boolean value of this vertex.
Returns:
the value of this vertex
Throws:
E4GraphException - if the vertex is closed

setBoolean

public void setBoolean(boolean value)
                throws E4GraphException
Sets the boolean 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.