net.sourceforge.e4graph
Interface StringVertex
- All Superinterfaces:
- Vertex
- public interface StringVertex
- extends Vertex
The StringVertex class provides the abstraction of a vertex
which stores a String value.
- Author:
- Ryan Shaw
Method Summary |
java.lang.String |
getString()
Returns the string value of this vertex. |
void |
setString(java.lang.String value)
Sets the string value of this vertex. |
Methods inherited from interface net.sourceforge.e4graph.Vertex |
close, delete, get, getIndex, getName, getNode, getStorage, getUniqueID, isClosed, set, setName |
getString
public java.lang.String getString()
throws E4GraphException
- Returns the string value of this vertex.
- Returns:
- the value of this vertex
- Throws:
E4GraphException
- if the vertex is closed
setString
public void setString(java.lang.String value)
throws E4GraphException
- Sets the string 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.