net.sourceforge.e4graph
Interface BytesVertex

All Superinterfaces:
Vertex

public interface BytesVertex
extends Vertex

The BytesVertex class provides the abstraction of a vertex which stores a byte[] value.

Author:
Ryan Shaw

Method Summary
 byte[] getBytes()
          Returns the byte array value of this vertex.
 void setBytes(byte[] value)
          Sets the byte array 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

getBytes

public byte[] getBytes()
                throws E4GraphException
Returns the byte array value of this vertex.
Returns:
the value of this vertex
Throws:
E4GraphException - if the vertex is closed

setBytes

public void setBytes(byte[] value)
              throws E4GraphException
Sets the byte array 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.