net.sf.myra.framework
Interface Info

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Implementing Classes:
Info.Void

public interface Info
extends java.lang.Cloneable, java.io.Serializable

This interface represents additional information that can be added to the vertex or edge.

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero

Nested Class Summary
static class Info.Void
          This class represents an Info which has no information associated.
 
Method Summary
 Info clone()
          Returns a copy of this Info object.
 

Method Detail

clone

Info clone()
Returns a copy of this Info object.

Returns:
a copy of this Info object.


Copyright © 2013. All Rights Reserved.